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.

Wed, 02 Apr 2003 09:45:37 +0000#32143 openide-loaders.jar is separated from openide.jar BLD200304022107
jtulach@netbeans.org [Wed, 02 Apr 2003 09:45:37 +0000] rev 1262
#32143 openide-loaders.jar is separated from openide.jar

Mon, 31 Mar 2003 20:43:07 +0000Remove an unimportant file, and make sure to delete all .nbm files. BLD200304020100
cliffwd@netbeans.org [Mon, 31 Mar 2003 20:43:07 +0000] rev 1261
Remove an unimportant file, and make sure to delete all .nbm files.

Mon, 31 Mar 2003 19:47:07 +0000IN=12552 - Split schema2beans into 2 libraries
cliffwd@netbeans.org [Mon, 31 Mar 2003 19:47:07 +0000] rev 1260
IN=12552 - Split schema2beans into 2 libraries
Split schema2beans library in 2: one for runtime, and one for
development time. As well as relocating them under autoload.