javacvs library has everything in org.netbeans.lib.cvsclient.** set as BLD200404291800
authormentlicher@netbeans.org
Mon, 19 Apr 2004 13:19:30 +0000
changeset 1509a6e95c938728
parent 1508 676de1c21752
child 1510 aa60e9db67db
javacvs library has everything in org.netbeans.lib.cvsclient.** set as
public packages - it is the library.
vcsgeneric has just org.netbeans.modules.vcs.profiles.** public packages
so that it's accessible for profile modules.
All profile modules do not export any public packages.
This is a fix of issue #42030.
vcscvs/compat/manifest.mf
     1.1 --- a/vcscvs/compat/manifest.mf	Fri Apr 16 11:50:15 2004 +0000
     1.2 +++ b/vcscvs/compat/manifest.mf	Mon Apr 19 13:19:30 2004 +0000
     1.3 @@ -4,5 +4,6 @@
     1.4  OpenIDE-Module-Specification-Version: 1.4
     1.5  OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.17
     1.6  OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
     1.7 +OpenIDE-Module-Public-Packages: -
     1.8  OpenIDE-Module-Module-Dependencies: org.netbeans.modules.vcscore/1, org.netbeans.modules.vcs.advanced/1 > 1.9
     1.9