[jbosstools-commits] JBoss Tools SVN: r23358 - workspace/dgolovin/experimental-build.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Jul 9 15:05:41 EDT 2010
Author: dgolovin
Date: 2010-07-09 15:05:41 -0400 (Fri, 09 Jul 2010)
New Revision: 23358
Modified:
workspace/dgolovin/experimental-build/pom.xml
Log:
enable all profiles that sshould be built by default
Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml 2010-07-09 19:02:44 UTC (rev 23357)
+++ workspace/dgolovin/experimental-build/pom.xml 2010-07-09 19:05:41 UTC (rev 23358)
@@ -34,7 +34,7 @@
<profile>
<id>tests</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/tests</module>
@@ -44,7 +44,7 @@
<profile>
<id>jmx</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/tests</module>
@@ -55,7 +55,7 @@
<profile>
<id>archives</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/tests</module>
@@ -66,7 +66,7 @@
<profile>
<id>as</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/tests</module>
@@ -79,3 +79,4 @@
</profiles>
</project>
+
More information about the jbosstools-commits
mailing list