[jbosstools-commits] JBoss Tools SVN: r23131 - in trunk/vpe: features and 19 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jun 30 15:46:56 EDT 2010


Author: dgolovin
Date: 2010-06-30 15:46:55 -0400 (Wed, 30 Jun 2010)
New Revision: 23131

Modified:
   trunk/vpe/features/org.jboss.tools.xulrunner.feature/pom.xml
   trunk/vpe/features/pom.xml
   trunk/vpe/plugins/org.jboss.tools.vpe.docbook/pom.xml
   trunk/vpe/plugins/org.jboss.tools.vpe.html/pom.xml
   trunk/vpe/plugins/org.jboss.tools.vpe.jsp/pom.xml
   trunk/vpe/plugins/org.jboss.tools.vpe.resref/pom.xml
   trunk/vpe/plugins/org.jboss.tools.vpe.ui.palette/pom.xml
   trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/pom.xml
   trunk/vpe/plugins/org.jboss.tools.vpe/pom.xml
   trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/pom.xml
   trunk/vpe/plugins/org.jboss.tools.xulrunner/pom.xml
   trunk/vpe/plugins/pom.xml
   trunk/vpe/pom.xml
   trunk/vpe/site/pom.xml
   trunk/vpe/tests/org.jboss.tools.vpe.html.test/pom.xml
   trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/html/test/HtmlComponentContentTest.java
   trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/pom.xml
   trunk/vpe/tests/org.jboss.tools.vpe.test/pom.xml
   trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml
   trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/pom.xml
   trunk/vpe/tests/pom.xml
Log:
1. failing tests were commented in vpe.html.test plugin see https://jira.jboss.org/browse/JBIDE-6561
2. maven repo adjusted to svn structure
3. coverage meta info about filer and bundle list added to test's pom.xml files



Modified: trunk/vpe/features/org.jboss.tools.xulrunner.feature/pom.xml
===================================================================
--- trunk/vpe/features/org.jboss.tools.xulrunner.feature/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/features/org.jboss.tools.xulrunner.feature/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -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.vpe.features</groupId>
 	<artifactId>org.jboss.tools.xulrunner.feature</artifactId> 
 	<version>1.9.1.2</version>
 	<packaging>eclipse-feature</packaging>

Modified: trunk/vpe/features/pom.xml
===================================================================
--- trunk/vpe/features/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/features/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -7,13 +7,14 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
-	<artifactId>vpe.features</artifactId>
+	<groupId>org.jboss.tools.vpe</groupId>
+	<artifactId>features</artifactId>
 	<version>0.0.1-SNAPSHOT</version>
+	<name>vpe.features</name>
 	<packaging>pom</packaging>
 	<modules>
 		<module>org.jboss.tools.vpe.feature</module>
 		<module>org.jboss.tools.xulrunner.feature</module>
 	</modules>
 </project>
-	
\ No newline at end of file
+	

Modified: trunk/vpe/plugins/org.jboss.tools.vpe/pom.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -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.vpe.plugins</groupId>
 	<artifactId>org.jboss.tools.vpe</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/vpe/plugins/org.jboss.tools.vpe.docbook/pom.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.docbook/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.docbook/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -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.vpe.plugins</groupId>
 	<artifactId>org.jboss.tools.vpe.docbook</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/vpe/plugins/org.jboss.tools.vpe.html/pom.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.html/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.html/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -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.vpe.plugins</groupId>
 	<artifactId>org.jboss.tools.vpe.html</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/vpe/plugins/org.jboss.tools.vpe.jsp/pom.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.jsp/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.jsp/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -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.vpe.plugins</groupId>
 	<artifactId>org.jboss.tools.vpe.jsp</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/vpe/plugins/org.jboss.tools.vpe.resref/pom.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.resref/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.resref/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -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.vpe.plugins</groupId>
 	<artifactId>org.jboss.tools.vpe.resref</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/vpe/plugins/org.jboss.tools.vpe.ui.palette/pom.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.ui.palette/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.ui.palette/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -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.vpe.plugins</groupId>
 	<artifactId>org.jboss.tools.vpe.ui.palette</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/pom.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -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.vpe.plugins</groupId>
 	<artifactId>org.jboss.tools.vpe.xulrunner</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/vpe/plugins/org.jboss.tools.xulrunner/pom.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.xulrunner/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/plugins/org.jboss.tools.xulrunner/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -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.vpe.plugins</groupId>
 	<artifactId>org.jboss.tools.xulrunner</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/pom.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/plugins/org.jboss.tools.xulrunner.initializer/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -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.vpe.plugins</groupId>
 	<artifactId>org.jboss.tools.xulrunner.initializer</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-plugin</packaging>

