Author: pete.muir(a)jboss.org
Date: 2008-12-10 04:28:19 -0500 (Wed, 10 Dec 2008)
New Revision: 510
Modified:
ri/trunk/build.xml
Log:
fix script
Modified: ri/trunk/build.xml
===================================================================
--- ri/trunk/build.xml 2008-12-09 22:31:04 UTC (rev 509)
+++ ri/trunk/build.xml 2008-12-10 09:28:19 UTC (rev 510)
@@ -15,6 +15,8 @@
<artifact:dependencies filesetId="jboss5.deployer.fileset"
versionsId="jboss5.deployer.versions" >
<dependency groupId="org.jboss.webbeans.integration"
artifactId="webbeans-ri-int-microcontainer"
version="5.2.0-SNAPSHOT"/>
<dependency groupId="org.jboss.webbeans.integration"
artifactId="webbeans-ri-int-jbossas" version="5.2.0-SNAPSHOT"/>
+ <remoteRepository id="snapshots.jboss.org"
url="http://snapshots.jboss.org/maven2" />
+ <remoteRepository id="repository.jboss.org"
url="http://repository.jboss.org/maven2" />
</artifact:dependencies>
<artifact:dependencies filesetId="google.collections.fileset">