Author: tchemit Date: 2008-04-01 02:25:29 +0000 (Tue, 01 Apr 2008) New Revision: 272 Modified: trunk/lutinvcs/pom.xml Log: ui-jaxx module Modified: trunk/lutinvcs/pom.xml =================================================================== --- trunk/lutinvcs/pom.xml 2008-04-01 02:24:14 UTC (rev 271) +++ trunk/lutinvcs/pom.xml 2008-04-01 02:25:29 UTC (rev 272) @@ -24,6 +24,7 @@ <module>lutinvcs-provider-mock</module> <module>lutinvcs-provider-cvs</module> <module>lutinvcs-provider-svn</module> + <module>lutinvcs-ui-jaxx</module> <module>lutinvcs-ui</module> </modules> @@ -214,6 +215,11 @@ </dependency> <dependency> <groupId>lutinlib.vcs</groupId> + <artifactId>lutinvcs-ui-jaxx</artifactId> + <version>${current.version}</version> + </dependency> + <dependency> + <groupId>lutinlib.vcs</groupId> <artifactId>lutinvcs-ui</artifactId> <version>${current.version}</version> </dependency> @@ -232,11 +238,11 @@ <artifactId>lutinvcs-provider-svn</artifactId> <version>${current.version}</version> </dependency> - <dependency> + <!--dependency> <groupId>lutinlib.vcs</groupId> <artifactId>lutinvcs-site</artifactId> <version>${current.version}</version> - </dependency> + </dependency--> <dependency> <groupId>commons-lang</groupId>
participants (1)
-
tchemit@users.labs.libre-entreprise.org