Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorEike Stepper2018-01-25 15:04:10 +0000
committerEike Stepper2018-01-25 15:04:10 +0000
commit4dc62574e549fedbd3f371e9c17dbc3e6cfa5195 (patch)
tree5d367f65c5263d4f5e4e3b1a345b381b32c22092 /releng
parentc19f86fdee29b58740bddcf25ebe77ce74978fae (diff)
downloadcdo-4dc62574e549fedbd3f371e9c17dbc3e6cfa5195.tar.gz
cdo-4dc62574e549fedbd3f371e9c17dbc3e6cfa5195.tar.xz
cdo-4dc62574e549fedbd3f371e9c17dbc3e6cfa5195.zip
[528979] Migrate build to Maven/Tycho
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.emf.cdo.releng/hudson/build-info.ant3
1 files changed, 3 insertions, 0 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/hudson/build-info.ant b/releng/org.eclipse.emf.cdo.releng/hudson/build-info.ant
index 9d94107aa2..2813573d7d 100644
--- a/releng/org.eclipse.emf.cdo.releng/hudson/build-info.ant
+++ b/releng/org.eclipse.emf.cdo.releng/hudson/build-info.ant
@@ -114,6 +114,9 @@
<echo message="build.trigger = ${build.trigger}" />
<echo message="build.timestamp = ${build.timestamp}" />
<echo message="build.qualifier = ${build.qualifier}" />
+
+ <echo message="test" file="${env.WORKSPACE}/test.txt" />
+
</target>
</project>

Back to the top