[jbosstools-commits] JBoss Tools SVN: r24233 - in trunk: build and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Aug 17 19:09:48 EDT 2010


Author: dgolovin
Date: 2010-08-17 19:09:47 -0400 (Tue, 17 Aug 2010)
New Revision: 24233

Modified:
   trunk/build/pom.xml
   trunk/pom.xml
Log:
https://jira.jboss.org/browse/JBIDE-6837 Iclude deltacloud component in JBT build and update site
deltacloud component included in root aggregator project


Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2010-08-17 23:06:50 UTC (rev 24232)
+++ trunk/build/pom.xml	2010-08-17 23:09:47 UTC (rev 24233)
@@ -559,6 +559,27 @@
 		</modules>
 	</profile>
 
+       <profile>
+                <id>gwt</id>
+                <activation>
+                        <activeByDefault>true</activeByDefault>
+                </activation>
+                <modules>
+                        <module>../gwt</module>
+                </modules>
+        </profile>
+
+       <profile>
+                <id>deltacloud</id>
+                <activation>
+                        <activeByDefault>true</activeByDefault>
+                </activation>
+                <modules>
+                        <module>../deltacloud</module>
+                </modules>
+        </profile>
+
+
 	<profile>
 		<id>drools</id>
 		<activation>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-08-17 23:06:50 UTC (rev 24232)
+++ trunk/pom.xml	2010-08-17 23:09:47 UTC (rev 24233)
@@ -48,6 +48,8 @@
 			ant -q -->
 		<!-- IF YOU REMOVE A MODULE, be sure to also remove it from site/site.xml 
 			and build/aggregate/site/site.xml or the build will break! -->
+		<module>gwt</module>
+		<module>deltacloud</module>
 		<module>drools</module>
 		<module>runtime</module>
 		<module>site</module>



More information about the jbosstools-commits mailing list