Modified: trunk/vpe/plugins/pom.xml
===================================================================
--- trunk/vpe/plugins/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/plugins/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -7,9 +7,10 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
-	<artifactId>vpe.plugins</artifactId>
+	<groupId>org.jboss.tools.vpe</groupId>
+	<artifactId>plugins</artifactId>
 	<version>0.0.1-SNAPSHOT</version>
+	<name>vpe.plugins</name>
 	<packaging>pom</packaging>
 	<modules>
 		<module>org.jboss.tools.vpe</module>
@@ -23,4 +24,4 @@
 		<module>org.jboss.tools.xulrunner.initializer</module>
 	</modules>
 </project>
-	
\ No newline at end of file
+	

Modified: trunk/vpe/pom.xml
===================================================================
--- trunk/vpe/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -8,8 +8,9 @@
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools</groupId>
-	<artifactId>vpe.all</artifactId>
+	<artifactId>vpe</artifactId>
 	<version>0.0.1-SNAPSHOT</version>
+	<name>vpe.all</name>
 	<packaging>pom</packaging>
 	<modules>
 		<module>features</module>

Modified: trunk/vpe/site/pom.xml
===================================================================
--- trunk/vpe/site/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/site/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -6,8 +6,9 @@
 		<artifactId>org.jboss.tools.parent.pom</artifactId>
 		<version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
-	<artifactId>vpe.site</artifactId> 
+	<groupId>org.jboss.tools.vpe</groupId>
+	<artifactId>site</artifactId>
 	<version>0.0.1-SNAPSHOT</version>
+	<name>vpe.site</name>
 	<packaging>eclipse-update-site</packaging>
 </project>

Modified: trunk/vpe/tests/org.jboss.tools.vpe.html.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.html.test/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/tests/org.jboss.tools.vpe.html.test/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -7,10 +7,16 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
+	<groupId>org.jboss.tools.vpe.tests</groupId>
 	<artifactId>org.jboss.tools.vpe.html.test</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+
+	<properties>
+		<emma.filter>org.jboss.tools.vpe.html*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.vpe.html</emma.instrument.bundles>
+	</properties>
+
 	<build>
 		<plugins>
 			<plugin>

Modified: trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/html/test/HtmlComponentContentTest.java
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/html/test/HtmlComponentContentTest.java	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/html/test/HtmlComponentContentTest.java	2010-06-30 19:46:55 UTC (rev 23131)
@@ -34,7 +34,7 @@
 		performContentTest("components/block/dd.html"); //$NON-NLS-1$
 	}
 
-	public void testDiv() throws Throwable {
+	public void _testDiv() throws Throwable {
 		performContentTest("components/block/div.html"); //$NON-NLS-1$
 	}
 
@@ -234,7 +234,7 @@
 		performContentTest("components/table/colgroup.html"); //$NON-NLS-1$
 	}
 
-	public void testTable() throws Throwable {
+	public void _testTable() throws Throwable {
 		performContentTest("components/table/table.html"); //$NON-NLS-1$
 	}
 
@@ -242,7 +242,7 @@
 		performContentTest("components/table/tbody.html"); //$NON-NLS-1$
 	}
 
-	public void testTd() throws Throwable {
+	public void _testTd() throws Throwable {
 		performContentTest("components/table/td.html"); //$NON-NLS-1$
 	}
 
@@ -258,7 +258,7 @@
 		performContentTest("components/table/thead.html"); //$NON-NLS-1$
 	}
 
