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.

Mon, 31 Mar 2003 13:46:04 +0000deadlock fixed BLD200303311356
mmatula@netbeans.org [Mon, 31 Mar 2003 13:46:04 +0000] rev 1259
deadlock fixed

Sat, 29 Mar 2003 00:18:00 +0000Add in JTidy integration - legal has approved today. BLD200303310100
tor@netbeans.org [Sat, 29 Mar 2003 00:18:00 +0000] rev 1258
Add in JTidy integration - legal has approved today.

Thu, 27 Mar 2003 21:16:58 +0000Fix a bug in the XML Schema parser where an extended type was not picking up the attributes of the type it extended. BLD200303280100
cliffwd@netbeans.org [Thu, 27 Mar 2003 21:16:58 +0000] rev 1257
Fix a bug in the XML Schema parser where an extended type was not picking up the attributes of the type it extended.

Thu, 27 Mar 2003 08:51:00 +0000EventNotifier ignores events that are not listened to BLD200303271528
mmatula@netbeans.org [Thu, 27 Mar 2003 08:51:00 +0000] rev 1256
EventNotifier ignores events that are not listened to

Wed, 26 Mar 2003 19:25:29 +0000Add _setSchemaLocation & _getSchemaLocation to javabean style. BLD200303261945
cliffwd@netbeans.org [Wed, 26 Mar 2003 19:25:29 +0000] rev 1255
Add _setSchemaLocation & _getSchemaLocation to javabean style.
Fix a bug in the javabean style's copy constructor where it didn't think that a property could be null, but TYPE_0_1 types can be null.

Wed, 26 Mar 2003 15:58:19 +0000automatic
dkaspar@netbeans.org [Wed, 26 Mar 2003 15:58:19 +0000] rev 1254
automatic

Tue, 25 Mar 2003 19:03:01 +0000Put in another bug fix for mutually exclusive property resetting. It's now done in all of the right spots. BLD200303261620
cliffwd@netbeans.org [Tue, 25 Mar 2003 19:03:01 +0000] rev 1253
Put in another bug fix for mutually exclusive property resetting. It's now done in all of the right spots.
BaseBean generated beans will now respect their default values and so use them when created.
Allow a fixed attribute to be set only to the correct, fixed value.