[jbosstools-commits] JBoss Tools SVN: r23075 - workspace/dgolovin/experimental-build and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jun 28 20:56:04 EDT 2010


Author: dgolovin
Date: 2010-06-28 20:56:04 -0400 (Mon, 28 Jun 2010)
New Revision: 23075

Modified:
   trunk/jmx/tests/org.jboss.tools.jmx.core.test/pom.xml
   workspace/dgolovin/experimental-build/dgolovin-pom.xml
Log:
enable coverage for jmx

Modified: trunk/jmx/tests/org.jboss.tools.jmx.core.test/pom.xml
===================================================================
--- trunk/jmx/tests/org.jboss.tools.jmx.core.test/pom.xml	2010-06-29 00:43:07 UTC (rev 23074)
+++ trunk/jmx/tests/org.jboss.tools.jmx.core.test/pom.xml	2010-06-29 00:56:04 UTC (rev 23075)
@@ -11,6 +11,10 @@
 	<artifactId>org.jboss.tools.jmx.core.test</artifactId> 
 	<version>1.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
+	<properties>
+		<emma.filter>org.jboss.tools.jmx.core*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.jmx.core</emma.instrument.bundles>
+	</properties>
 	<build>
 		<plugins>
 			<plugin>

Modified: workspace/dgolovin/experimental-build/dgolovin-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/dgolovin-pom.xml	2010-06-29 00:43:07 UTC (rev 23074)
+++ workspace/dgolovin/experimental-build/dgolovin-pom.xml	2010-06-29 00:56:04 UTC (rev 23075)
@@ -12,7 +12,7 @@
 		<module>jmx</module>
 		<module>archives</module>
 		<module>as</module>
-		<module>common</module>
+		<!--  -->module>common</module>
 		<module>jst</module>
 		<module>xulrunner</module>
 		<module>vpe</module>
@@ -37,7 +37,7 @@
 		<module>ws</module>
 		<module>modeshape</module>
 		<module>flow</module>
-		<module>jbpm</module>
+		<module>jbpm</module-->
 		<!-- todo -->
 
 		<!--module>drools</module-->



More information about the jbosstools-commits mailing list