Author: nickboldt
Date: 2011-11-24 17:54:40 -0500 (Thu, 24 Nov 2011)
New Revision: 36641
Modified:
trunk/build/aggregate/webtools-site/pom.xml
Log:
don't use results folder here
Modified: trunk/build/aggregate/webtools-site/pom.xml
===================================================================
--- trunk/build/aggregate/webtools-site/pom.xml 2011-11-24 22:33:18 UTC (rev 36640)
+++ trunk/build/aggregate/webtools-site/pom.xml 2011-11-24 22:54:40 UTC (rev 36641)
@@ -25,12 +25,8 @@
<quiet>true</quiet>
<tasks>
<!-- called AFTER generating update site + zip to add in extra content -->
- <condition property="output.dir"
value="${WORKSPACE}/results"
- else="${basedir}">
- <available file="${WORKSPACE}/results" />
- </condition>
<ant antfile="build.xml" target="basic.build"
dir="../">
- <property name="output.dir" value="${output.dir}" />
+ <property name="output.dir" value="${basedir}" />
<property name="inputRepo"
value="${jbosstools-nightly-staging-composite}" />
<property name="update.site.name" value="JBoss Tools - Web
Tools"/>
Show replies by date