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 - 05.05.03 02:00
: Now using XJavaDoc's built-in Java Beans based tag discovery.
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 - 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 - 19.03.03 02:14
: Fixed some formatings tha Jalopy messed up (!?)
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.
rinkrank - 16.03.03 18:06
: Removed the need for xdoclet-plugin.xml. All metadata is now in generated BeanInfo.
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.
rinkrank - 05.03.03 23:27
: - Applied formatting with Jalopy.
- Added our own Jalopy and Checkstyle settings.
- Added custom tag definitions to keep JavaDoc silent about custom tags.
pathoss - 05.03.03 11:02
: Coding conventions and javadoc changes.
rinkrank - 05.03.03 00:44
: - Added packageSubstitution using java.utiil.regex
- Abstracted xjavadoc completely out of the core (MetadataProvider)
- Added some more variables to the Velocity/Jelly context (see Plugin.java)
- Some more minor things I don't remember