Author: dgolovin
Date: 2010-07-02 13:24:35 -0400 (Fri, 02 Jul 2010)
New Revision: 23192
Modified:
trunk/tptp/features/org.jboss.tools.tptp.feature/pom.xml
trunk/tptp/features/pom.xml
trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/pom.xml
trunk/tptp/plugins/pom.xml
trunk/tptp/pom.xml
trunk/tptp/site/pom.xml
Log:
tptp maven repo structure changed to match svn repo
Modified: trunk/tptp/features/org.jboss.tools.tptp.feature/pom.xml
===================================================================
--- trunk/tptp/features/org.jboss.tools.tptp.feature/pom.xml 2010-07-02 17:22:06 UTC (rev
23191)
+++ trunk/tptp/features/org.jboss.tools.tptp.feature/pom.xml 2010-07-02 17:24:35 UTC (rev
23192)
@@ -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.tptp.features</groupId>
<artifactId>org.jboss.tools.tptp.feature</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/tptp/features/pom.xml
===================================================================
--- trunk/tptp/features/pom.xml 2010-07-02 17:22:06 UTC (rev 23191)
+++ trunk/tptp/features/pom.xml 2010-07-02 17:24:35 UTC (rev 23192)
@@ -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>tptp.features</artifactId>
+ <groupId>org.jboss.tools.tptp</groupId>
+ <artifactId>features</artifactId>
+ <name>tptp.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.tptp.feature</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/pom.xml
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/pom.xml 2010-07-02 17:22:06 UTC
(rev 23191)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/pom.xml 2010-07-02 17:24:35 UTC
(rev 23192)
@@ -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.tptp.plugins</groupId>
<artifactId>org.jboss.tools.eclipse.as.tptp</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/tptp/plugins/pom.xml
===================================================================
--- trunk/tptp/plugins/pom.xml 2010-07-02 17:22:06 UTC (rev 23191)
+++ trunk/tptp/plugins/pom.xml 2010-07-02 17:24:35 UTC (rev 23192)
@@ -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>tptp.plugins</artifactId>
+ <groupId>org.jboss.tools.tptp</groupId>
+ <artifactId>plugins</artifactId>
+ <name>tptp.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.eclipse.as.tptp</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/tptp/pom.xml
===================================================================
--- trunk/tptp/pom.xml 2010-07-02 17:22:06 UTC (rev 23191)
+++ trunk/tptp/pom.xml 2010-07-02 17:24:35 UTC (rev 23192)
@@ -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>tptp.all</artifactId>
+ <artifactId>tptp</artifactId>
+ <name>tptp.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/tptp/site/pom.xml
===================================================================
--- trunk/tptp/site/pom.xml 2010-07-02 17:22:06 UTC (rev 23191)
+++ trunk/tptp/site/pom.xml 2010-07-02 17:24:35 UTC (rev 23192)
@@ -6,8 +6,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>tptp.site</artifactId>
+ <groupId>org.jboss.tools.tptp</groupId>
+ <artifactId>site</artifactId>
+ <name>tptp.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>