[jbosstools-commits] JBoss Tools SVN: r35547 - trunk/bpel.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Oct 11 13:49:07 EDT 2011


Author: nickboldt
Date: 2011-10-11 13:49:07 -0400 (Tue, 11 Oct 2011)
New Revision: 35547

Modified:
   trunk/bpel/pom.xml
Log:
JBDS-1879 get bpel upstream deps from jbt comp reqs site from now on

Modified: trunk/bpel/pom.xml
===================================================================
--- trunk/bpel/pom.xml	2011-10-11 17:49:00 UTC (rev 35546)
+++ trunk/bpel/pom.xml	2011-10-11 17:49:07 UTC (rev 35547)
@@ -18,29 +18,5 @@
 		<module>site</module>
 		<module>tests</module>
 	</modules>
-	<repositories>
-		<repository>
-			<id>eclipse-bpel-milestone</id>
-			<url>http://download.eclipse.org/bpel/update-site/</url>
-			<layout>p2</layout>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-		</repository>
-		<repository>
-			<id>eclipse-bpel-nightly</id>
-			<url>https://hudson.eclipse.org/hudson/job/bpel-0.5/lastSuccessfulBuild/artifact/site/target/site/</url>
-			<layout>p2</layout>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-		</repository>
-	</repositories>
 </project>
 



More information about the jbosstools-commits mailing list