Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/org.eclipse.emf.cdo.releng/build.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/build.xml b/releng/org.eclipse.emf.cdo.releng/build.xml
index c312951753..c160a241c3 100644
--- a/releng/org.eclipse.emf.cdo.releng/build.xml
+++ b/releng/org.eclipse.emf.cdo.releng/build.xml
@@ -107,22 +107,18 @@
</macrodef>
<target name="init.clean.tools" if="clean.tools">
- <echo message="Cleaning tools..." />
<antcall target="clean.tools" />
</target>
<target name="init.clean.tp" if="clean.tp">
- <echo message="Cleaning target platform..." />
<antcall target="clean.tp" />
</target>
<target name="init.clean.workspace" if="clean.workspace">
- <echo message="Cleaning workspace..." />
<antcall target="clean.workspace" />
</target>
<target name="init.clean.output" if="clean.output">
- <echo message="Cleaning output..." />
<antcall target="clean.output" />
</target>

Back to the top