Index: lutingenerator/.cvsignore diff -u lutingenerator/.cvsignore:1.2 lutingenerator/.cvsignore:1.3 --- lutingenerator/.cvsignore:1.2 Fri Sep 30 17:41:25 2005 +++ lutingenerator/.cvsignore Mon Jul 28 22:38:20 2008 @@ -2,3 +2,4 @@ target velocity.log .eclipse +lutingenerator.ipr Index: lutingenerator/pom.xml diff -u lutingenerator/pom.xml:1.10 lutingenerator/pom.xml:1.11 --- lutingenerator/pom.xml:1.10 Mon Jul 28 22:26:43 2008 +++ lutingenerator/pom.xml Mon Jul 28 22:38:20 2008 @@ -1,93 +1,102 @@ + 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 - - - - - labs - scp://labs.libre-entreprise.org/home/groups/${pom.artifactId}/htdocs/ - - - - - lutingenerator - Lutin Generator - - - jar - - - 0.51-SNAPSHOT - - - - Générateurs en tout genre. - - 2004 - - - - http://labs.libre-entreprise.org/tracker/?group_id=39 - - - - - - - commons-digester - commons-digester - 1.8 - compile - - - - commons-lang - commons-lang - 2.3 - compile - - - - org.apache.ant - ant - 1.7.0 - compile - - - - lutinlib - lutinutil - 0.29-SNAPSHOT - compile - - - - dom4j - dom4j - 1.6.1 - compile - - - - jaxen - jaxen - 1.1.1 - compile - - - + + 4.0.0 + + + + lutinlib + lutinproject + 2.2 + + + + + labs + scp://labs.libre-entreprise.org/home/groups/${pom.artifactId}/htdocs/ + + + + + lutingenerator + Lutin Generator + + + jar + + + 0.51-SNAPSHOT + + + + Générateurs en tout genre. + + 2004 + + + + http://labs.libre-entreprise.org/tracker/?group_id=39 + + + + + ${basedir}/src + + + 1.5 + 1.5 + + + + + + + commons-digester + commons-digester + 1.8 + compile + + + + commons-lang + commons-lang + 2.3 + compile + + + + org.apache.ant + ant + 1.7.0 + compile + + + + lutinlib + lutinutil + 0.29-SNAPSHOT + compile + + + + dom4j + dom4j + 1.6.1 + compile + + + + jaxen + jaxen + 1.1.1 + compile + + + - + org.apache.maven.plugins maven-source-plugin