[jbosstools-commits] JBoss Tools SVN: r42011 - branches/jbosstools-3.3.x/requirements/jbeap-6.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sun Jun 17 00:47:18 EDT 2012


Author: nickboldt
Date: 2012-06-17 00:47:17 -0400 (Sun, 17 Jun 2012)
New Revision: 42011

Modified:
   branches/jbosstools-3.3.x/requirements/jbeap-6/build.properties
Log:
use http://download.devel.redhat.com/released/JBEAP-6/6.0.0/zip/ instead of http://download.devel.redhat.com/devel/candidates/JBEAP/JBEAP-6.0.0/

Modified: branches/jbosstools-3.3.x/requirements/jbeap-6/build.properties
===================================================================
--- branches/jbosstools-3.3.x/requirements/jbeap-6/build.properties	2012-06-16 14:39:07 UTC (rev 42010)
+++ branches/jbosstools-3.3.x/requirements/jbeap-6/build.properties	2012-06-17 04:47:17 UTC (rev 42011)
@@ -2,7 +2,8 @@
 
 # This property used to override URI outside the build
 # It is usefull to make build work on build server vithout VPN access
-jbeap60.build.uri=http://download.devel.redhat.com/devel/candidates/JBEAP/JBEAP-6.0.0/
+#jbeap60.build.uri=http://download.devel.redhat.com/devel/candidates/JBEAP/JBEAP-6.0.0/
+jbeap60.build.uri=http://download.devel.redhat.com/released/JBEAP-6/6.0.0/zip/
 build.uri=${jbeap60.build.uri}
 jbeap60.build.archive=jboss-eap-6.0.0.zip
 build.archive=${jbeap60.build.archive}



More information about the jbosstools-commits mailing list