home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / datatl25.zip / DA2.PKG < prev    next >
Text File  |  1997-09-14  |  3KB  |  77 lines

  1. *********************************************************************
  2. *                     IBM VisualAge                                                                        *
  3. *                DataAtlas Dictionary and Designer                                                 *
  4. *                                                                                                                *
  5. *             Licensed Materials - Property of IBM                                                 *
  6. * 5648-A48 (C) Copyright IBM Corp. 1996, 1997. All Rights Reserved.                      *
  7. *********************************************************************
  8. *
  9. SERVICELEVEL
  10.   LEVEL = 'VERSION2'
  11.  
  12. PATH
  13.       FILE = 'd:/DATATLAS',
  14.       FILELABEL = 'DataAtlas directory:'
  15.  
  16.  
  17.  
  18. COMPONENT
  19.       NAME = 'DataAtlas All Components',
  20.       ID = 'DAALL',
  21.       DISPLAY = 'NO',
  22.       SIZE = '100'
  23.  
  24. COMPONENT
  25.       NAME = 'DataAtlas Common Components',
  26.       DESCRIPTION = 'Components used by  Designer, Dictionary and Modeler',
  27.       ID = 'DACOMM',
  28.       DISPLAY = 'NO',
  29.       REQUIRES = 'DAALL',
  30.       SIZE = '100'
  31.  
  32.  
  33. COMPONENT
  34.   NAME = 'DataAtlas Modeler Client/Server Common',
  35.   DESCRIPTION = 'Executables used by both IBM DataAtlas Modeler client and server.',
  36.   DISPLAY = 'NO',
  37.   ID = 'CLISRV',
  38.   REQUIRES = 'DACOMM',
  39.   SIZE = '100'
  40.  
  41.  
  42.  
  43. COMPONENT
  44.   NAME = 'DataAtlas Modeler Client',
  45.   DESCRIPTION = 'Client component of IBM DataAtlas Modeler consists of the graphical editors to create and maintain entity-relationship models.',
  46.   DISPLAY = 'YES',
  47.   ID = 'CLIENT',
  48.   REQUIRES = 'CLISRV',
  49.   SIZE = '100'
  50.  
  51.  
  52. COMPONENT
  53.   NAME = 'DataAtlas Modeler Server',
  54.   DESCRIPTION = 'Server component of IBM DataAtlas Modeler. For a single machine installation install both, the client and the server components.',
  55.   DISPLAY = 'YES',
  56.   ID = 'SERVER',
  57.   REQUIRES = 'CLISRV',
  58.   SIZE = '100'
  59.  
  60. COMPONENT
  61.       NAME = 'DataAtlas Dictionary and Designer',
  62.       DESCRIPTION = 'IBM VisualAge DataAtlas provides a robust Designer and Dictionary data definition management facility.  The platform on which these products are built is TeamConnection, IBM''s state-of-the-art software configuration management facil
  63.  ty and repository in-one.',
  64.       ID = 'DCTDSGN',
  65.       DISPLAY = 'YES',
  66.       REQUIRES = 'DACOMM',
  67.       SIZE = '100'
  68.  
  69. COMPONENT
  70.       NAME = 'DataAtlas Documentation',
  71.       DESCRIPTION = 'IBM VisualAge DataAtlas Documentation includes Modeler User''s Guide, Dictionary User''s Guide, and Designer User''s Guide.',
  72.       ID = 'DABOOK',
  73.       DISPLAY = 'YES',
  74.       REQUIRES = 'DAALL',
  75.       SIZE = '100'
  76.  
  77.