[jbosstools-commits] JBoss Tools SVN: r23110 - in trunk/jst: features and 24 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jun 29 20:04:05 EDT 2010


Author: dgolovin
Date: 2010-06-29 20:04:03 -0400 (Tue, 29 Jun 2010)
New Revision: 23110

Modified:
   trunk/jst/features/org.jboss.tools.jst.feature/pom.xml
   trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml
   trunk/jst/features/pom.xml
   trunk/jst/plugins/org.jboss.tools.jst.css/pom.xml
   trunk/jst/plugins/org.jboss.tools.jst.firstrun/pom.xml
   trunk/jst/plugins/org.jboss.tools.jst.jsp/pom.xml
   trunk/jst/plugins/org.jboss.tools.jst.text.ext/pom.xml
   trunk/jst/plugins/org.jboss.tools.jst.web.kb/pom.xml
   trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml
   trunk/jst/plugins/org.jboss.tools.jst.web.tiles/pom.xml
   trunk/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml
   trunk/jst/plugins/org.jboss.tools.jst.web.verification/pom.xml
   trunk/jst/plugins/org.jboss.tools.jst.web/pom.xml
   trunk/jst/plugins/pom.xml
   trunk/jst/pom.xml
   trunk/jst/site/pom.xml
   trunk/jst/tests/org.jboss.tools.jst.css.test/pom.xml
   trunk/jst/tests/org.jboss.tools.jst.jsp.test/pom.xml
   trunk/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF
   trunk/jst/tests/org.jboss.tools.jst.text.ext.test/pom.xml
   trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/pom.xml
   trunk/jst/tests/org.jboss.tools.jst.ui.firstrun.bot.test/pom.xml
   trunk/jst/tests/org.jboss.tools.jst.web.kb.test/pom.xml
   trunk/jst/tests/org.jboss.tools.jst.web.test/pom.xml
   trunk/jst/tests/org.jboss.tools.jst.web.ui.test/pom.xml
   trunk/jst/tests/pom.xml
Log:
jst component maven repo structure aligned to SVN structure and tests coverage profile support enabled


Modified: trunk/jst/features/org.jboss.tools.jst.feature/pom.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.feature/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/features/org.jboss.tools.jst.feature/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.features</groupId>
 	<artifactId>org.jboss.tools.jst.feature</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>

Modified: trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/features/org.jboss.tools.jst.web.tiles.feature/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.features</groupId>
 	<artifactId>org.jboss.tools.jst.web.tiles.feature</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-feature</packaging>

Modified: trunk/jst/features/pom.xml
===================================================================
--- trunk/jst/features/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/features/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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>jst.features</artifactId>
+	<groupId>org.jboss.tools.jst</groupId>
+	<artifactId>features</artifactId>
+	<name>jst.features</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>
@@ -16,4 +11,4 @@
 		<module>org.jboss.tools.jst.web.tiles.feature</module>
 	</modules>
 </project>
-	
\ No newline at end of file
+	

Modified: trunk/jst/plugins/org.jboss.tools.jst.css/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.css/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.css/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.plugins</groupId>
 	<artifactId>org.jboss.tools.jst.css</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/jst/plugins/org.jboss.tools.jst.firstrun/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.firstrun/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.firstrun/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.plugins</groupId>
 	<artifactId>org.jboss.tools.jst.firstrun</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.plugins</groupId>
 	<artifactId>org.jboss.tools.jst.jsp</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/jst/plugins/org.jboss.tools.jst.text.ext/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.text.ext/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.text.ext/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.plugins</groupId>
 	<artifactId>org.jboss.tools.jst.text.ext</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/jst/plugins/org.jboss.tools.jst.web/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.plugins</groupId>
 	<artifactId>org.jboss.tools.jst.web</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.tests</groupId>
 	<artifactId>org.jboss.tools.jst.web.kb</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/jst/plugins/org.jboss.tools.jst.web.tiles/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.tiles/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.tiles/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.plugins</groupId>
 	<artifactId>org.jboss.tools.jst.web.tiles</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.plugins</groupId>
 	<artifactId>org.jboss.tools.jst.web.tiles.ui</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.plugins</groupId>
 	<artifactId>org.jboss.tools.jst.web.ui</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/jst/plugins/org.jboss.tools.jst.web.verification/pom.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.verification/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.verification/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.plugins</groupId>
 	<artifactId>org.jboss.tools.jst.web.verification</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/jst/plugins/pom.xml
===================================================================
--- trunk/jst/plugins/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/plugins/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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>jst.plugins</artifactId>
+	<groupId>org.jboss.tools.jst</groupId>
+	<artifactId>plugins</artifactId>
+	<name>jst.plugins</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>
@@ -24,4 +19,4 @@
 		<module>org.jboss.tools.jst.web.verification</module>
 	</modules>
 </project>
-	
\ No newline at end of file
+	

Modified: trunk/jst/pom.xml
===================================================================
--- trunk/jst/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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>jst.all</artifactId>
+	<artifactId>jst</artifactId>
+	<name>jst.all</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>

