[jbosstools-commits] JBoss Tools SVN: r23166 - in trunk/examples: features and 10 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jul 1 19:34:25 EDT 2010
Author: dgolovin
Date: 2010-07-01 19:34:25 -0400 (Thu, 01 Jul 2010)
New Revision: 23166
Modified:
trunk/examples/features/org.jboss.tools.community.project.examples.feature/pom.xml
trunk/examples/features/org.jboss.tools.project.examples.feature/pom.xml
trunk/examples/features/org.jboss.tools.project.examples.test.feature/pom.xml
trunk/examples/features/pom.xml
trunk/examples/plugins/org.jboss.tools.community.project.examples/pom.xml
trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/pom.xml
trunk/examples/plugins/org.jboss.tools.project.examples/pom.xml
trunk/examples/plugins/pom.xml
trunk/examples/pom.xml
trunk/examples/site/pom.xml
trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml
trunk/examples/tests/pom.xml
Log:
1. maven repo structure alligned to be the same as svn repo rot examples component
2. coverage report is enabled
Modified: trunk/examples/features/org.jboss.tools.community.project.examples.feature/pom.xml
===================================================================
--- trunk/examples/features/org.jboss.tools.community.project.examples.feature/pom.xml 2010-07-01 23:33:27 UTC (rev 23165)
+++ trunk/examples/features/org.jboss.tools.community.project.examples.feature/pom.xml 2010-07-01 23:34:25 UTC (rev 23166)
@@ -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.examples.features</groupId>
<artifactId>org.jboss.tools.community.project.examples.feature</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/examples/features/org.jboss.tools.project.examples.feature/pom.xml
===================================================================
--- trunk/examples/features/org.jboss.tools.project.examples.feature/pom.xml 2010-07-01 23:33:27 UTC (rev 23165)
+++ trunk/examples/features/org.jboss.tools.project.examples.feature/pom.xml 2010-07-01 23:34:25 UTC (rev 23166)
@@ -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.examples.features</groupId>
<artifactId>org.jboss.tools.project.examples.feature</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/examples/features/org.jboss.tools.project.examples.test.feature/pom.xml
===================================================================
--- trunk/examples/features/org.jboss.tools.project.examples.test.feature/pom.xml 2010-07-01 23:33:27 UTC (rev 23165)
+++ trunk/examples/features/org.jboss.tools.project.examples.test.feature/pom.xml 2010-07-01 23:34:25 UTC (rev 23166)
@@ -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.examples.features</groupId>
<artifactId>org.jboss.tools.project.examples.test.feature</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/examples/features/pom.xml
===================================================================
--- trunk/examples/features/pom.xml 2010-07-01 23:33:27 UTC (rev 23165)
+++ trunk/examples/features/pom.xml 2010-07-01 23:34:25 UTC (rev 23166)
@@ -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>examples.features</artifactId>
+ <groupId>org.jboss.tools.examples</groupId>
+ <artifactId>features</artifactId>
+ <name>examples.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -17,4 +12,4 @@
<module>org.jboss.tools.project.examples.test.feature</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/examples/plugins/org.jboss.tools.community.project.examples/pom.xml
===================================================================
--- trunk/examples/plugins/org.jboss.tools.community.project.examples/pom.xml 2010-07-01 23:33:27 UTC (rev 23165)
+++ trunk/examples/plugins/org.jboss.tools.community.project.examples/pom.xml 2010-07-01 23:34:25 UTC (rev 23166)
@@ -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.examples.plugins</groupId>
<artifactId>org.jboss.tools.community.project.examples</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/pom.xml
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/pom.xml 2010-07-01 23:33:27 UTC (rev 23165)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/pom.xml 2010-07-01 23:34:25 UTC (rev 23166)
@@ -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.examples.plugins</groupId>
<artifactId>org.jboss.tools.project.examples</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/pom.xml
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/pom.xml 2010-07-01 23:33:27 UTC (rev 23165)
+++ trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/pom.xml 2010-07-01 23:34:25 UTC (rev 23166)
@@ -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.examples.plugins</groupId>
<artifactId>org.jboss.tools.project.examples.cheatsheet</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/examples/plugins/pom.xml
===================================================================
--- trunk/examples/plugins/pom.xml 2010-07-01 23:33:27 UTC (rev 23165)
+++ trunk/examples/plugins/pom.xml 2010-07-01 23:34:25 UTC (rev 23166)
@@ -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>examples.plugins</artifactId>
+ <groupId>org.jboss.tools.examples</groupId>
+ <artifactId>plugins</artifactId>
+ <name>examples.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -17,4 +12,4 @@
<module>org.jboss.tools.project.examples.cheatsheet</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/examples/pom.xml
===================================================================
--- trunk/examples/pom.xml 2010-07-01 23:33:27 UTC (rev 23165)
+++ trunk/examples/pom.xml 2010-07-01 23:34:25 UTC (rev 23166)
@@ -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>examples.all</artifactId>
+ <artifactId>examples</artifactId>
+ <name>examples.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/examples/site/pom.xml
===================================================================
--- trunk/examples/site/pom.xml 2010-07-01 23:33:27 UTC (rev 23165)
+++ trunk/examples/site/pom.xml 2010-07-01 23:34:25 UTC (rev 23166)
@@ -6,8 +6,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>examples.site</artifactId>
+ <groupId>org.jboss.tools.examples</groupId>
+ <artifactId>site</artifactId>
+ <name>examples.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml
===================================================================
--- trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml 2010-07-01 23:33:27 UTC (rev 23165)
+++ trunk/examples/tests/org.jboss.tools.project.examples.test/pom.xml 2010-07-01 23:34:25 UTC (rev 23166)
@@ -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.examples.tests</groupId>
<artifactId>org.jboss.tools.project.examples.test</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.project.examples*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.project.examples</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/examples/tests/pom.xml
===================================================================
--- trunk/examples/tests/pom.xml 2010-07-01 23:33:27 UTC (rev 23165)
+++ trunk/examples/tests/pom.xml 2010-07-01 23:34:25 UTC (rev 23166)
@@ -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>examples.tests</artifactId>
+ <groupId>org.jboss.tools.examples</groupId>
+ <artifactId>tests</artifactId>
+ <name>examples.tests</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.project.examples.test</module>
</modules>
</project>
-
\ No newline at end of file
+
More information about the jbosstools-commits
mailing list