rinkrank - 15.05.03 16:26
: o Fixed XDTWO-23 - ordering of XML elements (I had to patch Betwixt to make it work)
o Fixed XDTWO-16 - See hibernate plugin for an example
rinkrank - 14.05.03 17:13
: o Fixed XDTWO-29
o Plugin no longer is-a MetadataProvider, but has-one instead.
rinkrank - 01.05.03 14:54
: Applied Christian Kvalheim's XGG patch XDTWO-2 that uses Sun's MSV. This adds support for DTD and XSD!
rinkrank - 29.04.03 22:10
: various updates. mostly to do with XJavaDoc no longer being a singleton and the new SDK component that migrates XDoclet 1.2 style xtags.xml to XTag classes.
rinkrank - 24.04.03 01:35
: o Added a migration tool to the SDK. Reads legacy xtags.xml and produces real XTag classes. The velocity template needs more work.
o Various smaller changes
rinkrank - 06.04.03 17:19
: Initial support for XML Schema in XGG (using Sun's rngconv)
rinkrank - 06.04.03 15:12
: Better javadoc and declaring exception
rinkrank - 06.04.03 02:57
: Cleaned up dead code in XGG
rinkrank - 06.04.03 02:07
: Added BeanInfo support in the XGG plugin. Now Betwixt serialises XML correctly! (We still need to ensure that element ordering is correct).
rinkrank - 03.04.03 00:22
: -Fixed a cardinality bug in XGG
-Improved comments in XGG beans
-Addes support for Hibernate 2.0-beta4 and 2.0 from HEAD (v. 1.18)
rinkrank - 02.04.03 22:28
: -Implemented xgg (again!) It only generates java beans
-Added Betwixt plugin that can serialise xgg generated beans to XML
-Removed dead code
-Various refactorings here and there