Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2018-01-26 07:23:05 +0000
committerEike Stepper2018-01-26 07:23:05 +0000
commit9b578e3f825393a1266d76caa058842a24e6c236 (patch)
tree4d1ff286625660ff06c7cbcd4740fad6a2cf6556
parentab1ea7a40457869087370696cb10674c6eeb2820 (diff)
downloadcdo-9b578e3f825393a1266d76caa058842a24e6c236.tar.gz
cdo-9b578e3f825393a1266d76caa058842a24e6c236.tar.xz
cdo-9b578e3f825393a1266d76caa058842a24e6c236.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/vars.ant20
1 files changed, 20 insertions, 0 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/hudson/vars.ant b/releng/org.eclipse.emf.cdo.releng/hudson/vars.ant
new file mode 100644
index 0000000000..eafdfa6099
--- /dev/null
+++ b/releng/org.eclipse.emf.cdo.releng/hudson/vars.ant
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<!--
+ Copyright (c) 2017 Eike Stepper (Berlin, Germany) and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Eike Stepper - initial API and implementation
+-->
+<project name="vars" default="vars">
+
+ <property environment="env" />
+
+ <target name="vars">
+ <echoproperties prefix="env." />
+ </target>
+
+</project>

Back to the top