Index: topiatest/.classpath diff -u topiatest/.classpath:1.5 topiatest/.classpath:1.6 --- topiatest/.classpath:1.5 Fri Jan 6 18:43:49 2006 +++ topiatest/.classpath Thu Nov 22 18:01:37 2007 @@ -1,34 +1,69 @@ - - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: topiatest/.cvsignore diff -u topiatest/.cvsignore:1.1 topiatest/.cvsignore:1.2 --- topiatest/.cvsignore:1.1 Thu Aug 4 17:03:26 2005 +++ topiatest/.cvsignore Thu Nov 22 18:01:38 2007 @@ -1 +1,2 @@ target +.settings Index: topiatest/.project diff -u topiatest/.project:1.2 topiatest/.project:1.3 --- topiatest/.project:1.2 Fri Jul 23 14:59:11 2004 +++ topiatest/.project Thu Nov 22 18:01:38 2007 @@ -1,15 +1,10 @@ - - - ToPIA testing - Mettre la description compl?te ici. - - + topiatest + Test de ToPIA + org.eclipse.jdt.core.javabuilder - - Index: topiatest/profiles.xml diff -u /dev/null topiatest/profiles.xml:1.1 --- /dev/null Thu Nov 22 18:01:43 2007 +++ topiatest/profiles.xml Thu Nov 22 18:01:38 2007 @@ -0,0 +1,30 @@ + + + + + project + + + true + + + + + ${basedir}/target/src-build + + + false + + + 1.5 + 1.5 + + + + + + false + + + + Index: topiatest/pom.xml diff -u /dev/null topiatest/pom.xml:1.1 --- /dev/null Thu Nov 22 18:01:44 2007 +++ topiatest/pom.xml Thu Nov 22 18:01:38 2007 @@ -0,0 +1,175 @@ + + + + + 4.0.0 + + + + lutinlib + lutinproject + 2.2 + + + + + labs + scp://labs.libre-entreprise.org/home/groups/topia/htdocs/topia-service + + + + + topiatest + ToPIA Testing + + + jar + + + 2.0.25-SNAPSHOT + + + + Test de ToPIA + + 2007 + + + + http://labs.libre-entreprise.org/tracker/?group_id=41 + + + + + + + lutinplugin + maven-processor-plugin + 0.12 + + + Processor + generate-sources + + process + + + + + ${basedir}/src + ${maven.src.dir} + + **/*.java + + + org.codelutin.processor.filters.GeneratorTemplatesFilter, + org.codelutin.processor.filters.ActiveLogsCodeFilter + + ${maven.verbose} + + + + + lutinplugin + maven-generator-plugin + 0.51-SNAPSHOT + + + Generator + generate-sources + + src/xmi + target/gen/xmi/ + org.codelutin.topia + org.codelutin.topia + + target/gen/objectmodel/ + **/*.objectmodel + org.codelutin.topia.generator.TopiaMetaGenerator + target/gen/java + org.codelutin.topia + + + zargo2xmi + xmi2objectmodel + generate + + + + + + lutinlib + topia + 2.0.25-SNAPSHOT + compile + + + + + + maven-antrun-plugin + + + CopyGenJavaVersSrcBuild + process-sources + + + + + + + + + run + + + + + + + + + + + + + + lutinlib + topia + 2.0.25-SNAPSHOT + compile + + + + commons-logging + commons-logging + 1.1 + compile + + + + log4j + log4j + 1.2.14 + compile + + + + + junit + junit + 4.4 + test + + + + com.h2database + h2 + 1.0.61 + test + + + + +