Changed location of temp path
diff --git a/infra/org.eclipse.emf.texo.releng.buckminster/build.xml b/infra/org.eclipse.emf.texo.releng.buckminster/build.xml
index f394385..9c0a32c 100644
--- a/infra/org.eclipse.emf.texo.releng.buckminster/build.xml
+++ b/infra/org.eclipse.emf.texo.releng.buckminster/build.xml
@@ -58,7 +58,7 @@
</condition>
<property name="buildsPath" location="${hudsonWorkSpacePath}/build" />
- <property name="tempPath" location="${buildsPath}/temp" />
+ <property name="tempPath" location="${buildsPath}/temp-files" />
<property name="resultP2Site" location="/jobs/genie.texo/emft-texo-nightly/lastSuccessful/archive/build/result/p2site" />
<property name="gitPath" location="${hudsonWorkSpacePath}/git" />