[jbosstools-commits] JBoss Tools SVN: r24448 - branches/jbosstools-3.2.0.M2.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Aug 25 15:19:37 EDT 2010


Author: nickboldt
Date: 2010-08-25 15:19:37 -0400 (Wed, 25 Aug 2010)
New Revision: 24448

Modified:
   branches/jbosstools-3.2.0.M2/parent-pom.xml
   branches/jbosstools-3.2.0.M2/pom.xml
Log:
backport drools exclusion from trunk to M2

Modified: branches/jbosstools-3.2.0.M2/parent-pom.xml
===================================================================
--- branches/jbosstools-3.2.0.M2/parent-pom.xml	2010-08-25 19:05:23 UTC (rev 24447)
+++ branches/jbosstools-3.2.0.M2/parent-pom.xml	2010-08-25 19:19:37 UTC (rev 24448)
@@ -196,6 +196,18 @@
 					</releases>
 				</repository-->
 				<repository>
+                                        <id>eclipse36</id>
+                                        <url>http://download.eclipse.org/eclipse/updates/3.6.x/
+                                        </url>
+                                        <layout>p2</layout>
+                                        <snapshots>
+                                                <enabled>true</enabled>
+                                        </snapshots>
+                                        <releases>
+                                                <enabled>true</enabled>
+                                        </releases>
+                                </repository>
+				<repository>
 					<id>jboss-helios</id>
 					<url>http://download.jboss.org/jbosstools/updates/requirements/helios/</url>
 					<layout>p2</layout>
@@ -240,6 +252,18 @@
 						<enabled>true</enabled>
 					</releases>
 				</repository>
+				<repository>
+					<id>jboss-drools-nightly</id>
+					<url>http://download.jboss.org/jbosstools/builds/nightly/3.2.helios/jbosstools-drools/all/repo/
+					</url>
+					<layout>p2</layout>
+					<snapshots>
+						<enabled>true</enabled>
+					</snapshots>
+					<releases>
+						<enabled>true</enabled>
+					</releases>
+				</repository>
 				<!--repository>
 					<id>swtbot-helios</id>
 					<url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/

Modified: branches/jbosstools-3.2.0.M2/pom.xml
===================================================================
--- branches/jbosstools-3.2.0.M2/pom.xml	2010-08-25 19:05:23 UTC (rev 24447)
+++ branches/jbosstools-3.2.0.M2/pom.xml	2010-08-25 19:19:37 UTC (rev 24448)
@@ -50,7 +50,11 @@
 			and build/aggregate/site/site.xml or the build will break! -->
 		<module>gwt</module>
 		<module>deltacloud</module>
-		<module>drools</module>
+		<!-- NOTE: To build drools, must first bootstrap with ant script: cd drools; 
+			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>drools</module -->
 		<module>runtime</module>
 		<module>usage</module>
 		<module>site</module>



More information about the jbosstools-commits mailing list