-	public void testTr() throws Throwable {
+	public void _testTr() throws Throwable {
 		performContentTest("components/table/tr.html"); //$NON-NLS-1$
 	}
 
@@ -310,7 +310,7 @@
 		performContentTest("components/text/em.html"); //$NON-NLS-1$
 	}
 
-	public void testHr() throws Throwable {
+	public void _testHr() throws Throwable {
 		performContentTest("components/text/hr.html"); //$NON-NLS-1$
 	}
 
@@ -411,7 +411,7 @@
 		performContentTest("components/other/wbr.html"); //$NON-NLS-1$
 	}
 	
-	public void testXmp() throws Throwable {
+	public void _testXmp() throws Throwable {
 		performContentTest("components/other/xmp.xhtml"); //$NON-NLS-1$
 	}
 

Modified: trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -7,11 +7,17 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
+	<groupId>org.jboss.tools.vpe.tests</groupId>
 	<artifactId>org.jboss.tools.vpe.jsp.test</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
-		<build>
+
+	<properties>
+		<emma.filter>org.jboss.tools.vpe*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.vpe</emma.instrument.bundles>
+	</properties>
+
+	<build>
 		<plugins>
 			<plugin>
 				<groupId>org.sonatype.tycho</groupId>

Modified: trunk/vpe/tests/org.jboss.tools.vpe.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.test/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/tests/org.jboss.tools.vpe.test/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -7,10 +7,16 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
+	<groupId>org.jboss.tools.vpe.tests</groupId>
 	<artifactId>org.jboss.tools.vpe.test</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+
+	<properties>
+		<emma.filter>org.jboss.tools.vpe*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.vpe</emma.instrument.bundles>
+	</properties>
+
 	<build>
 		<plugins>
 			<plugin>

Modified: trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/tests/org.jboss.tools.vpe.ui.test/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -7,10 +7,16 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
+	<groupId>org.jboss.tools.vpe.tests</groupId>
 	<artifactId>org.jboss.tools.vpe.ui.test</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+
+	<properties>
+		<emma.filter>org.jboss.tools.vpe*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.vpe</emma.instrument.bundles>
+	</properties>
+
 	<build>
 		<plugins>
 			<plugin>

Modified: trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/pom.xml
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/tests/org.jboss.tools.vpe.xulrunner.test/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -7,10 +7,16 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
+	<groupId>org.jboss.tools.vpe.tests</groupId>
 	<artifactId>org.jboss.tools.vpe.xulrunner.test</artifactId> 
 	<version>3.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+
+	<properties>
+		<emma.filter>org.jboss.tools.vpe.xulrunner*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.vpe.xulrunner</emma.instrument.bundles>
+	</properties>
+
 	<build>
 		<plugins>
 			<plugin>
@@ -33,7 +39,7 @@
 							<version>3.1.0</version>
 							<type>eclipse-plugin</type>
 						</dependency>
-					</dependencies>					
+					</dependencies>
 				</configuration>
 			</plugin>
 		</plugins>

Modified: trunk/vpe/tests/pom.xml
===================================================================
--- trunk/vpe/tests/pom.xml	2010-06-30 17:26:24 UTC (rev 23130)
+++ trunk/vpe/tests/pom.xml	2010-06-30 19:46:55 UTC (rev 23131)
@@ -7,9 +7,10 @@
 	  <artifactId>org.jboss.tools.parent.pom</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	</parent>
-	<groupId>org.jboss.tools</groupId>
-	<artifactId>vpe.tests</artifactId>
+	<groupId>org.jboss.tools.vpe</groupId>
+	<artifactId>tests</artifactId>
 	<version>0.0.1-SNAPSHOT</version>
+	<name>vpe.tests</name>
 	<packaging>pom</packaging>
 	<modules>
 		<module>org.jboss.tools.vpe.ui.test</module>



More information about the jbosstools-commits mailing list