Index: maven-topia-plugin/lutinproject.xml diff -u maven-topia-plugin/lutinproject.xml:1.7 maven-topia-plugin/lutinproject.xml:1.8 --- maven-topia-plugin/lutinproject.xml:1.7 Thu Dec 23 18:27:42 2004 +++ maven-topia-plugin/lutinproject.xml Tue Jun 28 15:03:24 2005 @@ -14,7 +14,7 @@ - http://labs.libre-entreprise.org/${pom.artifactId} + http://labs.libre-entreprise.org/projects/${pom.artifactId} http://labs.libre-entreprise.org/tracker/ @@ -94,7 +94,7 @@ maven-changelog-plugin maven-changes-plugin - maven-checkstyle-plugin + maven-developer-activity-plugin maven-file-activity-plugin maven-javadoc-plugin @@ -102,9 +102,9 @@ maven-junit-report-plugin maven-jxr-plugin maven-license-plugin - maven-pmd-plugin + maven-statcvs-plugin - maven-simian-plugin + maven-tasklist-plugin @@ -135,6 +135,8 @@ ${maven.src.dir}/resources + **/*.png + **/*.gif **/*.jpg **/*.xml Index: maven-topia-plugin/plugin.jelly diff -u maven-topia-plugin/plugin.jelly:1.33 maven-topia-plugin/plugin.jelly:1.34 --- maven-topia-plugin/plugin.jelly:1.33 Wed Jun 15 17:17:11 2005 +++ maven-topia-plugin/plugin.jelly Tue Jun 28 15:03:24 2005 @@ -68,6 +68,12 @@ | maven.topia.ObjectModel.dir [${maven.topia.ObjectModel.dir}] | Répertoire contenant les fichiers ObjectModel | + | maven.topia.persistence [${maven.topia.persistence}] + | Type de persistence à utiliser: Topia, Serializable, JDO + | + | maven.topia.persistence.properties [${maven.topia.persistence.properties}] + | Fichier de propriétés de la persistence choisie + | | maven.topia.jdo.implementation [${maven.topia.jdo.implementation}] | l'implantation JDO utilisé. | @@ -260,11 +266,6 @@ - - - - - @@ -300,6 +301,44 @@ + + + + + + + + + + + + + Choix du helper pour ${maven.topia.persistence} + + + + + + + + + + + + + + Choix des générateurs pour ${maven.topia.persistence} + + + + + + + + + + + @@ -461,8 +500,8 @@ - - + + @@ -492,7 +531,7 @@ templates="${maven.topia.generator.ObjectModel}" srcdir="${maven.topia.compile.dir}/${maven.topia.ObjectModel.dir}" destdir="${maven.topia.gen.dir}/${maven.topia.java.dir}" - properties="defaultPackage=${pom.package},jdo.implementation=${maven.topia.jdo.implementation},javax.jdo.PersistenceManagerFactoryClass=${maven.topia.jdo.PersistenceManagerFactoryClass},database.driver=${maven.topia.database.driver},database.URL=${maven.topia.database.URL},database.user=${maven.topia.database.user},database.password=${maven.topia.database.password},security.skip=${maven.topia.security.skip}" + properties="defaultPackage=${pom.package},persistenceHelper=${maven.topia.persistence.helper},persistenceHelperProperties=${maven.topia.persistence.properties},jdo.implementation=${maven.topia.jdo.implementation},javax.jdo.PersistenceManagerFactoryClass=${maven.topia.jdo.PersistenceManagerFactoryClass},database.driver=${maven.topia.database.driver},database.URL=${maven.topia.database.URL},database.user=${maven.topia.database.user},database.password=${maven.topia.database.password},security.skip=${maven.topia.security.skip}" includes="**/*.objectmodel" /> @@ -550,16 +589,20 @@ todir="${maven.build.dest}"> - - maven.topia.jdo.implementation = ${maven.topia.jdo.implementation} (${context.getVariable('maven.topia.jdo.implementation')}) - - enhance with JPOX - - - - - enhance with TJDO - + + + + + maven.topia.jdo.implementation = ${maven.topia.jdo.implementation} (${context.getVariable('maven.topia.jdo.implementation')}) + + enhance with JPOX + + + + + enhance with TJDO + + @@ -567,11 +610,20 @@ - + + + + + + - + Index: maven-topia-plugin/project.xml diff -u maven-topia-plugin/project.xml:1.35 maven-topia-plugin/project.xml:1.36 --- maven-topia-plugin/project.xml:1.35 Wed Jun 15 17:12:37 2005 +++ maven-topia-plugin/project.xml Tue Jun 28 15:03:24 2005 @@ -6,7 +6,7 @@ maven-topia-plugin Maven plugin for ToPIA - 0.33 + 0.34 2004 org.codelutin.topia