Wed, 09 Apr 2003 21:39:59 +0000http://www.netbeans.org/issues/show_bug.cgi?id=32779 BLD200304100100
tor@netbeans.org [Wed, 09 Apr 2003 21:39:59 +0000] rev 1272
http://www.netbeans.org/issues/show_bug.cgi?id=32779
Move tasklist/html/external/ -> tasklist/external/

Tue, 08 Apr 2003 21:54:47 +0000Fix a bug with groupInstance, and one around groupInstance and choice. So, "(a|b|c)*" should work a bit better. BLD200304090100
cliffwd@netbeans.org [Tue, 08 Apr 2003 21:54:47 +0000] rev 1271
Fix a bug with groupInstance, and one around groupInstance and choice. So, "(a|b|c)*" should work a bit better.

Tue, 08 Apr 2003 20:10:57 +0000Attributes can now have restrictions too (just like elements).
cliffwd@netbeans.org [Tue, 08 Apr 2003 20:10:57 +0000] rev 1270
Attributes can now have restrictions too (just like elements).
Make whitespace restrictions only do things to String or java.lang.String.

Fri, 04 Apr 2003 18:04:45 +0000package instantiation fixed (resolution of class/object implementation superclasses) BLD200304061630
mmatula@netbeans.org [Fri, 04 Apr 2003 18:04:45 +0000] rev 1269
package instantiation fixed (resolution of class/object implementation superclasses)

Fri, 04 Apr 2003 14:53:24 +0000automatic
dkaspar@netbeans.org [Fri, 04 Apr 2003 14:53:24 +0000] rev 1268
automatic

Fri, 04 Apr 2003 02:29:20 +0000Change the "bean" style of instance countness from '?' to '[0,1]' to be more consistant with the other variants.
cliffwd@netbeans.org [Fri, 04 Apr 2003 02:29:20 +0000] rev 1267
Change the "bean" style of instance countness from '?' to '[0,1]' to be more consistant with the other variants.
Fix a problem with XML Schema includes where it wouldn't work very well on a windows machine. On unix, /home/cliffwd/foo.xsd translates well into a URI, while d:\dir\foo.xsd makes it barf. I now try to use File.toURI encase the first way fails.
Fix a bug with multiple OR's in the schema.

Thu, 03 Apr 2003 20:17:32 +0000More openide-loaders.jar sep stuff: daily alpha NBMs should build. BLD200304040100
jglick@netbeans.org [Thu, 03 Apr 2003 20:17:32 +0000] rev 1266
More openide-loaders.jar sep stuff: daily alpha NBMs should build.

Thu, 03 Apr 2003 07:23:22 +0000adding openide-loaders.jar into classpath BLD200304031602
jtulach@netbeans.org [Thu, 03 Apr 2003 07:23:22 +0000] rev 1265
adding openide-loaders.jar into classpath

Thu, 03 Apr 2003 01:45:32 +0000#32497: license files should be UTF-8 generally. Also a general
jglick@netbeans.org [Thu, 03 Apr 2003 01:45:32 +0000] rev 1264
#32497: license files should be UTF-8 generally. Also a general
scrambler.jar update incl. proper charset handling.

Wed, 02 Apr 2003 22:17:49 +0000Create a schema2beans ant task. BLD200304030100
cliffwd@netbeans.org [Wed, 02 Apr 2003 22:17:49 +0000] rev 1263
Create a schema2beans ant task.
Add checkUpToDate feature, which only does generation if the source files are newer than the generated files.
For "pure java beans" added another constructor: one for all required properties.