Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-09-06 18:13:20 +0000
committerEike Stepper2013-09-06 18:13:20 +0000
commit93ba56a9f8a985655be46607da11fdac1af271c6 (patch)
treee51b34535a1f01a23568153271c7c6a681ac4e26
parenta0f323df3f5c671c1253dc5e9941f9fc33609dfe (diff)
downloadcdo-93ba56a9f8a985655be46607da11fdac1af271c6.tar.gz
cdo-93ba56a9f8a985655be46607da11fdac1af271c6.tar.xz
cdo-93ba56a9f8a985655be46607da11fdac1af271c6.zip
Fix build.xml for Hudson
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index 1cb1c4d0fa..e8ed9bc499 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -782,7 +782,7 @@
<include name="*.css" />
<include name="*.html" />
<include name="*.xml" />
- <include name="build-info.xml" />
+ <exclude name="build-info.xml" />
</fileset>
</delete>

Back to the top