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 - 13.05.03 13:30
: Refactored context objects down from Plugin into ScriptPlugin
erikhatcher - 13.05.03 02:36
: refactor context property setting to make it safer
rinkrank - 09.05.03 12:48
: o Fixed XDTWO-16. Merge files in BetwixtPlugin
o Fixed a small (unregistered) bug in FileUtils
o Commented out BetwixtPluginTest :-( It started failing, but I belive the test doesn't reflect well how it's working anymore.
o New patched Betwixt that I forgot in the previous commit.
rinkrank - 09.05.03 00:06
: o Fixed XDTWO-20
o Fixed XDTWO-19
o Fixed XDTWO-18
o Fixed XDTWO-17
o Partly fixed XDTWO-16
rinkrank - 06.04.03 13:36
: o Fixed a bug in BetwoxtPlugin - It was reusing the root, but shouldn't do that.
o Improved hibernate plugin
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 - 02.04.03 22:27
: -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
rinkrank - 26.03.03 02:18
: - Refactored InvocationFactory into BeanContextSupportEx (which was moved to xdoclet.beans)
- Added first cut of automatic build.xml generation
rinkrank - 19.03.03 02:14
: Fixed some formatings tha Jalopy messed up (!?)
rinkrank - 19.03.03 01:41
: o More gui improvements
rinkrank - 18.03.03 23:31
: o Improved JavaBeans support
o Improved Swing GUI support
rinkrank - 17.03.03 14:38
: Added a little demo project to get people started
rinkrank - 16.03.03 21:38
: Added icon support for BeanInfo and added some ugly icons for jelly and velocity.
pathoss - 09.03.03 16:48
: SetTemplate never throws XDocletException. The check if the template name is there is the resp of the implementor of the plugin.