Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-08-30 08:27:03 +0000
committerEike Stepper2013-08-30 08:27:03 +0000
commit538361f240b7c11093e50cfcfbf41b3120b1e7d7 (patch)
treef6112242b549e8a5392113bf15b0ee8ba93d485e
parent4ffb447b4057a6e7387ae9458388e6de7a55e4de (diff)
downloadcdo-538361f240b7c11093e50cfcfbf41b3120b1e7d7.tar.gz
cdo-538361f240b7c11093e50cfcfbf41b3120b1e7d7.tar.xz
cdo-538361f240b7c11093e50cfcfbf41b3120b1e7d7.zip
Cleanup zips folder
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index 4c800ac7e0..b198da937c 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -36,10 +36,10 @@
</delete>
<if>
<equals arg1="@{mkdir}" arg2="true" />
+ <then>
+ <mkdir dir="@{dir}" />
+ </then>
</if>
- <then>
- <mkdir dir="@{dir}" />
- </then>
</sequential>
</macrodef>

Back to the top