[jbosstools-commits] JBoss Tools SVN: r23207 - in trunk/modeshape: features and 7 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jul 2 15:50:38 EDT 2010


Author: dgolovin
Date: 2010-07-02 15:50:38 -0400 (Fri, 02 Jul 2010)
New Revision: 23207

Modified:
   trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/pom.xml
   trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/pom.xml
   trunk/modeshape/features/pom.xml
   trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/pom.xml
   trunk/modeshape/plugins/pom.xml
   trunk/modeshape/pom.xml
   trunk/modeshape/site/pom.xml
   trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/pom.xml
   trunk/modeshape/tests/pom.xml
Log:
modeshape maven repo structure abjusted to match svn repo
test coverage enabled 


Modified: trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/pom.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/pom.xml	2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/pom.xml	2010-07-02 19:50:38 UTC (rev 23207)
@@ -7,7 +7,7 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
+	<groupId>org.jboss.tools.modeshape.features</groupId>
 	<artifactId>org.jboss.tools.modeshape.rest.feature</artifactId> 
 	<version>1.0.0-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>

Modified: trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/pom.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/pom.xml	2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/pom.xml	2010-07-02 19:50:38 UTC (rev 23207)
@@ -7,7 +7,7 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
+	<groupId>org.jboss.tools.modeshape.features</groupId>
 	<artifactId>org.jboss.tools.modeshape.rest.test.feature</artifactId> 
 	<version>1.0.0-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>

Modified: trunk/modeshape/features/pom.xml
===================================================================
--- trunk/modeshape/features/pom.xml	2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/features/pom.xml	2010-07-02 19:50:38 UTC (rev 23207)
@@ -1,14 +1,9 @@
 <project
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
-	<parent>
-	  <relativePath>../../parent-pom.xml</relativePath>
-	  <groupId>org.jboss.tools</groupId>
-	  <artifactId>org.jboss.tools.parent.pom</artifactId>
-	  <version>0.0.1-SNAPSHOT</version>
-	</parent>
-	<groupId>org.jboss.tools</groupId>
-	<artifactId>modeshape.features</artifactId>
+	<groupId>org.jboss.tools.modeshape</groupId>
+	<artifactId>features</artifactId>
+	<name>modeshape.features</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>
@@ -16,4 +11,4 @@
 		<module>org.jboss.tools.modeshape.rest.test.feature</module>
 	</modules>
 </project>
-	
\ No newline at end of file
+	

Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/pom.xml
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/pom.xml	2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/pom.xml	2010-07-02 19:50:38 UTC (rev 23207)
@@ -7,7 +7,7 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
+	<groupId>org.jboss.tools.modeshape.plugins</groupId>
 	<artifactId>org.jboss.tools.modeshape.rest</artifactId> 
 	<version>1.0.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/modeshape/plugins/pom.xml
===================================================================
--- trunk/modeshape/plugins/pom.xml	2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/plugins/pom.xml	2010-07-02 19:50:38 UTC (rev 23207)
@@ -1,18 +1,13 @@
 <project
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
-	<parent>
-	  <relativePath>../../parent-pom.xml</relativePath>
-	  <groupId>org.jboss.tools</groupId>
-	  <artifactId>org.jboss.tools.parent.pom</artifactId>
-	  <version>0.0.1-SNAPSHOT</version>
-	</parent>
-	<groupId>org.jboss.tools</groupId>
-	<artifactId>modeshape.plugins</artifactId>
+	<groupId>org.jboss.tools.modeshape</groupId>
+	<artifactId>plugins</artifactId>
+	<name>modeshape.plugins</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>
 		<module>org.jboss.tools.modeshape.rest</module>
 	</modules>
 </project>
-	
\ No newline at end of file
+	

Modified: trunk/modeshape/pom.xml
===================================================================
--- trunk/modeshape/pom.xml	2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/pom.xml	2010-07-02 19:50:38 UTC (rev 23207)
@@ -1,14 +1,9 @@
 <project
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
-	<parent>
-	  <relativePath>../parent-pom.xml</relativePath>
-	  <groupId>org.jboss.tools</groupId>
-	  <artifactId>org.jboss.tools.parent.pom</artifactId>
-	  <version>0.0.1-SNAPSHOT</version>
-	</parent>
 	<groupId>org.jboss.tools</groupId>
 	<artifactId>modeshape</artifactId>
+	<name>modeshape.all</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>

Modified: trunk/modeshape/site/pom.xml
===================================================================
--- trunk/modeshape/site/pom.xml	2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/site/pom.xml	2010-07-02 19:50:38 UTC (rev 23207)
@@ -6,8 +6,9 @@
 		<artifactId>org.jboss.tools.parent.pom</artifactId>
 		<version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
-	<artifactId>modeshape.site</artifactId> 
+	<groupId>org.jboss.tools.modeshape</groupId>
+	<artifactId>site</artifactId>
+	<name>modeshape.site</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>eclipse-update-site</packaging>
 </project>

Modified: trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/pom.xml
===================================================================
--- trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/pom.xml	2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/pom.xml	2010-07-02 19:50:38 UTC (rev 23207)
@@ -7,8 +7,13 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
+	<groupId>org.jboss.tools.modeshape.tests</groupId>
 	<artifactId>org.jboss.tools.modeshape.rest.test</artifactId> 
 	<version>1.0.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+
+	<properties>
+		<emma.filter>org.jboss.tools.modeshape.rest*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.modeshape.rest</emma.instrument.bundles>
+	</properties>
 </project>

Modified: trunk/modeshape/tests/pom.xml
===================================================================
--- trunk/modeshape/tests/pom.xml	2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/tests/pom.xml	2010-07-02 19:50:38 UTC (rev 23207)
@@ -1,18 +1,13 @@
 <project
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
-	<parent>
-	  <relativePath>../../parent-pom.xml</relativePath>
-	  <groupId>org.jboss.tools</groupId>
-	  <artifactId>org.jboss.tools.parent.pom</artifactId>
-	  <version>0.0.1-SNAPSHOT</version>
-	</parent>
-	<groupId>org.jboss.tools</groupId>
-	<artifactId>modeshape.tests</artifactId>
+	<groupId>org.jboss.tools.modeshape</groupId>
+	<artifactId>tests</artifactId>
+	<name>modeshape.tests</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>
 		<module>org.jboss.tools.modeshape.rest.test</module>
 	</modules>
 </project>
-	
\ No newline at end of file
+	



More information about the jbosstools-commits mailing list