r587 - in trunk/lutinvcs: . core provider provider/cvs provider/mock provider/svn tools ui ui/common ui/jaxx
Author: tchemit Date: 2008-04-19 08:58:45 +0000 (Sat, 19 Apr 2008) New Revision: 587 Modified: trunk/lutinvcs/core/pom.xml trunk/lutinvcs/pom.xml trunk/lutinvcs/provider/cvs/pom.xml trunk/lutinvcs/provider/mock/pom.xml trunk/lutinvcs/provider/pom.xml trunk/lutinvcs/provider/svn/pom.xml trunk/lutinvcs/tools/pom.xml trunk/lutinvcs/ui/common/pom.xml trunk/lutinvcs/ui/jaxx/pom.xml trunk/lutinvcs/ui/pom.xml Log: utilisation de lutinjaxx (?\195?\160 la place de jaxx) ne pas utiliser des num?\195?\169ro de versions par variable dans les poms car cela ne fonctionne pas tres bien (pas de substitution de la variable dans le r?\195?\169pository). Modified: trunk/lutinvcs/core/pom.xml =================================================================== --- trunk/lutinvcs/core/pom.xml 2008-04-18 21:08:18 UTC (rev 586) +++ trunk/lutinvcs/core/pom.xml 2008-04-19 08:58:45 UTC (rev 587) @@ -7,14 +7,14 @@ <parent> <groupId>org.codelutin.vcs</groupId> <artifactId>pom</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </parent> <artifactId>core</artifactId> <name>core</name> <packaging>jar</packaging> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Lutin vcs library core</description> <build> Modified: trunk/lutinvcs/pom.xml =================================================================== --- trunk/lutinvcs/pom.xml 2008-04-18 21:08:18 UTC (rev 586) +++ trunk/lutinvcs/pom.xml 2008-04-19 08:58:45 UTC (rev 587) @@ -36,7 +36,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>pom</name> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Versionning Concurrent System lutin library main pom</description> <inceptionYear>2008</inceptionYear> @@ -164,41 +164,41 @@ <artifactId>lutinutil</artifactId> <version>0.31-SNAPSHOT</version> </dependency> - + <dependency> <groupId>org.codelutin.vcs</groupId> <artifactId>core</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin.vcs</groupId> <artifactId>tools</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin.vcs.ui</groupId> <artifactId>common</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin.vcs.ui</groupId> <artifactId>jaxx</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin.vcs.provider</groupId> <artifactId>mock</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin.vcs.provider</groupId> <artifactId>cvs</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codelutin.vcs.provider</groupId> <artifactId>svn</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </dependency> <!-- Plugins --> <dependency> Modified: trunk/lutinvcs/provider/cvs/pom.xml =================================================================== --- trunk/lutinvcs/provider/cvs/pom.xml 2008-04-18 21:08:18 UTC (rev 586) +++ trunk/lutinvcs/provider/cvs/pom.xml 2008-04-19 08:58:45 UTC (rev 587) @@ -7,14 +7,14 @@ <parent> <groupId>org.codelutin.vcs.provider</groupId> <artifactId>pom</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </parent> <artifactId>cvs</artifactId> <name>provider cvs</name> <packaging>jar</packaging> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Librairie vcs provider cvs</description> <build> Modified: trunk/lutinvcs/provider/mock/pom.xml =================================================================== --- trunk/lutinvcs/provider/mock/pom.xml 2008-04-18 21:08:18 UTC (rev 586) +++ trunk/lutinvcs/provider/mock/pom.xml 2008-04-19 08:58:45 UTC (rev 587) @@ -7,14 +7,14 @@ <parent> <groupId>org.codelutin.vcs.provider</groupId> <artifactId>pom</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </parent> <artifactId>mock</artifactId> <name>provider mock</name> <packaging>jar</packaging> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Library vcs provider mock</description> <build> Modified: trunk/lutinvcs/provider/pom.xml =================================================================== --- trunk/lutinvcs/provider/pom.xml 2008-04-18 21:08:18 UTC (rev 586) +++ trunk/lutinvcs/provider/pom.xml 2008-04-19 08:58:45 UTC (rev 587) @@ -12,7 +12,7 @@ <parent> <groupId>org.codelutin.vcs</groupId> <artifactId>pom</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </parent> <groupId>org.codelutin.vcs.provider</groupId> @@ -35,7 +35,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>provider pom</name> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Versionning Concurrent System lutin library provider pom</description> <inceptionYear>2008</inceptionYear> Modified: trunk/lutinvcs/provider/svn/pom.xml =================================================================== --- trunk/lutinvcs/provider/svn/pom.xml 2008-04-18 21:08:18 UTC (rev 586) +++ trunk/lutinvcs/provider/svn/pom.xml 2008-04-19 08:58:45 UTC (rev 587) @@ -7,14 +7,14 @@ <parent> <groupId>org.codelutin.vcs.provider</groupId> <artifactId>pom</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </parent> <artifactId>svn</artifactId> <name>provider svn</name> <packaging>jar</packaging> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Library vcs provider svn</description> <build> Modified: trunk/lutinvcs/tools/pom.xml =================================================================== --- trunk/lutinvcs/tools/pom.xml 2008-04-18 21:08:18 UTC (rev 586) +++ trunk/lutinvcs/tools/pom.xml 2008-04-19 08:58:45 UTC (rev 587) @@ -7,14 +7,14 @@ <parent> <groupId>org.codelutin.vcs</groupId> <artifactId>pom</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </parent> <artifactId>tools</artifactId> <name>tools</name> <packaging>jar</packaging> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Lutin vcs tools</description> <build> Modified: trunk/lutinvcs/ui/common/pom.xml =================================================================== --- trunk/lutinvcs/ui/common/pom.xml 2008-04-18 21:08:18 UTC (rev 586) +++ trunk/lutinvcs/ui/common/pom.xml 2008-04-19 08:58:45 UTC (rev 587) @@ -7,14 +7,14 @@ <parent> <groupId>org.codelutin.vcs.ui</groupId> <artifactId>pom</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </parent> <artifactId>common</artifactId> <name>ui common</name> <packaging>jar</packaging> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Lutin vcs library ui common</description> <build> @@ -42,9 +42,14 @@ <scope>compile</scope> </dependency> <dependency> - <groupId>lutinlib</groupId> - <artifactId>jaxx</artifactId> + <groupId>org.codelutin.ui</groupId> + <artifactId>lutinui</artifactId> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>swing</artifactId> + <scope>compile</scope> + </dependency> </dependencies> </project> Modified: trunk/lutinvcs/ui/jaxx/pom.xml =================================================================== --- trunk/lutinvcs/ui/jaxx/pom.xml 2008-04-18 21:08:18 UTC (rev 586) +++ trunk/lutinvcs/ui/jaxx/pom.xml 2008-04-19 08:58:45 UTC (rev 587) @@ -7,7 +7,7 @@ <parent> <groupId>org.codelutin.vcs.ui</groupId> <artifactId>pom</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </parent> <groupId>org.codelutin.vcs.ui</groupId> @@ -15,7 +15,7 @@ <name>ui jaxx</name> <packaging>jar</packaging> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Library of VCS ui generated by jaxx</description> <build> @@ -56,7 +56,7 @@ </executions> </plugin> <plugin> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> <configuration> <src>${maven.src.dir}/main/uimodel</src> @@ -67,8 +67,14 @@ <groupId>org.codelutin.vcs.ui</groupId> <artifactId>common</artifactId> <scope>compile</scope> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>swing</artifactId> + <scope>compile</scope> + <version>0.1-SNAPSHOT</version> + </dependency> </dependencies> <executions> <execution> Modified: trunk/lutinvcs/ui/pom.xml =================================================================== --- trunk/lutinvcs/ui/pom.xml 2008-04-18 21:08:18 UTC (rev 586) +++ trunk/lutinvcs/ui/pom.xml 2008-04-19 08:58:45 UTC (rev 587) @@ -12,7 +12,7 @@ <parent> <groupId>org.codelutin.vcs</groupId> <artifactId>pom</artifactId> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> </parent> <groupId>org.codelutin.vcs.ui</groupId> @@ -34,7 +34,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>ui pom</name> - <version>${current.version}</version> + <version>0.1-SNAPSHOT</version> <description>Versionning Concurrent System lutin library ui pom</description> <inceptionYear>2008</inceptionYear> @@ -43,14 +43,26 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>lutinlib</groupId> - <artifactId>jaxx</artifactId> - <version>1.0.4-SNAPSHOT</version> + <groupId>org.codelutin.ui</groupId> + <artifactId>lutinui</artifactId> + <version>0.1-SNAPSHOT</version> + <scope>compile</scope> </dependency> + + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>core</artifactId> + <version>0.1-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.codelutin.jaxx.provider</groupId> + <artifactId>swing</artifactId> + <version>0.1-SNAPSHOT</version> + </dependency> <!-- Plugins --> <dependency> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin.jaxx</groupId> <artifactId>maven-jaxx-plugin</artifactId> <version>0.2-SNAPSHOT</version> </dependency>
participants (1)
-
tchemit@users.labs.libre-entreprise.org