From: stephane b. <le...@us...> - 2005-10-04 12:17:12
|
le_phan 05/10/04 05:17:06 Modified: kodo/xdocs properties.xml index.xml changes.xml goals.xml navigation.xml Log: prepare for release 4.0.0-EA2 Revision Changes Path 1.2 +58 -52 maven-plugins/kodo/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/xdocs/properties.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- properties.xml 21 Aug 2003 11:11:41 -0000 1.1 +++ properties.xml 4 Oct 2005 12:17:05 -0000 1.2 @@ -1,56 +1,62 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <document> - <properties> - <title>Kodo Properties</title> - <author email="an...@aj...">Andy Jefferson</author> - </properties> + <properties> + <title>Kodo Properties</title> + <author email="an...@aj...">Andy Jefferson</author> + </properties> - <body> - <section name="Kodo Settings"> - <table> - <tr><th>Property</th><th>Optional?</th><th>Description</th></tr> - <tr> - <td>maven.kodo.properties.dir</td> - <td>No</td> - <td> - Directory containing the Kodo properties file that - contains the license key. The default is - <code>${basedir}/src/conf</code> - </td> - </tr> - <tr> - <td>maven.kodo.jdo.fileset.dir</td> - <td>Yes</td> - <td> - Directory root of the filespace including the JDO files - defining the datastore persistence to be managed by - Kodo. The default is <code>${maven.build.dest}</code> - </td> - </tr> - <tr> - <td>maven.kodo.jdo.fileset.include</td> - <td>Yes</td> - <td> - Include pattern of JDO files. The default is - <code>**/*.jdo</code> - </td> - </tr> - <tr> - <td>maven.kodo.jdo.fileset.exclude</td> - <td>Yes</td> - <td> - Exclude pattern of JDO files. The default is empty. - </td> - </tr> - <tr> - <td>maven.kodo.jdbc.jar</td> - <td>Yes</td> - <td> - Filename of a JAR containing the JDBC driver for use by - schematool. - </td> - </tr> - </table> - </section> - </body> + <body> + <section name="Kodo Settings"> + <table> + <tr> + <th>Property</th> + <th>Optional?</th> + <th>Description</th> + </tr> + <tr> + <td>maven.kodo.properties.dir</td> + <td>No</td> + <td> + Directory containing the Kodo properties file + that contains the license key. The default is + <code>${basedir}/src/conf</code> + </td> + </tr> + <tr> + <td>maven.kodo.jdo.fileset.dir</td> + <td>Yes</td> + <td> + Directory root of the filespace including the + JDO files defining the datastore persistence to + be managed by Kodo. The default is + <code>${maven.build.dest}</code> + </td> + </tr> + <tr> + <td>maven.kodo.jdo.fileset.include</td> + <td>Yes</td> + <td> + Include pattern of JDO files. The default is + <code>**/*.jdo</code> + </td> + </tr> + <tr> + <td>maven.kodo.jdo.fileset.exclude</td> + <td>Yes</td> + <td> + Exclude pattern of JDO files. The default is + empty. + </td> + </tr> + <tr> + <td>maven.kodo.jdbc.jar</td> + <td>Yes</td> + <td> + Filename of a JAR containing the JDBC driver for + use by schematool. + </td> + </tr> + </table> + </section> + </body> </document> 1.4 +37 -24 maven-plugins/kodo/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 14 Jan 2005 16:15:04 -0000 1.3 +++ index.xml 4 Oct 2005 12:17:05 -0000 1.4 @@ -1,28 +1,41 @@ <?xml version="1.0"?> <document> - <properties> - <title>Maven Kodo Plug-in</title> - <author email="an...@aj...">Andy Jefferson</author> - </properties> + <properties> + <title>Maven Kodo Plug-in</title> + <author email="an...@aj...">Andy Jefferson</author> + </properties> - <body> - <section name="Maven Kodo Plugin"> - <p> - This plugin provides an interface to Solarmetric's - <a href="http://www.solarmetric.com">Kodo</a> implementation of - Sun's JDO spec. - </p> - <p> - To use this plugin, you will need to install Kodo's jar's into - your Maven repository. You will need the following jar's to be - in place for it to work (these can be symbolically linked from - your Kodo installation directory. - <source> -${maven.repo.local}/kodo/jars/ -${maven.repo.local}/kodo/jars/kodo-jdo-3.2.4.jar -${maven.repo.local}/kodo/jars/kodo-jdo-runtime-3.2.4.jar - </source> - </p> - </section> - </body> + <body> + <section name="Maven Kodo Plugin"> + <p> + This plugin provides an interface to Solarmetric's + <a href="http://www.solarmetric.com">Kodo</a> + implementation of Sun's JDO spec. + </p> + <p> + To use this plugin, you will need to install manually + the Kodo's jar's into your Maven repository. You will + need the following jar's to be in place for it to work + (these can be symbolically linked from your Kodo + installation directory). Please respect the syntax ! + <source> + ${maven.repo.local}/kodo/jars/ + ${maven.repo.local}/kodo/jars/kodo-jdo-{plugin-version}.jar + ${maven.repo.local}/kodo/jars/kodo-jdo-runtime-{plugin-version}.jar + </source> + </p> + <p> + Last stable version : plugin-version = 3.2.4 + <br /> + Last version : plugin-version = 4.0.0-EA2 + <br /> + For this version you will also need to put in your + repository the following jars : + <ul> + <li>jta-spec-1.0.1.jar</li> + <li>jca-1.0.jar</li> + </ul> + </p> + </section> + </body> </document> 1.5 +51 -38 maven-plugins/kodo/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 14 Jan 2005 16:15:04 -0000 1.4 +++ changes.xml 4 Oct 2005 12:17:05 -0000 1.5 @@ -1,42 +1,55 @@ <?xml version="1.0"?> <document> - <properties> - <title>Changes</title> - </properties> + <properties> + <title>Changes</title> + </properties> - <body> - <release version="3.2.4" date="14-Jan-2005" description="Released for Kodo 3.2.4"> - <action dev="sbouchet" type="add"> - This version requires Kodo 3.2.4 jars. - </action> - </release> - <release version="3.2.3" date="23-Nov-2004" description="Released for Kodo 3.2.3"> - <action dev="sbouchet" type="add"> - Removed the "schematool" goal. - Add a "buildschema" goal. - This version requires Kodo 3.2.3 jars. - </action> - </release> - <release version="3.1.2" date="16-Jun-2004" description="Released for Kodo 3.1.2"> - <action dev="andy_jefferson" type="add"> - Released for Kodo 3.1.2 contrib by Stephane Bouchet - </action> - </release> - <release version="1.0" date="22-Aug-2003" description="Initial release under maven-plugins project"> - <action dev="andy_jefferson" type="add"> - Released under maven-plugins SourceForge project. - This version requires Kodo 2.5.2 jars. - </action> - </release> - <release version="0.2" date="09-Aug-2003" description="Addition of 'version' goal"> - <action dev="andy_jefferson" type="add"> - Addition of "version" goal. - </action> - </release> - <release version="0.1" date="08-Aug-2003" description="Initial release"> - <action dev="andy_jefferson" type="add"> - New plugin providing support for Kodo "enhance" and "schematool" methods. - </action> - </release> - </body> + <body> + <release version="4.0.0EA2" date="04-Oct-2005" + description="Released for Kodo 4.0.0EA2"> + <action dev="sbouchet" type="add"> + This version requires Kodo 4.0.0EA2 jars. Please note + that this version is in an early stage. + </action> + </release> + <release version="3.2.4" date="14-Jan-2005" + description="Released for Kodo 3.2.4"> + <action dev="sbouchet" type="add"> + This version requires Kodo 3.2.4 jars. + </action> + </release> + <release version="3.2.3" date="23-Nov-2004" + description="Released for Kodo 3.2.3"> + <action dev="sbouchet" type="add"> + Removed the "schematool" goal. Add a "buildschema" goal. + This version requires Kodo 3.2.3 jars. + </action> + </release> + <release version="3.1.2" date="16-Jun-2004" + description="Released for Kodo 3.1.2"> + <action dev="andy_jefferson" type="add"> + Released for Kodo 3.1.2 contrib by Stephane Bouchet + </action> + </release> + <release version="1.0" date="22-Aug-2003" + description="Initial release under maven-plugins project"> + <action dev="andy_jefferson" type="add"> + Released under maven-plugins SourceForge project. This + version requires Kodo 2.5.2 jars. + </action> + </release> + <release version="0.2" date="09-Aug-2003" + description="Addition of 'version' goal"> + <action dev="andy_jefferson" type="add"> + Addition of "version" goal. + </action> + </release> + <release version="0.1" date="08-Aug-2003" + description="Initial release"> + <action dev="andy_jefferson" type="add"> + New plugin providing support for Kodo "enhance" and + "schematool" methods. + </action> + </release> + </body> </document> 1.4 +31 -30 maven-plugins/kodo/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/xdocs/goals.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- goals.xml 29 Nov 2004 14:24:25 -0000 1.3 +++ goals.xml 4 Oct 2005 12:17:05 -0000 1.4 @@ -1,35 +1,36 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <document> - <properties> - <title>Maven Kodo Plug-in Goals</title> - <author email="an...@aj...">Andy Jefferson</author> - </properties> + <properties> + <title>Maven Kodo Plug-in Goals</title> + <author email="an...@aj...">Andy Jefferson</author> + </properties> - <body> - <goals> - <goal> - <name>kodo:enhance</name> - <description> - This is the default goal of the plugin. It provides the - enhancement of classes to use Kodo for persistence of - java classes. - </description> - </goal> - <goal> - <name>kodo:buildschema</name> - <description> - This runs the mappingtool to generate database tables - using a set of JDO files. It uses '-action buildSchema'. - </description> - </goal> - <goal> - <name>kodo:version</name> - <description> - This runs runs the JDOVersion class. Returns version - information for the host and for Kodo. - </description> - </goal> - </goals> - </body> + <body> + <goals> + <goal> + <name>kodo:enhance</name> + <description> + This is the default goal of the plugin. It provides + the enhancement of classes to use Kodo for + persistence of java classes. + </description> + </goal> + <goal> + <name>kodo:buildschema</name> + <description> + This runs the mappingtool to generate database + tables using a set of JDO files. It uses '-action + buildSchema'. + </description> + </goal> + <goal> + <name>kodo:version</name> + <description> + This runs runs the KodoVersion class. Returns + version information for the host and for Kodo. + </description> + </goal> + </goals> + </body> </document> 1.2 +12 -12 maven-plugins/kodo/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/xdocs/navigation.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- navigation.xml 21 Aug 2003 11:11:41 -0000 1.1 +++ navigation.xml 4 Oct 2005 12:17:05 -0000 1.2 @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <project name="Maven Kodo Plugin"> - <title>Maven Kodo Plugin</title> + <title>Maven Kodo Plugin</title> - <body> - <links> - <item name="Maven" href="http://maven.apache.org/"/> - <item name="Kodo" href="http://www.solarmetric.com/"/> - </links> - <menu name="Overview"> - <item name="Goals" href="/goals.html" /> - <item name="Properties" href="/properties.html" /> - <item name="Changes" href="/changes-report.html" /> - </menu> - </body> + <body> + <links> + <item name="Maven" href="http://maven.apache.org/" /> + <item name="Kodo" href="http://www.solarmetric.com/" /> + </links> + <menu name="Overview"> + <item name="Goals" href="/goals.html" /> + <item name="Properties" href="/properties.html" /> + <item name="Changes" href="/changes-report.html" /> + </menu> + </body> </project> |