[jbosstools-commits] JBoss Tools SVN: r35262 - trunk/common/tests.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sun Oct 2 11:46:23 EDT 2011


Author: nickboldt
Date: 2011-10-02 11:46:23 -0400 (Sun, 02 Oct 2011)
New Revision: 35262

Modified:
   trunk/common/tests/pom.xml
Log:
fix property name and typo

Modified: trunk/common/tests/pom.xml
===================================================================
--- trunk/common/tests/pom.xml	2011-10-02 14:40:32 UTC (rev 35261)
+++ trunk/common/tests/pom.xml	2011-10-02 15:46:23 UTC (rev 35262)
@@ -19,7 +19,7 @@
 			<id>common-tests-libs</id>
 			<activation>
 				<property>
-					<name>coverage</name>
+					<name>common-coverage</name>
 				</property>
 			</activation>
 			<modules>
@@ -28,11 +28,11 @@
 		</profile>
 
 		<profile>
-			<id>common-tests-deafult</id>
+			<id>common-tests-default</id>
 			<activation>
 				<activeByDefault>true</activeByDefault>
 				<property>
-					<name>coverage</name>
+					<name>common-coverage</name>
 				</property>
 			</activation>
 			<modules>
@@ -50,7 +50,7 @@
 			<id>common-tests-coverage-report</id>
 			<activation>
 				<property>
-					<name>coverage</name>
+					<name>common-coverage</name>
 				</property>
 			</activation>
 			<modules>



More information about the jbosstools-commits mailing list