Subversion Repositories DevTools

Rev

Rev 6480 | Rev 6873 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6480 Rev 6642
Line 19... Line 19...
19
 tips.depnotdef            = newTip(10, 0, 150, 10, 'DEPENDENCIES NOT DEFINED','Dependencies for this package was never defined. Click on DEPENDENCIES link above to define it.');
19
 tips.depnotdef            = newTip(10, 0, 150, 10, 'DEPENDENCIES NOT DEFINED','Dependencies for this package was never defined. Click on DEPENDENCIES link above to define it.');
20
 tips.pkg_label            = newTip(-150, 20, 150, 10, 'LABEL','Enter the ClearCase label used to tag all the source code in this release.');
20
 tips.pkg_label            = newTip(-150, 20, 150, 10, 'LABEL','Enter the ClearCase label used to tag all the source code in this release.');
21
 tips.deployable           = newTip(-150, 20, 150, 10, 'DEPLOYABLE','Select YES if this package or certain files of this package have to be deployed to the field.');
21
 tips.deployable           = newTip(-150, 20, 150, 10, 'DEPLOYABLE','Select YES if this package or certain files of this package have to be deployed to the field.');
22
 tips.ripple_type          = newTip(-150, 20, 150, 10, 'RIPPLE TYPE','This enables a package to advertise how it will be numbered when rippled.');
22
 tips.ripple_type          = newTip(-150, 20, 150, 10, 'RIPPLE TYPE','This enables a package to advertise how it will be numbered when rippled.');
23
 tips.ripple_build         = newTip(-150, 20, 200, 10, 'BUILD INCLUSION','When set to No, this package and all packages which depend on this package are excluded from the build.');
23
 tips.ripple_build         = newTip(-150, 20, 200, 10, 'BUILD INCLUSION','When set to No, this package and all packages which depend on this package are excluded from the build.');
24
 tips.advisory_ripple      = newTip(-150, 20, 150, 10, 'ADVISORY RIPPLE','When set to Yes, it will have a benign ripple build impact.');
24
 tips.advisory_ripple      = newTip(-150, 20, 150, 10, 'ADVISORY RIPPLE','When set to Yes, changes to this package-version will not cause dependent packages to be rippled.');
25
 tips.src_path             = newTip(-180, 20, 180, 10, 'SOURCE PATH','Enter the path to the source code in a ClearCase VOB. This is used to create a "load rule". ie: /MASS_Dev/%package_name%');
25
 tips.src_path             = newTip(-180, 20, 180, 10, 'SOURCE PATH','Enter the path to the source code in a ClearCase VOB. This is used to create a "load rule". ie: /MASS_Dev/%package_name%');
26
 tips.pubread              = newTip(-150, 0, 150, 10, 'PUBLIC READ','Allow other users to use your view with no permissions to alter.');
26
 tips.pubread              = newTip(-150, 0, 150, 10, 'PUBLIC READ','Allow other users to use your view with no permissions to alter.');
27
 tips.domain_user          = newTip(10, 0, 150, 10, 'DOMAIN USER','Authenticates the username against a Domain. This means that you can use your workstation login.');
27
 tips.domain_user          = newTip(10, 0, 150, 10, 'DOMAIN USER','Authenticates the username against a Domain. This means that you can use your workstation login.');
28
 tips.pkg_info_short_desc  = newTip(-150, 20, 150, 10, 'SHORT DESCRIPTION','Describe the meaning of the package name.');
28
 tips.pkg_info_short_desc  = newTip(-150, 20, 150, 10, 'SHORT DESCRIPTION','Describe the meaning of the package name.');
29
 tips.pkg_info_overview    = newTip(-150, 20, 150, 10, 'PACKAGE OVERVIEW','Describe in a paragraph what does the package do.<br>NOTE: You have to do this only once!');
29
 tips.pkg_info_overview    = newTip(-150, 20, 150, 10, 'PACKAGE OVERVIEW','Describe in a paragraph what does the package do.<br>NOTE: You have to do this only once!');