diff --git a/tjdo/plugin.jelly b/tjdo/plugin.jelly index d385d9a8..eb97bb3b 100644 --- a/tjdo/plugin.jelly +++ b/tjdo/plugin.jelly @@ -1,76 +1,96 @@ + xmlns:j="jelly:core" + xmlns:ant="jelly:ant" + xmlns:u="jelly:util" + xmlns:doc="doc"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JDO-enhancing classes for Triactive JDO + + + + + + + + Classes are now JDO-enhanced for Triactive JDO + - + ======================================================================== + Goal to drop the JDO tables + ======================================================================== + --> + - - - + + + + - - - JDO-enhancing classes for Triactive JDO - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Classes are now JDO-enhanced for Triactive JDO - + DB tables for Triactive JDO have now been dropped + diff --git a/tjdo/project.xml b/tjdo/project.xml index 4d056939..d8bdaeb4 100644 --- a/tjdo/project.xml +++ b/tjdo/project.xml @@ -5,7 +5,7 @@ 3 maven-tjdo-plugin Maven TJDO plugin - 0.1.1 + 1.0.0 Maven TJDO plugin http://maven.apache.org/reference/plugins/tjdo/ @@ -20,7 +20,7 @@ tjdo tjdo - 2.0-beta + 2.0-beta3 diff --git a/tjdo/xdocs/changes.xml b/tjdo/xdocs/changes.xml index 8359b4cf..ce8c5739 100644 --- a/tjdo/xdocs/changes.xml +++ b/tjdo/xdocs/changes.xml @@ -6,10 +6,21 @@ - - - New plugin providing support for TJDO "enhance" method. - + + + + Addition of "drop-tables", and revision of jelly code. + + + + + Addition of documents and update to TJDO version number. + + + + + New plugin providing support for TJDO "enhance" method. + diff --git a/tjdo/xdocs/goals.xml b/tjdo/xdocs/goals.xml index 1b6a5b95..687c45a4 100644 --- a/tjdo/xdocs/goals.xml +++ b/tjdo/xdocs/goals.xml @@ -17,6 +17,12 @@ of classes to use TJDO for persistence of java classes. + + tjdo:drop-tables + + Drops the tables managed by Triactive JDO. + + diff --git a/tjdo/xdocs/index.xml b/tjdo/xdocs/index.xml index c30005ed..46e13d7b 100644 --- a/tjdo/xdocs/index.xml +++ b/tjdo/xdocs/index.xml @@ -1,17 +1,17 @@ + + Maven TJDO Plug-in + Andy Jefferson + - - Maven TJDO Plug-in - Andy Jefferson - - - -
-

- This plugin provides an interface to the Triactive JDO implementation - (TJDO) of Sun's JDO spec. -

-
- + +
+

+ This plugin provides an interface to the Triactive JDO + implementation (TJDO) + of Sun's JDO spec. +

+
+