Author: nickboldt
Date: 2010-11-23 13:19:44 -0500 (Tue, 23 Nov 2010)
New Revision: 26846
Modified:
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/pom.xml
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.test.feature/pom.xml
trunk/freemarker/features/pom.xml
trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/pom.xml
trunk/freemarker/plugins/pom.xml
trunk/freemarker/pom.xml
trunk/freemarker/site/pom.xml
trunk/freemarker/tests/org.jboss.ide.eclipse.freemarker.test/pom.xml
trunk/freemarker/tests/pom.xml
Log:
refactor artifactIds and groupIds per GAV rules
Modified: trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/pom.xml
===================================================================
--- trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/pom.xml 2010-11-23
18:01:40 UTC (rev 26845)
+++ trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/pom.xml 2010-11-23
18:19:44 UTC (rev 26846)
@@ -1,12 +1,12 @@
<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">
+
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools.freemarker.features</groupId>
+ <groupId>org.jboss.tools.freemarker</groupId>
<artifactId>org.jboss.ide.eclipse.freemarker.feature</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.test.feature/pom.xml
===================================================================
---
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.test.feature/pom.xml 2010-11-23
18:01:40 UTC (rev 26845)
+++
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.test.feature/pom.xml 2010-11-23
18:19:44 UTC (rev 26846)
@@ -1,12 +1,12 @@
<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">
+
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools.freemarker.features</groupId>
+ <groupId>org.jboss.tools.freemarker</groupId>
<artifactId>org.jboss.ide.eclipse.freemarker.test.feature</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/freemarker/features/pom.xml
===================================================================
--- trunk/freemarker/features/pom.xml 2010-11-23 18:01:40 UTC (rev 26845)
+++ trunk/freemarker/features/pom.xml 2010-11-23 18:19:44 UTC (rev 26846)
@@ -1,14 +1,12 @@
<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">
+
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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.tools.freemarker</groupId>
- <artifactId>features</artifactId>
+ <artifactId>org.jboss.tools.freemarker.features</artifactId>
<version>0.0.1-SNAPSHOT</version>
- <name>freemarker.features</name>
<packaging>pom</packaging>
<modules>
<module>org.jboss.ide.eclipse.freemarker.feature</module>
<module>org.jboss.ide.eclipse.freemarker.test.feature</module>
</modules>
</project>
-
Modified: trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/pom.xml
===================================================================
--- trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/pom.xml 2010-11-23 18:01:40
UTC (rev 26845)
+++ trunk/freemarker/plugins/org.jboss.ide.eclipse.freemarker/pom.xml 2010-11-23 18:19:44
UTC (rev 26846)
@@ -1,12 +1,12 @@
<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">
+
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools.freemarker.plugins</groupId>
+ <groupId>org.jboss.tools.freemarker</groupId>
<artifactId>org.jboss.ide.eclipse.freemarker</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/freemarker/plugins/pom.xml
===================================================================
--- trunk/freemarker/plugins/pom.xml 2010-11-23 18:01:40 UTC (rev 26845)
+++ trunk/freemarker/plugins/pom.xml 2010-11-23 18:19:44 UTC (rev 26846)
@@ -1,13 +1,11 @@
<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">
+
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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.tools.freemarker</groupId>
- <artifactId>plugins</artifactId>
+ <artifactId>org.jboss.tools.freemarker.plugins</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>freemarker.plugins</name>
<modules>
<module>org.jboss.ide.eclipse.freemarker</module>
</modules>
</project>
-
Modified: trunk/freemarker/pom.xml
===================================================================
--- trunk/freemarker/pom.xml 2010-11-23 18:01:40 UTC (rev 26845)
+++ trunk/freemarker/pom.xml 2010-11-23 18:19:44 UTC (rev 26846)
@@ -1,16 +1,16 @@
<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>
<groupId>org.jboss.tools</groupId>
- <artifactId>freemarker</artifactId>
+ <artifactId>org.jboss.tools.freemarker.all</artifactId>
<version>0.0.1-SNAPSHOT</version>
- <name>freemarker.all</name>
<packaging>pom</packaging>
<modules>
+ <module>plugins</module>
<module>features</module>
- <module>plugins</module>
+ <module>site</module>
<module>tests</module>
- <module>site</module>
- </modules>
+ </modules>
</project>
Modified: trunk/freemarker/site/pom.xml
===================================================================
--- trunk/freemarker/site/pom.xml 2010-11-23 18:01:40 UTC (rev 26845)
+++ trunk/freemarker/site/pom.xml 2010-11-23 18:19:44 UTC (rev 26846)
@@ -1,14 +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">
+<project
+
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">
<modelVersion>4.0.0</modelVersion>
<parent>
-
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.freemarker</groupId>
- <artifactId>freemarker.site</artifactId>
- <name>freemarker.site</name>
+ <artifactId>org.jboss.tools.freemarker.freemarker.site</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/freemarker/tests/org.jboss.ide.eclipse.freemarker.test/pom.xml
===================================================================
--- trunk/freemarker/tests/org.jboss.ide.eclipse.freemarker.test/pom.xml 2010-11-23
18:01:40 UTC (rev 26845)
+++ trunk/freemarker/tests/org.jboss.ide.eclipse.freemarker.test/pom.xml 2010-11-23
18:19:44 UTC (rev 26846)
@@ -1,12 +1,12 @@
<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">
+
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools.freemarker.tests</groupId>
+ <groupId>org.jboss.tools.freemarker</groupId>
<artifactId>org.jboss.ide.eclipse.freemarker.test</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
Modified: trunk/freemarker/tests/pom.xml
===================================================================
--- trunk/freemarker/tests/pom.xml 2010-11-23 18:01:40 UTC (rev 26845)
+++ trunk/freemarker/tests/pom.xml 2010-11-23 18:19:44 UTC (rev 26846)
@@ -1,13 +1,11 @@
<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">
+
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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.tools.freemarker</groupId>
- <artifactId>tests</artifactId>
+ <artifactId>org.jboss.tools.freemarker.tests</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>freemarker.tests</name>
<modules>
<module>org.jboss.ide.eclipse.freemarker.test</module>
</modules>
</project>
-