rinkrank - 05.05.03 02:00
: Now using XJavaDoc's built-in Java Beans based tag discovery.
rinkrank - 04.05.03 13:46
: Doing AWT stuff at last, because it *will* fail on linux where X11 is not available.
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 - 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 - 16.03.03 21:38
: Added icon support for BeanInfo and added some ugly icons for jelly and velocity.
rinkrank - 16.03.03 18:06
: Removed the need for xdoclet-plugin.xml. All metadata is now in generated BeanInfo.
rinkrank - 13.03.03 00:41
: -Improved JavaBeans support (which is the metadata layer for XDoclet configuration)
-Made tests able to run in unforked mode
rinkrank - 08.03.03 15:21
: Added Java Beans support. This is in order to make it possible for Bean containers (such as IDEs) to configure XDoclet. We're generating BeanInfo and MANIFEST.MF files that provide metadata about XDoclet. This is in fact the Metadata API for the configuration part of XDoclet.