Mon, 19 Apr 2004 16:40:35 +0000bugfix#42135 - prevent IOBE BLD200404191800
rgregor@netbeans.org [Mon, 19 Apr 2004 16:40:35 +0000] rev 4433
bugfix#42135 - prevent IOBE

Mon, 19 Apr 2004 16:09:56 +0000bugfix#42055 - FS properties as part of customizer
rgregor@netbeans.org [Mon, 19 Apr 2004 16:09:56 +0000] rev 4432
bugfix#42055 - FS properties as part of customizer

Mon, 19 Apr 2004 14:39:12 +0000Insert the separators into the menu.
mentlicher@netbeans.org [Mon, 19 Apr 2004 14:39:12 +0000] rev 4431
Insert the separators into the menu.
This is necessary for issue #41949.

Mon, 19 Apr 2004 13:19:30 +0000javacvs library has everything in org.netbeans.lib.cvsclient.** set as
mentlicher@netbeans.org [Mon, 19 Apr 2004 13:19:30 +0000] rev 4430
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.

Mon, 19 Apr 2004 13:12:36 +0000#42014 Repackage MasterFS API
rmatous@netbeans.org [Mon, 19 Apr 2004 13:12:36 +0000] rev 4429
#42014 Repackage MasterFS API

Mon, 19 Apr 2004 12:47:22 +0000Get rid of dependency on CommandLineVcsFileSystem.
mentlicher@netbeans.org [Mon, 19 Apr 2004 12:47:22 +0000] rev 4428
Get rid of dependency on CommandLineVcsFileSystem.
This is necessary in order to restrict public packages of vcsgeneric module.
See issue #42030.

Mon, 19 Apr 2004 12:25:16 +0000org.netbeans.api.diff.* and org.netbeans.spi.diff.*
mentlicher@netbeans.org [Mon, 19 Apr 2004 12:25:16 +0000] rev 4427
org.netbeans.api.diff.* and org.netbeans.spi.diff.*
defined as public pakages of diff module.
Also "promotionD" is defined as implementation version.
Dependency of vcsgeneric changed to "friend", because
it uses DiffPresenter class.
This is a fix of issues #27281 and #42032.

Mon, 19 Apr 2004 12:14:05 +0000Check for null of dir.list(). It can return null in corner cases.
mentlicher@netbeans.org [Mon, 19 Apr 2004 12:14:05 +0000] rev 4426
Check for null of dir.list(). It can return null in corner cases.
This is a fix of NPE in issue #42134.

Fri, 16 Apr 2004 14:31:46 +0000Reuse TODO suggestion instances after rescan. html_and_ui_merge3
pkuzel@netbeans.org [Fri, 16 Apr 2004 14:31:46 +0000] rev 4425
Reuse TODO suggestion instances after rescan.

Fri, 16 Apr 2004 12:08:26 +0000On the way to remove needless suggestion cloning. Suggestion is live now.
pkuzel@netbeans.org [Fri, 16 Apr 2004 12:08:26 +0000] rev 4424
On the way to remove needless suggestion cloning. Suggestion is live now.