Tue, 13 May 2003 23:59:30 +0000deletion of components fixed (the component is now removed from an attribute value of its composite) BLD200305170100
mmatula@netbeans.org [Tue, 13 May 2003 23:59:30 +0000] rev 1286
deletion of components fixed (the component is now removed from an attribute value of its composite)

Mon, 05 May 2003 07:59:56 +0000typo fixed BLD200305110100
mmatula@netbeans.org [Mon, 05 May 2003 07:59:56 +0000] rev 1285
typo fixed

Wed, 30 Apr 2003 16:38:11 +0000Added JRAW Editor Settings Option BLD200307100100
dkaspar@netbeans.org [Wed, 30 Apr 2003 16:38:11 +0000] rev 1284
Added JRAW Editor Settings Option

Tue, 29 Apr 2003 22:52:09 +0000additional indexes support fixed (the case when the index is bound to one class only) BLD200304300100
mmatula@netbeans.org [Tue, 29 Apr 2003 22:52:09 +0000] rev 1283
additional indexes support fixed (the case when the index is bound to one class only)

Tue, 29 Apr 2003 18:33:13 +0000Added the ability for pure java beans to have a parent reference. It really only works right now if there is a CommonBean.
cliffwd@netbeans.org [Tue, 29 Apr 2003 18:33:13 +0000] rev 1282
Added the ability for pure java beans to have a parent reference. It really only works right now if there is a CommonBean.
Added the ability to keep a hasChanged flag around. Any changes set it to true.
Factored some stuff so that subclassing could more realistically happen.
Added an XMLWriter class to make outputting XML a little easier.

Tue, 29 Apr 2003 15:00:26 +0000deadlock fixed
mmatula@netbeans.org [Tue, 29 Apr 2003 15:00:26 +0000] rev 1281
deadlock fixed

Mon, 28 Apr 2003 15:06:51 +0000Version 0.3
dkaspar@netbeans.org [Mon, 28 Apr 2003 15:06:51 +0000] rev 1280
Version 0.3

Wed, 23 Apr 2003 14:50:27 +0000Misc. fixes. Updated to work w/ NB 3.5 and compile in trunk. version_01
jglick@netbeans.org [Wed, 23 Apr 2003 14:50:27 +0000] rev 1279
Misc. fixes. Updated to work w/ NB 3.5 and compile in trunk.

Wed, 23 Apr 2003 12:10:36 +0000Cleaned up short and long descriptions. Should consider also changing the Module-Name key to something like "Schema To Beans GUI Library" (and make the corresponding change in other schema2beans modules). BLD200304270100
pkeegan@netbeans.org [Wed, 23 Apr 2003 12:10:36 +0000] rev 1278
Cleaned up short and long descriptions. Should consider also changing the Module-Name key to something like "Schema To Beans GUI Library" (and make the corresponding change in other schema2beans modules).

Tue, 22 Apr 2003 18:54:45 +0000Added beangraph reading and writing. This allows the user to export generated types and then import them into another generation. Updated docs to talk about this. BLD200304230100
cliffwd@netbeans.org [Tue, 22 Apr 2003 18:54:45 +0000] rev 1277
Added beangraph reading and writing. This allows the user to export generated types and then import them into another generation. Updated docs to talk about this.
Added some argument checks in GraphManager for problems I've seen other people having.