From: stephane b. <le...@us...> - 2005-11-15 15:21:39
|
le_phan 05/11/15 07:21:33 Modified: kodo/xdocs properties.xml index.xml changes.xml Log: release for kodo 4.0.0 EA3 Revision Changes Path 1.3 +10 -1 maven-plugins/kodo/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/xdocs/properties.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- properties.xml 4 Oct 2005 12:17:05 -0000 1.2 +++ properties.xml 15 Nov 2005 15:21:33 -0000 1.3 @@ -15,7 +15,7 @@ </tr> <tr> <td>maven.kodo.properties.dir</td> - <td>No</td> + <td>Yes</td> <td> Directory containing the Kodo properties file that contains the license key. The default is @@ -23,6 +23,15 @@ </td> </tr> <tr> + <td>maven.kodo.properties.filename</td> + <td>Yes</td> + <td> + The Kodo property file itself that contains the + license key. The default is + <code>kodo.properties</code> + </td> + </tr> + <tr> <td>maven.kodo.jdo.fileset.dir</td> <td>Yes</td> <td> 1.6 +1 -1 maven-plugins/kodo/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/xdocs/index.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.xml 5 Oct 2005 09:04:35 -0000 1.5 +++ index.xml 15 Nov 2005 15:21:33 -0000 1.6 @@ -26,7 +26,7 @@ </p> <p>Last stable version : plugin-version = 3.2.4</p> <p> - Last version : plugin-version = 4.0.0-EA2 + Last version : plugin-version = 4.0.0-EA3 <br /> For this version you will also need to put in your repository the following jars : 1.7 +9 -1 maven-plugins/kodo/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/xdocs/changes.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- changes.xml 5 Oct 2005 09:04:35 -0000 1.6 +++ changes.xml 15 Nov 2005 15:21:33 -0000 1.7 @@ -3,8 +3,16 @@ <properties> <title>Changes</title> </properties> - <body> + <release version="4.0.0-EA3" date="15-Nov-2005" + description="Released for Kodo 4.0.0EA3"> + <action dev="sbouchet" type="add"> + This version requires Kodo 4.0.0EA3 jars. Please note + that this version is in an early stage. + Add a new property "maven.kodo.properties.filename" if the property file used is not "kodo.properties". + Thanks to Mark Slater. + </action> + </release> <release version="4.0.0-EA2" date="04-Oct-2005" description="Released for Kodo 4.0.0EA2"> <action dev="sbouchet" type="add"> |