Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-09-04 09:46:32 +0000
committerEike Stepper2013-09-04 09:46:32 +0000
commit587a7d28677fa9102ac6de11d81e746146242b2f (patch)
tree239242142c7e53fb46355387d2db4cf65805aade /plugins
parent6478e5d840f0a9672c3e8ae157f18596de26c1ad (diff)
downloadcdo-587a7d28677fa9102ac6de11d81e746146242b2f.tar.gz
cdo-587a7d28677fa9102ac6de11d81e746146242b2f.tar.xz
cdo-587a7d28677fa9102ac6de11d81e746146242b2f.zip
Fix build.xml for Hudson
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index 87a92ea445..64018799a9 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -21,9 +21,9 @@
</classpath>
</taskdef>
- <!-- ======= -->
- <!-- Eclipse -->
- <!-- ======= -->
+ <!-- ========= -->
+ <!-- Clean Dir -->
+ <!-- ========= -->
<macrodef name="cleandir">
<attribute name="dir" />
@@ -1009,6 +1009,6 @@
<!-- All -->
<!-- === -->
- <target name="all" depends="test,generate" description="Runs the tests and generates the site and other artifacts"/>
+ <target name="all" depends="test,generate" description="Runs the tests and generates the site and other artifacts" />
</project>

Back to the top