Wed, 07 Apr 2004 14:48:15 +0000Fixing module dependency on masterfs - must be correctly specified in project.xml and not in manifest.mf BLD200404071800
rkubacki@netbeans.org [Wed, 07 Apr 2004 14:48:15 +0000] rev 4378
Fixing module dependency on masterfs - must be correctly specified in project.xml and not in manifest.mf

Wed, 07 Apr 2004 13:32:01 +0000Testing PopupManager, ported editor submodule to clustered build and new lazy module system.
pkuzel@netbeans.org [Wed, 07 Apr 2004 13:32:01 +0000] rev 4377
Testing PopupManager, ported editor submodule to clustered build and new lazy module system.

Wed, 07 Apr 2004 11:54:57 +0000task#41588 - dep on masterfs and VcsFSProvider in
rgregor@netbeans.org [Wed, 07 Apr 2004 11:54:57 +0000] rev 4376
task#41588 - dep on masterfs and VcsFSProvider in

Wed, 07 Apr 2004 08:27:50 +0000Removed public packages from mdr/module.
tzezula@netbeans.org [Wed, 07 Apr 2004 08:27:50 +0000] rev 4375
Removed public packages from mdr/module.
If needed implementation dependency should be used.

Tue, 06 Apr 2004 14:40:27 +0000Check for a null CommandSupport when computing the display name. BLD200404061800
mentlicher@netbeans.org [Tue, 06 Apr 2004 14:40:27 +0000] rev 4374
Check for a null CommandSupport when computing the display name.
This is a fix of issue #41739.

Tue, 06 Apr 2004 13:52:14 +0000Package description
pkuzel@netbeans.org [Tue, 06 Apr 2004 13:52:14 +0000] rev 4373
Package description

Tue, 06 Apr 2004 11:59:39 +0000Multiple suggestion type providers posibility cut off.
pkuzel@netbeans.org [Tue, 06 Apr 2004 11:59:39 +0000] rev 4372
Multiple suggestion type providers posibility cut off.

Tue, 06 Apr 2004 11:39:03 +0000Use ProviderAcceptor approach for scanner too.
pkuzel@netbeans.org [Tue, 06 Apr 2004 11:39:03 +0000] rev 4371
Use ProviderAcceptor approach for scanner too.

Tue, 06 Apr 2004 11:02:10 +0000The changeSupport is set to volatile to assure synchronized access,
mentlicher@netbeans.org [Tue, 06 Apr 2004 11:02:10 +0000] rev 4370
The changeSupport is set to volatile to assure synchronized access,
the variable is initialized before it's first usage.
This has performance penalty, but it looks like this is the only option
if we should fix issue #41676.

Tue, 06 Apr 2004 10:14:21 +0000Do not add ${USER_GLOBAL_PARAM} to EXECUTE variable. It's appended in commands
mentlicher@netbeans.org [Tue, 06 Apr 2004 10:14:21 +0000] rev 4369
Do not add ${USER_GLOBAL_PARAM} to EXECUTE variable. It's appended in commands
that use this variable, if it's necessary.