diff --git a/tjdo/plugin.jelly b/tjdo/plugin.jelly
index eb97bb3b..61cca37a 100644
--- a/tjdo/plugin.jelly
+++ b/tjdo/plugin.jelly
@@ -1,96 +1,96 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- JDO-enhancing classes for Triactive JDO
-
-
-
-
-
-
-
- Classes are now JDO-enhanced for Triactive JDO
-
+ 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
+
+
+
-
+ ========================================================================
+ -->
+
-
-
-
-
+
+
+
+
- DB tables for Triactive JDO have now been dropped
-
+ DB tables for Triactive JDO have now been dropped
+
diff --git a/tjdo/plugin.properties b/tjdo/plugin.properties
index 39793811..2890370b 100644
--- a/tjdo/plugin.properties
+++ b/tjdo/plugin.properties
@@ -6,11 +6,11 @@
# -------------------------------------------------------------------
# Parameters for specification of location of JDO files
-# Directory root
+# Directory root
maven.tjdo.jdo.fileset.dir=${maven.build.dest}
-# File Includes
+# File Includes
maven.tjdo.jdo.fileset.include=**/*.jdo
-# File Excludes
+# File Excludes
maven.tjdo.jdo.fileset.exclude=
# Location of any JAR containing the JDBC driver for the data store being used
diff --git a/tjdo/xdocs/changes.xml b/tjdo/xdocs/changes.xml
index ce8c5739..08db66a0 100644
--- a/tjdo/xdocs/changes.xml
+++ b/tjdo/xdocs/changes.xml
@@ -7,19 +7,19 @@
-
+
Addition of "drop-tables", and revision of jelly code.
-
+
- Addition of documents and update to TJDO version number.
+ Addition of documents and update to TJDO version number.
-
+
- New plugin providing support for TJDO "enhance" method.
+ New plugin providing support for TJDO "enhance" method.
diff --git a/tjdo/xdocs/index.xml b/tjdo/xdocs/index.xml
index 46e13d7b..e23afe10 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.
+
+
+
diff --git a/tjdo/xdocs/properties.xml b/tjdo/xdocs/properties.xml
index 0f8d0395..383beb25 100644
--- a/tjdo/xdocs/properties.xml
+++ b/tjdo/xdocs/properties.xml
@@ -15,21 +15,21 @@
Directory root of the filespace including the JDO files
defining the datastore persistence to be managed by TJDO.
- The default is ${maven.build.dest}
+ The default is ${maven.build.dest}
|
| maven.tjdo.jdo.fileset.include |
Yes |
- Include pattern of JDO files. The default is **/*.jdo
+ Include pattern of JDO files. The default is **/*.jdo
|
| maven.tjdo.jdo.fileset.exclude |
Yes |
- Exclude pattern of JDO files. The default is empty.
+ Exclude pattern of JDO files. The default is empty.
|