Mon, 18 Apr 2005 22:16:31 +0000#57933: replacing ${nb.*.dir} properties with literal equivalents. Also fixing old references to some JAR paths BLD200504191800
jglick@netbeans.org [Mon, 18 Apr 2005 22:16:31 +0000] rev 6108
#57933: replacing ${nb.*.dir} properties with literal equivalents. Also fixing old references to some JAR paths
which have changed recently, which ought to fix a few broken unit tests out there.

Mon, 18 Apr 2005 16:56:50 +0000printDataErrorOutputReal() added. It's called to assure that error data BLD200504181800
mentlicher@netbeans.org [Mon, 18 Apr 2005 16:56:50 +0000] rev 6107
printDataErrorOutputReal() added. It's called to assure that error data
output is kept when the command provides some even though it should merge
the streams (e.g. on JDK 1.4.).
This is a fix of issue #57978.

Sun, 17 Apr 2005 20:15:48 +0000Merged some bugfixes from the 4.1 branch
lebedkov@netbeans.org [Sun, 17 Apr 2005 20:15:48 +0000] rev 6106
Merged some bugfixes from the 4.1 branch

Sun, 17 Apr 2005 04:10:20 +0000Minor command label consistencies BLD200504171800
benigan@netbeans.org [Sun, 17 Apr 2005 04:10:20 +0000] rev 6105
Minor command label consistencies

Sat, 16 Apr 2005 19:27:28 +0000#52354: rationalizing handling of Class-Path in the projectized build.
jglick@netbeans.org [Sat, 16 Apr 2005 19:27:28 +0000] rev 6104
#52354: rationalizing handling of Class-Path in the projectized build.

Sat, 16 Apr 2005 19:07:06 +0000Better projectized.xml style.
jglick@netbeans.org [Sat, 16 Apr 2005 19:07:06 +0000] rev 6103
Better projectized.xml style.

Sat, 16 Apr 2005 05:00:47 +0000Surprise, surprise, one can use regular HashMap as well and does not need Weak one.
jtulach@netbeans.org [Sat, 16 Apr 2005 05:00:47 +0000] rev 6102
Surprise, surprise, one can use regular HashMap as well and does not need Weak one.

Fri, 15 Apr 2005 23:15:04 +0000Update to modern j2seproject & make usable as a library for demoing integrating an existing tool
tboudreau@netbeans.org [Fri, 15 Apr 2005 23:15:04 +0000] rev 6101
Update to modern j2seproject & make usable as a library for demoing integrating an existing tool

Fri, 15 Apr 2005 18:19:33 +0000fixed - added files from vcscore/javacorebridge
mpetras@netbeans.org [Fri, 15 Apr 2005 18:19:33 +0000] rev 6100
fixed - added files from vcscore/javacorebridge

Fri, 15 Apr 2005 13:20:55 +0000Control the event pump to process only events that should not collide
mentlicher@netbeans.org [Fri, 15 Apr 2005 13:20:55 +0000] rev 6099
Control the event pump to process only events that should not collide
with our modal dialog. Invocation events from outside of VCS and JDK
are postponed after the dialog is closed.
This is a fix of issue #57855.