Author: tchemit Date: 2008-04-06 18:22:29 +0000 (Sun, 06 Apr 2008) New Revision: 419 Modified: trunk/lutinvcs/lutinvcs-ui-common/pom.xml trunk/lutinvcs/lutinvcs-ui-jaxx/pom.xml trunk/lutinvcs/pom.xml Log: remove module ui-pre-jaxx to ui-common Modified: trunk/lutinvcs/lutinvcs-ui-common/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-ui-common/pom.xml 2008-04-06 18:18:51 UTC (rev 418) +++ trunk/lutinvcs/lutinvcs-ui-common/pom.xml 2008-04-06 18:22:29 UTC (rev 419) @@ -10,12 +10,12 @@ <version>0.1-SNAPSHOT</version> </parent> - <artifactId>lutinvcs-ui-pre-jaxx</artifactId> - <name>Lutinvcs ui pre-jaxx</name> + <artifactId>lutinvcs-ui-common</artifactId> + <name>Lutinvcs ui common</name> <packaging>jar</packaging> <version>0.1-SNAPSHOT</version> - <description>Lutin vcs library ui pre jaxx</description> + <description>Lutin vcs library ui common</description> <build> <plugins> @@ -43,11 +43,6 @@ <scope>compile</scope> </dependency> <dependency> - <groupId>lutinlib.vcs</groupId> - <artifactId>lutinvcs-provider-mock</artifactId> - <scope>compile</scope> - </dependency> - <dependency> <groupId>lutinlib</groupId> <artifactId>jaxx</artifactId> <scope>compile</scope> Modified: trunk/lutinvcs/lutinvcs-ui-jaxx/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-ui-jaxx/pom.xml 2008-04-06 18:18:51 UTC (rev 418) +++ trunk/lutinvcs/lutinvcs-ui-jaxx/pom.xml 2008-04-06 18:22:29 UTC (rev 419) @@ -83,21 +83,21 @@ </build> <dependencies> - <dependency> + <!--dependency> <groupId>lutinlib.vcs</groupId> <artifactId>lutinvcs-core</artifactId> <scope>compile</scope> + </dependency--> + <dependency> + <groupId>lutinlib.vcs</groupId> + <artifactId>lutinvcs-provider-mock</artifactId> + <scope>compile</scope> </dependency> <dependency> <groupId>lutinlib.vcs</groupId> - <artifactId>lutinvcs-ui-pre-jaxx</artifactId> + <artifactId>lutinvcs-ui-common</artifactId> <scope>compile</scope> </dependency> - <!--dependency> - <groupId>lutinlib</groupId> - <artifactId>jaxx</artifactId> - <scope>compile</scope> - </dependency--> </dependencies> </project> Modified: trunk/lutinvcs/pom.xml =================================================================== --- trunk/lutinvcs/pom.xml 2008-04-06 18:18:51 UTC (rev 418) +++ trunk/lutinvcs/pom.xml 2008-04-06 18:22:29 UTC (rev 419) @@ -24,7 +24,7 @@ <module>lutinvcs-provider-mock</module> <module>lutinvcs-provider-cvs</module> <module>lutinvcs-provider-svn</module> - <module>lutinvcs-ui-pre-jaxx</module> + <module>lutinvcs-ui-common</module> <module>lutinvcs-ui-jaxx</module> <module>lutinvcs-ui</module> </modules> @@ -216,7 +216,7 @@ </dependency> <dependency> <groupId>lutinlib.vcs</groupId> - <artifactId>lutinvcs-ui-pre-jaxx</artifactId> + <artifactId>lutinvcs-ui-common</artifactId> <version>${current.version}</version> </dependency> <dependency>