Author: nickboldt
Date: 2011-04-28 16:20:38 -0400 (Thu, 28 Apr 2011)
New Revision: 30940
Modified:
trunk/build/aggregate/site/build.xml
Log:
add check that local path exists; if not, use http:// path instead
Modified: trunk/build/aggregate/site/build.xml
===================================================================
--- trunk/build/aggregate/site/build.xml 2011-04-28 20:20:10 UTC (rev 30939)
+++ trunk/build/aggregate/site/build.xml 2011-04-28 20:20:38 UTC (rev 30940)
@@ -283,7 +283,6 @@
</then>
</if>
</then>
-
<else>
<propertyregex override="true"
property="location.cleaned" defaultvalue="@{location}"
input="@{location}" regexp="../../"
replace="http://download.jboss.org/jbosstools/builds/staging/" />
</else>