[jbosstools-commits] JBoss Tools SVN: r23357 - workspace/dgolovin/experimental-build.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jul 9 15:02:45 EDT 2010


Author: dgolovin
Date: 2010-07-09 15:02:44 -0400 (Fri, 09 Jul 2010)
New Revision: 23357

Modified:
   workspace/dgolovin/experimental-build/pom.xml
Log:
make all profiles are deactivated by default

Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml	2010-07-09 18:46:23 UTC (rev 23356)
+++ workspace/dgolovin/experimental-build/pom.xml	2010-07-09 19:02:44 UTC (rev 23357)
@@ -34,7 +34,7 @@
 	<profile>
 		<id>tests</id>
 		<activation>
-			<activeByDefault>true</activeByDefault>
+			<activeByDefault>false</activeByDefault>
 		</activation>
 		<modules>
 			<module>${workspace.root.path}/tests</module>
@@ -44,7 +44,7 @@
 	<profile>
 		<id>jmx</id>
 		<activation>
-			<activeByDefault>true</activeByDefault>
+			<activeByDefault>false</activeByDefault>
 		</activation>
 		<modules>
 			<module>${workspace.root.path}/tests</module>
@@ -55,7 +55,7 @@
 	<profile>
 		<id>archives</id>
 		<activation>
-			<activeByDefault>true</activeByDefault>
+			<activeByDefault>false</activeByDefault>
 		</activation>
 		<modules>
 			<module>${workspace.root.path}/tests</module>
@@ -66,7 +66,7 @@
 	<profile>
 		<id>as</id>
 		<activation>
-			<activeByDefault>true</activeByDefault>
+			<activeByDefault>false</activeByDefault>
 		</activation>
 		<modules>
 			<module>${workspace.root.path}/tests</module>



More information about the jbosstools-commits mailing list