[Buix-commits] r487 - in trunk/lutinvcs: . all
Author: tchemit Date: 2008-04-13 13:10:05 +0000 (Sun, 13 Apr 2008) New Revision: 487 Modified: trunk/lutinvcs/all/pom.xml trunk/lutinvcs/pom.xml Log: pb with jaxx, can not find swing tags any more, TODO fix this in jaxx Modified: trunk/lutinvcs/all/pom.xml =================================================================== --- trunk/lutinvcs/all/pom.xml 2008-04-13 13:08:48 UTC (rev 486) +++ trunk/lutinvcs/all/pom.xml 2008-04-13 13:10:05 UTC (rev 487) @@ -26,12 +26,17 @@ <scope>compile</scope> </dependency> <dependency> - <groupId>org.codelutin.vcs.provider</groupId> - <artifactId>all</artifactId> + <groupId>org.codelutin.vcs</groupId> + <artifactId>ui-common</artifactId> <scope>compile</scope> </dependency> <dependency> - <groupId>org.codelutin.vcs.ui</groupId> + <groupId>org.codelutin.vcs</groupId> + <artifactId>ui-jaxx</artifactId> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.codelutin.vcs.provider</groupId> <artifactId>all</artifactId> <scope>compile</scope> </dependency> Modified: trunk/lutinvcs/pom.xml =================================================================== --- trunk/lutinvcs/pom.xml 2008-04-13 13:08:48 UTC (rev 486) +++ trunk/lutinvcs/pom.xml 2008-04-13 13:10:05 UTC (rev 487) @@ -20,7 +20,8 @@ <modules> <module>core</module> - <module>ui</module> + <module>ui-common</module> + <module>ui-jaxx</module> <module>provider</module> <module>all</module> </modules> @@ -61,8 +62,7 @@ <common.groupId>org.codelutin.vcs</common.groupId> <provider.groupId>org.codelutin.vcs.provider</provider.groupId> - <ui.groupId>org.codelutin.vcs.ui</ui.groupId> - + <common.artifactId>pom</common.artifactId> <!-- par defaut, mode non verbeux --> @@ -122,9 +122,26 @@ </profiles> <build> - <plugins> + <plugins> <plugin> <groupId>lutinplugin</groupId> + <artifactId>maven-jaxx-plugin</artifactId> + <configuration> + <src>${maven.src.dir}/main/uimodel</src> + <out>${maven.src.dir}/main/java</out> + </configuration> + <dependencies> + <dependency> + <groupId>org.codelutin.vcs.ui</groupId> + <artifactId>common</artifactId> + <scope>compile</scope> + <version>0.1-SNAPSHOT</version> + <!--version>${current.version}</version--> + </dependency> + </dependencies> + </plugin> + <plugin> + <groupId>lutinplugin</groupId> <artifactId>maven-i18n-plugin</artifactId> <configuration> <bundles> @@ -212,6 +229,12 @@ <version>0.30-SNAPSHOT</version> </dependency> <dependency> + <groupId>lutinlib</groupId> + <artifactId>jaxx</artifactId> + <version>1.0.4-SNAPSHOT</version> + </dependency> + + <dependency> <groupId>${common.groupId}</groupId> <artifactId>core</artifactId> <version>0.1-SNAPSHOT</version> @@ -225,14 +248,14 @@ </dependency> <dependency> - <groupId>${ui.groupId}</groupId> - <artifactId>pom</artifactId> + <groupId>${common.groupId}</groupId> + <artifactId>ui-common</artifactId> <version>0.1-SNAPSHOT</version> <!--version>${current.version}</version--> </dependency> <dependency> - <groupId>${ui.groupId}</groupId> - <artifactId>all</artifactId> + <groupId>${common.groupId}</groupId> + <artifactId>ui-jaxx</artifactId> <version>0.1-SNAPSHOT</version> <!--version>${current.version}</version--> </dependency> @@ -253,6 +276,11 @@ <!-- Plugins --> <dependency> <groupId>lutinplugin</groupId> + <artifactId>maven-jaxx-plugin</artifactId> + <version>0.2-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>lutinplugin</groupId> <artifactId>maven-i18n-plugin</artifactId> <version>0.2-SNAPSHOT</version> </dependency>
participants (1)
-
tchemit@users.labs.libre-entreprise.org