Modified: trunk/jst/site/pom.xml
===================================================================
--- trunk/jst/site/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/site/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -6,8 +6,8 @@
 		<artifactId>org.jboss.tools.parent.pom</artifactId>
 		<version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
-	<artifactId>jst.site</artifactId> 
+	<groupId>org.jboss.tools.jst</groupId>
+	<artifactId>site</artifactId> 
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>eclipse-update-site</packaging>
 </project>

Modified: trunk/jst/tests/org.jboss.tools.jst.css.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.css.test/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.css.test/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.tests</groupId>
 	<artifactId>org.jboss.tools.jst.css.test</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+	
+	<properties>
+		<emma.filter>org.jboss.tools.jst.css*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.jst.css</emma.instrument.bundles>
+	</properties>
 </project>

Modified: trunk/jst/tests/org.jboss.tools.jst.jsp.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.tests</groupId>
 	<artifactId>org.jboss.tools.jst.jsp.test</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+	
+	<properties>
+		<emma.filter>org.jboss.tools.jst.jsp*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.jst.jsp</emma.instrument.bundles>
+	</properties>	
 </project>

Modified: trunk/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF	2010-06-30 00:04:03 UTC (rev 23110)
@@ -13,7 +13,8 @@
  org.eclipse.core.runtime,
  org.jboss.tools.jst.web,
  org.eclipse.jface.text,
- org.jboss.tools.common.model.ui
+ org.jboss.tools.common.model.ui,
+ org.jboss.tools.jst.text.ext;bundle-version="3.1.0"
 Export-Package: org.jboss.tools.jst.text.ext.test
 Bundle-Vendor: %Bundle-Vendor.0
 Bundle-Localization: plugin

Modified: trunk/jst/tests/org.jboss.tools.jst.text.ext.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.text.ext.test/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.text.ext.test/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.tests</groupId>
 	<artifactId>org.jboss.tools.jst.text.ext.test</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+
+	<properties>
+		<emma.filter>org.jboss.tools.jst.text.ext*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.jst.text.ext</emma.instrument.bundles>
+	</properties>
 </project>

Modified: trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.ui.bot.test/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,8 +7,12 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
+	<groupId>org.jboss.tools.jst.tests</groupId>
 	<artifactId>org.jboss.tools.jst.ui.bot.test</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
+	<properties>
+		<emma.filter>org.jboss.tools.jst*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.jst*</emma.instrument.bundles>
+	</properties>
 </project>

Modified: trunk/jst/tests/org.jboss.tools.jst.ui.firstrun.bot.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.ui.firstrun.bot.test/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.ui.firstrun.bot.test/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.tests</groupId>
 	<artifactId>org.jboss.tools.jst.ui.firstrun.bot.test</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>
+	
+	<properties>
+		<emma.filter>org.jboss.tools.jst*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.jst*</emma.instrument.bundles>
+	</properties>
 </project>

Modified: trunk/jst/tests/org.jboss.tools.jst.web.kb.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.kb.test/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.web.kb.test/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.tests</groupId>
 	<artifactId>org.jboss.tools.jst.web.kb.test</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+
+	<properties>
+		<emma.filter>org.jboss.tools.jst.web.kb*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.jst.web.kb</emma.instrument.bundles>
+	</properties>
 </project>

Modified: trunk/jst/tests/org.jboss.tools.jst.web.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.test/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.web.test/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -7,8 +7,12 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
+	<groupId>org.jboss.tools.jst.tests</groupId>
 	<artifactId>org.jboss.tools.jst.web.test</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+		<properties>
+		<emma.filter>org.jboss.tools.jst.web*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.jst.web</emma.instrument.bundles>
+	</properties>
 </project>

Modified: trunk/jst/tests/org.jboss.tools.jst.web.ui.test/pom.xml
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.web.ui.test/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/org.jboss.tools.jst.web.ui.test/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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.jst.tests</groupId>
 	<artifactId>org.jboss.tools.jst.web.ui.test</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+
+	<properties>
+		<emma.filter>org.jboss.tools.jst.web.ui*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.jst.web.ui</emma.instrument.bundles>
+	</properties>
 </project>

Modified: trunk/jst/tests/pom.xml
===================================================================
--- trunk/jst/tests/pom.xml	2010-06-30 00:02:38 UTC (rev 23109)
+++ trunk/jst/tests/pom.xml	2010-06-30 00:04:03 UTC (rev 23110)
@@ -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>jst.tests</artifactId>
+	<groupId>org.jboss.tools.jst</groupId>
+	<artifactId>tests</artifactId>
+	<name>jst.tests</name>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>
@@ -21,6 +16,7 @@
 		<module>org.jboss.tools.jst.web.test</module>
 		<module>org.jboss.tools.jst.web.ui.test</module>
 		<module>org.jboss.tools.ui.bot.ext</module>
+		<module>org.jboss.tools.ui.bot.ext.test</module>
 	</modules>
 </project>
-	
\ No newline at end of file
+	



More information about the jbosstools-commits mailing list