Author: dgolovin
Date: 2010-11-23 18:51:46 -0500 (Tue, 23 Nov 2010)
New Revision: 26865
Modified:
branches/jbosstools-3.2.0.Beta2/build/pom.xml
branches/jbosstools-3.2.0.Beta2/pom.xml
Log:
https://jira.jboss.org/browse/JBIDE-7440 Between build #79 and #80, 874 tests disappeared
merge revision 26828 from trunk to fix tests execution on hudson in 3.2.0.Beta2 branch
Modified: branches/jbosstools-3.2.0.Beta2/build/pom.xml
===================================================================
--- branches/jbosstools-3.2.0.Beta2/build/pom.xml 2010-11-23 23:15:51 UTC (rev 26864)
+++ branches/jbosstools-3.2.0.Beta2/build/pom.xml 2010-11-23 23:51:46 UTC (rev 26865)
@@ -13,10 +13,8 @@
<profile>
<id>libs</id>
<activation>
- <property>
- <name>coverage</name>
- </property>
- </activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<modules>
<module>libs</module>
</modules>
@@ -614,6 +612,16 @@
</modules>
</profile>
+ <profile>
+ <id>aggregate-coverage</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>reports/emma-coverage</module>
+ </modules>
+ </profile>
+
</profiles>
</project>
Modified: branches/jbosstools-3.2.0.Beta2/pom.xml
===================================================================
--- branches/jbosstools-3.2.0.Beta2/pom.xml 2010-11-23 23:15:51 UTC (rev 26864)
+++ branches/jbosstools-3.2.0.Beta2/pom.xml 2010-11-23 23:51:46 UTC (rev 26865)
@@ -8,9 +8,7 @@
<packaging>pom</packaging>
<modules>
<module>build/parent</module>
- <!-- this is included in the build pom when coverage profile is enabled
<module>build/libs</module> -->
<module>build</module>
- <module>build/reports/emma-coverage</module>
</modules>
</project>