Wed, 20 Aug 2003 14:48:23 +0000automatic BLD200308220100
dkaspar@netbeans.org [Wed, 20 Aug 2003 14:48:23 +0000] rev 1331
automatic

Tue, 19 Aug 2003 15:07:15 +0000Fixed missing class org.openide.util.Lookup, which was outplaced into nb_all/openide/standalone/openide-lookup.jar. Fixed .cvsignore to include download directory and mdr-standalone.zip QBE200308200100-BLD200308251153
rbalada@netbeans.org [Tue, 19 Aug 2003 15:07:15 +0000] rev 1330
Fixed missing class org.openide.util.Lookup, which was outplaced into nb_all/openide/standalone/openide-lookup.jar. Fixed .cvsignore to include download directory and mdr-standalone.zip

Fri, 15 Aug 2003 09:32:18 +0000resolving of operation exceptions fixed BLD200308190100
mmatula@netbeans.org [Fri, 15 Aug 2003 09:32:18 +0000] rev 1329
resolving of operation exceptions fixed

Mon, 11 Aug 2003 23:42:46 +0000Unnecessary dependencies removed BLD200308140100
mmatula@netbeans.org [Mon, 11 Aug 2003 23:42:46 +0000] rev 1328
Unnecessary dependencies removed

Wed, 06 Aug 2003 21:36:34 +0000The element tree was not displaying the actually used type. Made it get the data for type from the right location. BLD200308110100
cliffwd@netbeans.org [Wed, 06 Aug 2003 21:36:34 +0000] rev 1327
The element tree was not displaying the actually used type. Made it get the data for type from the right location.

Wed, 06 Aug 2003 21:15:06 +0000If an element is coming from a choice or is nillable, then it should not be a primitive type. They're now converted to an object type.
cliffwd@netbeans.org [Wed, 06 Aug 2003 21:15:06 +0000] rev 1326
If an element is coming from a choice or is nillable, then it should not be a primitive type. They're now converted to an object type.

Wed, 06 Aug 2003 16:25:03 +0000automatic
dkaspar@netbeans.org [Wed, 06 Aug 2003 16:25:03 +0000] rev 1325
automatic

Mon, 04 Aug 2003 12:06:48 +0000uml test update BLD200308060100
dprusa@netbeans.org [Mon, 04 Aug 2003 12:06:48 +0000] rev 1324
uml test update

Mon, 04 Aug 2003 10:59:29 +0000CollectionType test added
dprusa@netbeans.org [Mon, 04 Aug 2003 10:59:29 +0000] rev 1323
CollectionType test added

Fri, 01 Aug 2003 18:50:50 +0000Added a generation option (-generateSwitches) to generate code for parsing command line arguments into the java beans. BLD200308040100
cliffwd@netbeans.org [Fri, 01 Aug 2003 18:50:50 +0000] rev 1322
Added a generation option (-generateSwitches) to generate code for parsing command line arguments into the java beans.
Changed the way GenBeans reads/parses arguments to use the above feature.
Changed the ant task class to inherit from a delegate to the GenBeans.Config class.
All command line options and ant tasks are now easily managed in 1 simple XML Schema file (s2bconfig.xsd). This will take care of any bugs relating to the ant task missing a feature, or inconsistencies between the command line and the ant task.