Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.emf.cdo.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/build.xml b/releng/org.eclipse.emf.cdo.releng/build.xml
index dffd7c488b..600789705c 100644
--- a/releng/org.eclipse.emf.cdo.releng/build.xml
+++ b/releng/org.eclipse.emf.cdo.releng/build.xml
@@ -173,12 +173,12 @@
<target name="init.build.properties">
<!-- Echo relevant properties to a temporary file so that Buckminster can read them -->
- <echo message="Properties file is: ${properties.tmp}" />
<tempfile destdir="${java.io.tmpdir}"
prefix="build-"
suffix=".properties"
deleteonexit="true"
property="properties.tmp" />
+ <echo message="Properties file is: ${properties.tmp}" />
<echoproperties destfile="${properties.tmp}">
<!-- We don't want these. basedir in particular will cause problems if passed explicitly -->
<propertyset negate="true">

Back to the top