Author: tchemit Date: 2009-12-19 17:09:11 +0100 (Sat, 19 Dec 2009) New Revision: 2762 Modified: trunk/lima-dto/pom.xml trunk/lima-main/pom.xml trunk/pom.xml Log: add (in comment config for eugene-2.0.0) + clean poms and fix nuiton-utils dependency Modified: trunk/lima-dto/pom.xml =================================================================== --- trunk/lima-dto/pom.xml 2009-12-19 15:42:38 UTC (rev 2761) +++ trunk/lima-dto/pom.xml 2009-12-19 16:09:11 UTC (rev 2762) @@ -1,5 +1,5 @@ - -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -22,17 +22,12 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> - + <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency> - <!--dependency> - <groupId>org.nuiton.topia</groupId> - <artifactId>topia-persistence</artifactId> - </dependency--> - </dependencies> <!-- ************************************************************* --> @@ -62,7 +57,7 @@ <!--Configuration of model generator--> <configuration> <includes>**/*.objectmodel</includes> - <templates>org.nuiton.topia.generator.DTOGenerator</templates> + <templates>org.nuiton.topia.generator.DTOGenerator</templates> <fullPackagePath>org.chorem.lima</fullPackagePath> <extractedPackages>org.chorem.lima</extractedPackages> </configuration> @@ -72,11 +67,28 @@ <goal>generate</goal> </goals> </execution> + + <!-- config for eugene 2.0.0 --> + <!--execution> + <id>Generator</id> + <phase>process-sources</phase> + <configuration> + <inputs> + <input>zargo</input> + </inputs> + <templates>org.nuiton.topia.generator.DTOGenerator</templates> + <fullPackagePath>org.chorem.lima</fullPackagePath> + <extractedPackages>org.chorem.lima</extractedPackages> + </configuration> + <goals> + <goal>smart-generate</goal> + </goals> + </execution--> </executions> <dependencies> <dependency> <groupId>org.nuiton.topia</groupId> - <artifactId>topia-persistence</artifactId> + <artifactId>topia-persistence</artifactId> <version>${topia.version}</version> </dependency> </dependencies> Modified: trunk/lima-main/pom.xml =================================================================== --- trunk/lima-main/pom.xml 2009-12-19 15:42:38 UTC (rev 2761) +++ trunk/lima-main/pom.xml 2009-12-19 16:09:11 UTC (rev 2762) @@ -171,7 +171,6 @@ </executions> </plugin> - <!-- Compile phase --> <plugin> <groupId>org.nuiton.i18n</groupId> <artifactId>maven-i18n-plugin</artifactId> @@ -193,7 +192,6 @@ </executions> </plugin> - <!-- Package phase --> <plugin> <artifactId>maven-dependency-plugin</artifactId> <executions> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-12-19 15:42:38 UTC (rev 2761) +++ trunk/pom.xml 2009-12-19 16:09:11 UTC (rev 2762) @@ -187,15 +187,18 @@ <!-- customized libs version --> + <nuiton-utils.version>1.1.2-SNAPSHOT</nuiton-utils.version> + <eugene.version>1.0.0</eugene.version> - <nuiton-utils.version>1.1.1</nuiton-utils.version> <topia.version>2.2.0</topia.version> - <jaxx.version>2.0.0-SNAPSHOT</jaxx.version> - <!--<jaxx.version>1.7.1</jaxx.version>--> + + <!-- config for eugene 2.0.0 --> + <!--<eugene.version>2.0.0-beta-2-SNAPSHOT</eugene.version>--> + <!--<topia.version>2.3.0-beta-2-SNAPSHOT</topia.version>--> + + <jaxx.version>2.0.0-beta-1</jaxx.version> <i18n.version>1.0.1</i18n.version> - <!--commandline.version>1.0-SNAPSHOT</commandline.version--> - <!--axis.version>1.4.1</axis.version--> <!-- 1.4 and 1.4.1 breaks jnlp with corrupt jar --> <axis.version>1.3</axis.version>
participants (1)
-
tchemit@users.chorem.org