Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2018-01-03 18:22:28 +0000
committerEike Stepper2018-01-03 18:22:28 +0000
commit725ffa0dc2533f4576186be2c32f6b5884e4c564 (patch)
treed0c13f5881e1e666fc6519f303ea0328edb9dfbb
parentcc4c684c0ed24a4fe705d9288f2a4d4f288d4d88 (diff)
downloadcdo-725ffa0dc2533f4576186be2c32f6b5884e4c564.tar.gz
cdo-725ffa0dc2533f4576186be2c32f6b5884e4c564.tar.xz
cdo-725ffa0dc2533f4576186be2c32f6b5884e4c564.zip
[528979] Migrate build to Maven/Tycho
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
-rw-r--r--releng/org.eclipse.emf.cdo.releng/hudson/generate.ant2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/hudson/generate.ant b/releng/org.eclipse.emf.cdo.releng/hudson/generate.ant
index b6cb16d41c..9d7433a5f8 100644
--- a/releng/org.eclipse.emf.cdo.releng/hudson/generate.ant
+++ b/releng/org.eclipse.emf.cdo.releng/hudson/generate.ant
@@ -215,7 +215,7 @@
</delete>
<replace dir="${tests}" includes="**/package-summary.html" token="&lt;h3&gt;Package " value="&lt;h3&gt;Scenario " />
<replace dir="${tests}" includes="overview-*.html" token="&lt;h2&gt;Packages&lt;/h2&gt;" value="&lt;h2&gt;Scenarios&lt;/h2&gt;" />
- <rename src="${tests}/TESTS-TestSuites.xml" dest="${tests}/test-report.xml" />
+ <move file="${tests}/TESTS-TestSuites.xml" tofile="${tests}/test-report.xml" />
</target>
<!-- ======== -->

Back to the top