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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jul 9 14:46:23 EDT 2010


Author: dgolovin
Date: 2010-07-09 14:46:23 -0400 (Fri, 09 Jul 2010)
New Revision: 23356

Modified:
   workspace/dgolovin/experimental-build/parent-pom.xml
   workspace/dgolovin/experimental-build/pom.xml
Log:
experimental build to verify coverage is actually working on hudson

Modified: workspace/dgolovin/experimental-build/parent-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/parent-pom.xml	2010-07-09 18:09:44 UTC (rev 23355)
+++ workspace/dgolovin/experimental-build/parent-pom.xml	2010-07-09 18:46:23 UTC (rev 23356)
@@ -442,6 +442,9 @@
 		</profile>
 		<profile>
 			<id>coverage</id>
+			<modules>
+				<module>build/libs</module>
+			</modules>
 			<activation>
 				<property>
 					<name>coverage</name>

Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml	2010-07-09 18:09:44 UTC (rev 23355)
+++ workspace/dgolovin/experimental-build/pom.xml	2010-07-09 18:46:23 UTC (rev 23356)
@@ -5,48 +5,77 @@
 <artifactId>jbosstools</artifactId>
 <version>0.0.1-SNAPSHOT</version>
 <packaging>pom</packaging>
-<modules>
-	<module>build/target-platform</module>
-	<module>build/libs</module>
+<properties>
+	<workspace.root.path>..</workspace.root.path>
+</properties>
+<profiles>
+	
 
-	<!-- this order is important! make sure you've run genpom.xml first! -->
-	<!-- dgolovin's order -->
-	<module>tests</module>
-	<module>freemarker</module>
-	<module>jmx</module>
-	<module>archives</module>
-	<module>as</module>
-	<module>common</module>
-	<module>jst</module>
-	<module>xulrunner</module>
-	<module>vpe</module>
-	<module>jsf</module>
+	<profile>
+		<id>jbosstools-site</id>
+		<activation>
+			<activeByDefault>false</activeByDefault>
+		</activation>
+		<modules>
+			<module>${workspace.root.path}/site</module>
+		</modules>
+	</profile>
+	
+	<profile>
+		<id>drools</id>
+		<activation>
+			<activeByDefault>false</activeByDefault>
+		</activation>
+		<modules>
+			<module>${workspace.root.path}/drools</module>
+		</modules>
+	</profile>
+	
+	<profile>
+		<id>tests</id>
+		<activation>
+			<activeByDefault>true</activeByDefault>
+		</activation>
+		<modules>
+			<module>${workspace.root.path}/tests</module>
+		</modules>
+	</profile>
+	
+	<profile>
+		<id>jmx</id>
+		<activation>
+			<activeByDefault>true</activeByDefault>
+		</activation>
+		<modules>
+			<module>${workspace.root.path}/tests</module>
+			<module>${workspace.root.path}/jmx</module>
+		</modules>
+	</profile>
+	
+	<profile>
+		<id>archives</id>
+		<activation>
+			<activeByDefault>true</activeByDefault>
+		</activation>
+		<modules>
+			<module>${workspace.root.path}/tests</module>
+			<module>${workspace.root.path}/archives</module>
+		</modules>
+	</profile>
 
-	<module>hibernatetools</module>
-	<module>portlet</module>
-	<module>workingset</module>
+	<profile>
+		<id>as</id>
+		<activation>
+			<activeByDefault>true</activeByDefault>
+		</activation>
+		<modules>
+			<module>${workspace.root.path}/tests</module>
+			<module>${workspace.root.path}/jmx</module>
+			<module>${workspace.root.path}/archives</module>
+			<module>${workspace.root.path}/as</module>			
+		</modules>
+	</profile>
 
-	<module>struts</module>
+</profiles>
 
-	<module>profiler</module>
-	<module>smooks</module>
-	<module>cdi</module>
-	<module>birt</module>
-	<module>bpel</module>
-	<module>esb</module>
-	<module>seam</module>
-	<module>examples</module>
-	<module>maven</module>
-	<module>tptp</module>
-	<module>ws</module>
-	<module>modeshape</module>
-	<module>flow</module>
-	<module>jbpm</module>
-	<!-- NOTE: To build drools, must first bootstrap with ant script: cd drools; 
-		ant -q -->
-	<module>drools</module>
-	
-	<module>site</module>
-</modules>
 </project>
-	



More information about the jbosstools-commits mailing list