home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / ccdesk.vie < prev    next >
Text File  |  1997-03-04  |  1KB  |  29 lines

  1. registerObject {
  2.     name                Default
  3.     repositoryType      PhaseVersion
  4.     scope               {* * Implementation}
  5.     objSpec {
  6.         associations    {systemVersions}
  7.         objectTypes     {DocumentVersion VCMSystemVersion SystemVersion}
  8.         properties      { {Name 25 ascii {increasing 2}}
  9.                           {Version 20 ascii {none}}
  10.                           {Status 14 ascii {increasing 3}}
  11.                           {Link 18 ascii {increasing 4}}
  12.                           {Type 18 ascii {increasing 1}} }
  13.     }
  14. }
  15.  
  16. registerObject {
  17.     name                Default
  18.     repositoryType      SystemVersion
  19.     browserType         VCMSystemVersion
  20.     scope               {* * Implementation *}
  21.     objSpec {
  22.         associations    {vsFiles externalLinks}
  23.         properties      { {Name 25 ascii {increasing 2}}
  24.                           {Type 18 ascii {increasing 1}}
  25.                           {Version 50 ascii {none}}
  26.                           {Status 14 ascii {increasing 3}} }
  27.     }
  28. }
  29.