Index: topia2/pom.xml diff -u /dev/null topia2/pom.xml:1.1 --- /dev/null Fri Apr 14 17:07:13 2006 +++ topia2/pom.xml Fri Apr 14 17:07:08 2006 @@ -0,0 +1,188 @@ + + + + + 4.0.0 + + + + lutinlib + lutinproject + 2.0 + + + + topia + Topia + + + jar + + + 2.0.4 + + + + Framework de persistence 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} + + + + + + + + + + + lutinlib + lutingenerator + 0.30 + compile + + + + commons-logging + commons-logging + 1.0.3 + compile + + + + commons-collections + commons-collections + 3.1 + compile + + + + commons-beanutils + commons-beanutils-core + 1.7.0 + compile + + + + commons-pool + commons-pool + 1.2 + compile + + + + commons-dbcp + commons-dbcp + 1.2.1 + compile + + + + hibernate + hibernate + 3.1-patchevent + compile + + + + + postgresql + postgresql + 7.4.1-jdbc3 + test + + + + mysql + mysql-connector-java + 3.0.10 + test + + + + mckoi + mckoi + 1.0.2 + test + + + + + + + org.apache.derby + derbyclient + 10.1.2.1 + test + + + + org.apache.derby + derby + 10.1.2.1 + test + + + + + org.apache.derby + derbyLocale_fr + 10.1.2.1 + test + + + + + ehcache + ehcache + 1.1 + runtime + + + + cglib + cglib + 2.1_3 + runtime + + + + + Index: topia2/profiles.xml diff -u /dev/null topia2/profiles.xml:1.1 --- /dev/null Fri Apr 14 17:07:13 2006 +++ topia2/profiles.xml Fri Apr 14 17:07:08 2006 @@ -0,0 +1,27 @@ + + + + + project + + + true + + + + + ${basedir}/target/src-build + + + true + + + 1.5 + 1.5 + + + false + + + +