Index: topia2/.cvsignore diff -u topia2/.cvsignore:1.2 topia2/.cvsignore:1.3 --- topia2/.cvsignore:1.2 Mon Jan 15 13:38:51 2007 +++ topia2/.cvsignore Mon Jul 28 22:54:44 2008 @@ -1,3 +1,4 @@ target .classpath .project +topia2.ipr Index: topia2/pom.xml diff -u topia2/pom.xml:1.38 topia2/pom.xml:1.39 --- topia2/pom.xml:1.38 Mon Jul 28 22:08:30 2008 +++ topia2/pom.xml Mon Jul 28 22:54:44 2008 @@ -1,72 +1,88 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + + 4.0.0 + + + + lutinlib + lutinproject + 2.2 + - - 4.0.0 - - - - lutinlib - lutinproject - 2.2 - - - - labs - scp://labs.libre-entreprise.org/home/groups/${pom.artifactId}/htdocs/ - + + labs + scp://labs.libre-entreprise.org/home/groups/${pom.artifactId}/htdocs/ + - - topia - Topia - - - jar - - - 2.0.26-SNAPSHOT - - - - Framework de persistance et de distribution d'application. - - 2004 - - - - http://labs.libre-entreprise.org/tracker/?group_id=21 - - - - - - - lutinplugin - maven-processor-plugin - - - generate-sources - - process - - - - - ${basedir}/src - ${maven.src.dir} - - **/*.java - - - org.codelutin.processor.filters.GeneratorTemplatesFilter, - org.codelutin.processor.filters.ActiveLogsCodeFilter - - ${maven.verbose} - - + + topia + Topia + + + jar + + + 2.0.26-SNAPSHOT + + + + Framework de persistance et de distribution d'application. + + 2004 + + + + http://labs.libre-entreprise.org/tracker/?group_id=21 + + + + + ${basedir}/target/src-build + + + true + + + 1.5 + 1.5 + + + false + + + + + + + + lutinplugin + maven-processor-plugin + + + generate-sources + + process + + + + + ${basedir}/src + ${maven.src.dir} + + **/*.java + + + org.codelutin.processor.filters.GeneratorTemplatesFilter, + org.codelutin.processor.filters.ActiveLogsCodeFilter + + ${maven.verbose} + + org.apache.maven.plugins maven-source-plugin @@ -79,104 +95,104 @@ - - - - - - - - lutinlib - lutinutil - 0.29-SNAPSHOT - compile - - - - lutinlib - lutingenerator - 0.51-SNAPSHOT - compile - - - - commons-collections - commons-collections - 3.2 - compile - + + + + + + + + lutinlib + lutinutil + 0.29-SNAPSHOT + compile + + + + lutinlib + lutingenerator + 0.51-SNAPSHOT + compile + + + + commons-collections + commons-collections + 3.2 + compile + org.hibernate hibernate 3.2.6.ga-eventpatch - compile + compile - - + + postgresql postgresql 8.2-507.jdbc4 - test + test - + + mysql + mysql-connector-java + 5.1.5 + test + --> - + org.apache.xmlrpc xmlrpc-server 3.1 compile - + org.apache.xmlrpc xmlrpc-client 3.1 compile - - + + commons-httpclient commons-httpclient 3.1 - runtime + runtime - - - org.codehaus.xfire - xfire-java5 - 1.2.6 - - - - - jetty - jetty - 5.1.10 - - - + + org.codehaus.xfire + xfire-java5 + 1.2.6 + + + + + jetty + jetty + 5.1.10 + + + + asm asm 1.5.3 - compile + compile - - org.apache.tapestry - tapestry-core - 5.0.7 - compile - - + + org.apache.tapestry + tapestry-core + 5.0.7 + compile + +