Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.epp.allpackages.feature/build.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/features/org.eclipse.epp.allpackages.feature/build.xml b/features/org.eclipse.epp.allpackages.feature/build.xml
index 20fb44a7..24edad8c 100644
--- a/features/org.eclipse.epp.allpackages.feature/build.xml
+++ b/features/org.eclipse.epp.allpackages.feature/build.xml
@@ -7,8 +7,7 @@
<property name="build.root" location="${user.home}/epp.build"/>
<property file="${build.root}/build.properties" />
<property name="bm.headless.site" value="http://download.eclipse.org/tools/buckminster/headless-3.5/" />
- <property name="galileo.site" value="http://download.eclipse.org/releases/galileo/" />
-
+ <property name="galileo.site" value="http://download.eclipse.org/releases/staging/" />
<property name="buildtools" location="${build.root}/tools" />
<property name="workspace" location="${build.root}/workspace" />
<property name="cquery.url" location="${basedir}/epp.cquery" />
@@ -110,7 +109,7 @@
</eclipse.launch>
</target>
- <target name="clean.all" depends="clean.buckminster,clean.workspace">
+ <target name="clean.all" depends="clean.buckminster,clean.workspace,clean.build">
<delete dir="${buildtools}/director" />
</target>
@@ -118,6 +117,10 @@
<delete dir="${workspace}" />
</target>
+ <target name="clean.build">
+ <delete dir="${build.root}/buildresult" />
+ </target>
+
<target name="clean.buckminster">
<delete dir="${buildtools}/buckminster" />
</target>

Back to the top