r490 - in trunk/lutinvcs: . ui-common ui-jaxx
Author: tchemit Date: 2008-04-13 13:24:40 +0000 (Sun, 13 Apr 2008) New Revision: 490 Modified: trunk/lutinvcs/pom.xml trunk/lutinvcs/ui-common/pom.xml trunk/lutinvcs/ui-jaxx/pom.xml Log: pb with jaxx, can not find swing tags any more, TODO fix this in jaxx Modified: trunk/lutinvcs/pom.xml =================================================================== --- trunk/lutinvcs/pom.xml 2008-04-13 13:23:10 UTC (rev 489) +++ trunk/lutinvcs/pom.xml 2008-04-13 13:24:40 UTC (rev 490) @@ -132,8 +132,8 @@ </configuration> <dependencies> <dependency> - <groupId>org.codelutin.vcs.ui</groupId> - <artifactId>common</artifactId> + <groupId>org.codelutin.vcs</groupId> + <artifactId>ui-common</artifactId> <scope>compile</scope> <version>0.1-SNAPSHOT</version> <!--version>${current.version}</version--> Modified: trunk/lutinvcs/ui-common/pom.xml =================================================================== --- trunk/lutinvcs/ui-common/pom.xml 2008-04-13 13:23:10 UTC (rev 489) +++ trunk/lutinvcs/ui-common/pom.xml 2008-04-13 13:24:40 UTC (rev 490) @@ -5,13 +5,13 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.codelutin.vcs.ui</groupId> + <groupId>org.codelutin.vcs</groupId> <artifactId>pom</artifactId> <version>0.1-SNAPSHOT</version> <!--version>${current.version}</version--> </parent> - <artifactId>common</artifactId> + <artifactId>ui-common</artifactId> <name>ui common</name> <packaging>jar</packaging> Modified: trunk/lutinvcs/ui-jaxx/pom.xml =================================================================== --- trunk/lutinvcs/ui-jaxx/pom.xml 2008-04-13 13:23:10 UTC (rev 489) +++ trunk/lutinvcs/ui-jaxx/pom.xml 2008-04-13 13:24:40 UTC (rev 490) @@ -5,13 +5,13 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.codelutin.vcs.ui</groupId> + <groupId>org.codelutin.vcs</groupId> <artifactId>pom</artifactId> <version>0.1-SNAPSHOT</version> <!--version>${current.version}</version--> </parent> - <artifactId>jaxx</artifactId> + <artifactId>ui-jaxx</artifactId> <name>ui jaxx</name> <packaging>jar</packaging> @@ -85,8 +85,8 @@ <dependencies> <dependency> - <groupId>org.codelutin.vcs.ui</groupId> - <artifactId>common</artifactId> + <groupId>org.codelutin.vcs</groupId> + <artifactId>ui-common</artifactId> <scope>compile</scope> </dependency> </dependencies>
participants (1)
-
tchemit@users.labs.libre-entreprise.org