Sun, 30 Dec 2001 17:54:53 +0000Equal sign have to be used as a delimeter instead of the colon. BLD200201020100
mentlicher@netbeans.org [Sun, 30 Dec 2001 17:54:53 +0000] rev 1976
Equal sign have to be used as a delimeter instead of the colon.
This is a fix of issue #18905

Mon, 17 Dec 2001 13:33:43 +0000Fixed nbm targets. Added support for xml-include-entities.
rbalada@netbeans.org [Mon, 17 Dec 2001 13:33:43 +0000] rev 1975
Fixed nbm targets. Added support for xml-include-entities.

Wed, 12 Dec 2001 16:39:55 +0000http:// added to the distribution link.
mentlicher@netbeans.org [Wed, 12 Dec 2001 16:39:55 +0000] rev 1974
http:// added to the distribution link.

Wed, 12 Dec 2001 15:13:32 +0000StringBufferInputStream was used, which did not properly convert characters into bytes. Replaced by ByteArrayInputStream.
mentlicher@netbeans.org [Wed, 12 Dec 2001 15:13:32 +0000] rev 1973
StringBufferInputStream was used, which did not properly convert characters into bytes. Replaced by ByteArrayInputStream.
This is a fix of issue #18517.

Tue, 11 Dec 2001 10:17:31 +0000additional group name i18n bug
mkleint@netbeans.org [Tue, 11 Dec 2001 10:17:31 +0000] rev 1972
additional group name i18n bug
fix for #18490, rewritten reading of properties file for group to fix bad japanese text reading..

Mon, 10 Dec 2001 14:13:13 +0000fix for #18490, rewritten reading of properties file for group to fix bad japanese text reading..
mkleint@netbeans.org [Mon, 10 Dec 2001 14:13:13 +0000] rev 1971
fix for #18490, rewritten reading of properties file for group to fix bad japanese text reading..

Fri, 07 Dec 2001 17:58:35 +0000Big refactoring.
jbecicka@netbeans.org [Fri, 07 Dec 2001 17:58:35 +0000] rev 1970
Big refactoring.

Fri, 07 Dec 2001 17:04:33 +0000The group description can be null - NPE fix.
mentlicher@netbeans.org [Fri, 07 Dec 2001 17:04:33 +0000] rev 1969
The group description can be null - NPE fix.

Fri, 07 Dec 2001 13:06:28 +0000Speeding up the annotateName method. Reorder the FileObjects iff necessary.
mentlicher@netbeans.org [Fri, 07 Dec 2001 13:06:28 +0000] rev 1968
Speeding up the annotateName method. Reorder the FileObjects iff necessary.
This is a fix of issue #18446.

Fri, 07 Dec 2001 12:41:40 +0000An extra check for NPE added. NPE was sometimes thrown when you unmount the filesystem.
mentlicher@netbeans.org [Fri, 07 Dec 2001 12:41:40 +0000] rev 1967
An extra check for NPE added. NPE was sometimes thrown when you unmount the filesystem.