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.
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