Tue, 12 Apr 2005 08:10:13 +0000#57598 memory leak eliminated. BLD200504121800
pkuzel@netbeans.org [Tue, 12 Apr 2005 08:10:13 +0000] rev 6083
#57598 memory leak eliminated.

Tue, 12 Apr 2005 00:09:49 +0000Prefer to define ${extra.module.files} rather than overriding 'files-init'.
jglick@netbeans.org [Tue, 12 Apr 2005 00:09:49 +0000] rev 6082
Prefer to define ${extra.module.files} rather than overriding 'files-init'.

Mon, 11 Apr 2005 20:48:10 +0000Adding mdr.jar on the classpath so the module is buildable on JDK1.4.
jlahoda@netbeans.org [Mon, 11 Apr 2005 20:48:10 +0000] rev 6081
Adding mdr.jar on the classpath so the module is buildable on JDK1.4.

Mon, 11 Apr 2005 19:36:44 +0000#57512 [41cat] No context menu for Tasks
lebedkov@netbeans.org [Mon, 11 Apr 2005 19:36:44 +0000] rev 6080
#57512 [41cat] No context menu for Tasks

Mon, 11 Apr 2005 15:41:23 +0000Oops, typo. BLD200504111800
jglick@netbeans.org [Mon, 11 Apr 2005 15:41:23 +0000] rev 6079
Oops, typo.

Mon, 11 Apr 2005 15:16:57 +0000Synchronize getChildrenFor() and getNodeDelegate() methods to prevent from
mentlicher@netbeans.org [Mon, 11 Apr 2005 15:16:57 +0000] rev 6078
Synchronize getChildrenFor() and getNodeDelegate() methods to prevent from
threading issues. Also remove the item from existingChildren map on remove.
Fix of issue #57119.

Mon, 11 Apr 2005 14:41:24 +0000Replacing the init hack with a request to load and resolve the class
jtulach@netbeans.org [Mon, 11 Apr 2005 14:41:24 +0000] rev 6077
Replacing the init hack with a request to load and resolve the class

Mon, 11 Apr 2005 14:39:18 +0000Making tests pass
jtulach@netbeans.org [Mon, 11 Apr 2005 14:39:18 +0000] rev 6076
Making tests pass

Mon, 11 Apr 2005 13:26:19 +0000Test whether file.isDirectory() rather then !file.isFile() so that it works
mentlicher@netbeans.org [Mon, 11 Apr 2005 13:26:19 +0000] rev 6075
Test whether file.isDirectory() rather then !file.isFile() so that it works
for non-existing files. In CVS we do not have non-existing directories.
Fix of issue #56801.

Sat, 09 Apr 2005 16:08:03 +0000#45179: proper handling of implementation dependencies. BLD200504101800
jglick@netbeans.org [Sat, 09 Apr 2005 16:08:03 +0000] rev 6074
#45179: proper handling of implementation dependencies.