Subversion Repositories DevTools

Rev

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

Rev 5684 Rev 6370
Line 18... Line 18...
18
                                                                 '<br>To add package(s) not shown in the list, click on <img src="images/i_new_pkg.gif" width="17" height="18" align="absmiddle">');
18
                                                                 '<br>To add package(s) not shown in the list, click on <img src="images/i_new_pkg.gif" width="17" height="18" align="absmiddle">');
19
 tips.depnotdef            = newTip(10, 0, 150, 10, 'DEPENDENCIES&nbsp;NOT&nbsp;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&nbsp;NOT&nbsp;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, 150, 10, 'BUILD INCLUSION','When set to No, this package and all packages which depend on this package will be 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, it will have a benign ripple build impact.');
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&nbsp;READ','Allow other users to use your view with no permissions to alter.');
26
 tips.pubread              = newTip(-150, 0, 150, 10, 'PUBLIC&nbsp;READ','Allow other users to use your view with no permissions to alter.');
27
 tips.domain_user          = newTip(10, 0, 150, 10, 'DOMAIN&nbsp;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&nbsp;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.');