[jbosstools-commits] JBoss Tools SVN: r23018 - in trunk/seam: features and 3 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jun 24 19:26:00 EDT 2010


Author: dgolovin
Date: 2010-06-24 19:26:00 -0400 (Thu, 24 Jun 2010)
New Revision: 23018

Modified:
   trunk/seam/features/pom.xml
   trunk/seam/plugins/pom.xml
   trunk/seam/pom.xml
   trunk/seam/site/pom.xml
   trunk/seam/tests/pom.xml
Log:
group namesa and artifact ids were adjusted to create hierarchy structure in maven repository instead of flat one


Modified: trunk/seam/features/pom.xml
===================================================================
--- trunk/seam/features/pom.xml	2010-06-24 23:23:10 UTC (rev 23017)
+++ trunk/seam/features/pom.xml	2010-06-24 23:26:00 UTC (rev 23018)
@@ -7,13 +7,14 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
-	<artifactId>seam.features</artifactId>
+	<groupId>org.jboss.tools.seam</groupId>
+	<artifactId>features</artifactId>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
+	<name>seam.features</name>
 	<modules>
 		<module>org.jboss.tools.seam.feature</module>
 		<module>org.jboss.tools.seam.test.feature</module>
 	</modules>
 </project>
-	
\ No newline at end of file
+	

Modified: trunk/seam/plugins/pom.xml
===================================================================
--- trunk/seam/plugins/pom.xml	2010-06-24 23:23:10 UTC (rev 23017)
+++ trunk/seam/plugins/pom.xml	2010-06-24 23:26:00 UTC (rev 23018)
@@ -7,8 +7,9 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
-	<artifactId>seam.plugins</artifactId>
+	<groupId>org.jboss.tools.seam</groupId>
+	<artifactId>plugins</artifactId>
+	<name>seam.plugins</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>
@@ -22,4 +23,4 @@
 		<module>org.jboss.tools.seam.xml.ui</module>
 	</modules>
 </project>
-	
\ No newline at end of file
+	

Modified: trunk/seam/pom.xml
===================================================================
--- trunk/seam/pom.xml	2010-06-24 23:23:10 UTC (rev 23017)
+++ trunk/seam/pom.xml	2010-06-24 23:26:00 UTC (rev 23018)
@@ -1,21 +1,17 @@
 <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">
+	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>seam.all</artifactId>
+	<artifactId>seam</artifactId>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>
 		<module>features</module>
 		<module>plugins</module>
 		<module>tests</module>
-                <module>site</module>
-        </modules>
+		<module>site</module>
+	</modules>
 </project>
 	

Modified: trunk/seam/site/pom.xml
===================================================================
--- trunk/seam/site/pom.xml	2010-06-24 23:23:10 UTC (rev 23017)
+++ trunk/seam/site/pom.xml	2010-06-24 23:26:00 UTC (rev 23018)
@@ -6,8 +6,9 @@
 		<artifactId>org.jboss.tools.parent.pom</artifactId>
 		<version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
-	<artifactId>seam.site</artifactId> 
+	<groupId>org.jboss.tools.seam</groupId>
+	<artifactId>site</artifactId>
+	<name>seam.site</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>eclipse-update-site</packaging>
 </project>

Modified: trunk/seam/tests/pom.xml
===================================================================
--- trunk/seam/tests/pom.xml	2010-06-24 23:23:10 UTC (rev 23017)
+++ trunk/seam/tests/pom.xml	2010-06-24 23:26:00 UTC (rev 23018)
@@ -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>seam.tests</artifactId>
+	<groupId>org.jboss.tools.seam</groupId>
+	<artifactId>tests</artifactId>
+	<name>seam.tests</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>
@@ -28,6 +23,7 @@
 		<module>org.jboss.tools.seam220CR1.ui.test</module>
 		<module>org.jboss.tools.seam220GA.ui.test</module>
 		<module>org.jboss.tools.seam121EAP.ui.test</module>
+		<module>org.jboss.tools.seamfp.ui.test</module>
 		<module>org.jboss.tools.seam.xml.test</module>
 	</modules>
 </project>



More information about the jbosstools-commits mailing list