[jbosstools-commits] JBoss Tools SVN: r23096 - trunk/build/aggregate.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jun 29 16:02:53 EDT 2010


Author: nickboldt
Date: 2010-06-29 16:02:53 -0400 (Tue, 29 Jun 2010)
New Revision: 23096

Modified:
   trunk/build/aggregate/aggregateRepos.xml
Log:
set WORKSPACE earlier

Modified: trunk/build/aggregate/aggregateRepos.xml
===================================================================
--- trunk/build/aggregate/aggregateRepos.xml	2010-06-29 19:05:20 UTC (rev 23095)
+++ trunk/build/aggregate/aggregateRepos.xml	2010-06-29 20:02:53 UTC (rev 23096)
@@ -39,11 +39,12 @@
 		  ...
 		-->
 
+		<property name="WORKSPACE" value="${java.io.tmpdir}" />
+
 		<property name="aggregateRepos.properties" value="aggregateRepos.jbosstools.properties" />
 		<property file="${aggregateRepos.properties}" />
 
 		<!-- if not set by Hudson (or in properties file), define defaults -->
-		<property name="WORKSPACE" value="${java.io.tmpdir}" />
 		<property name="working.dir" value="${WORKSPACE}/b3aggr" />
 		<property name="requirement.build.root" value="${working.dir}" />
 
@@ -172,8 +173,7 @@
 			<!-- optional for UI -->
 			<!-- <arg line=" -installIU org.eclipse.b3.aggregator.editor.feature.feature.group" /> -->
 			<arg line=" -destination ${eclipse.home} -bundlepool ${eclipse.home}" />
-			<arg line=" -metadataRepository ${b3.aggregator.repo},${b3.backup.repos}"
-			/>
+			<arg line=" -metadataRepository ${b3.aggregator.repo},${b3.backup.repos}" />
 			<arg line=" -artifactRepository ${b3.aggregator.repo},${b3.backup.repos}" />
 			<arg line=" -profileProperties org.eclipse.update.install.features=true" />
 			<arg line=" -vmargs -Declipse.p2.data.area=${eclipse.home}/p2 -Declipse.p2.MD5Check=false" />



More information about the jbosstools-commits mailing list