Mon, 03 Mar 2003 22:39:55 +0000Uped the module spec version number since release35 was just branched. BLD200303040100
cliffwd@netbeans.org [Mon, 03 Mar 2003 22:39:55 +0000] rev 1222
Uped the module spec version number since release35 was just branched.
Added ComplexContent to XML Schema elements.
Added group type handling to extension elements. So, now you can extend a complexType and add another property to it.

Mon, 03 Mar 2003 16:35:15 +0000Don't depend on deprecated stuff
pnejedly@netbeans.org [Mon, 03 Mar 2003 16:35:15 +0000] rev 1221
Don't depend on deprecated stuff

Mon, 03 Mar 2003 08:35:53 +0000Added dependency on vcscore module. This is a fix of issue #31555.
mentlicher@netbeans.org [Mon, 03 Mar 2003 08:35:53 +0000] rev 1220
Added dependency on vcscore module. This is a fix of issue #31555.

Sat, 01 Mar 2003 01:53:38 +0000Improve this test to do a little bit more. BLD200303030100
cliffwd@netbeans.org [Sat, 01 Mar 2003 01:53:38 +0000] rev 1219
Improve this test to do a little bit more.

Sat, 01 Mar 2003 01:47:18 +0000Made it so that no 2 class will be generated with the same name.
cliffwd@netbeans.org [Sat, 01 Mar 2003 01:47:18 +0000] rev 1218
Made it so that no 2 class will be generated with the same name.
Fix a bug in XML Schema parsing where 2 complexType's were defined with the same name, but different namespaces. Now, we can differentiate between the two.
Try to process type nodes from the root element down (BFS).
The default targetNamespace is no longer "xsd". It's now null.
Added namespace to the mdd file's MetaElement.

Fri, 28 Feb 2003 08:55:27 +0000Add arch documents for two of the modules release35-QBE200303112350-BLD200303131400
tor@netbeans.org [Fri, 28 Feb 2003 08:55:27 +0000] rev 1217
Add arch documents for two of the modules

Thu, 27 Feb 2003 23:42:15 +0000IN=11733 update of copyright notices for year 2003 (only files maintained by Sun) BLD200302280100
ffjre@netbeans.org [Thu, 27 Feb 2003 23:42:15 +0000] rev 1216
IN=11733 update of copyright notices for year 2003 (only files maintained by Sun)

Thu, 27 Feb 2003 22:17:58 +0000Added DataEnumRestriction for validating with datatypes that have a limited set of good values. release35_fixes_base
cliffwd@netbeans.org [Thu, 27 Feb 2003 22:17:58 +0000] rev 1215
Added DataEnumRestriction for validating with datatypes that have a limited set of good values.
Added a test for it.

Thu, 27 Feb 2003 19:21:37 +0000Improved XML Schema parsing.
cliffwd@netbeans.org [Thu, 27 Feb 2003 19:21:37 +0000] rev 1214
Improved XML Schema parsing.
Added restrictions for maxOccurs and minOccurs.
GraphNode's now have a namespace with their name.
Added a new -dumpBeanTree to GenBeans. This will write the bean tree graph into the given filename. I added a call to this in every test.
Added printing of restrictions in the bean tree graph. Know the user has a better idea of the restrictions that go with an attribute.
Added DataListRestriction as a way of doing restrictions that need to work with the whole list, not just each element in the list.
Fixed a bug in BaseBean.getAttributeValue where if the element does not exist it should return null, instead an exception was being thrown.
BaseBean based beans now can handle attributes on an array of String. with the -attrprop switch.

Wed, 26 Feb 2003 23:54:29 +0000changes contributed by Holger integrated (see issue #31237) release35-BLD200303032350
mmatula@netbeans.org [Wed, 26 Feb 2003 23:54:29 +0000] rev 1213
changes contributed by Holger integrated (see issue #31237)