diff options
author | Eike Stepper | 2013-08-27 08:41:02 +0000 |
---|---|---|
committer | Eike Stepper | 2013-08-27 08:41:02 +0000 |
commit | ceb2e22a501f1a4be03224bbc8b5f21c20e0705c (patch) | |
tree | a1b48b31e9ad9f908dabb48eb8b990d03121eb83 /plugins/org.eclipse.emf.cdo.releng/build.xml | |
parent | ce3a33acb4bc515ba92512267508224b8a1543db (diff) | |
download | cdo-ceb2e22a501f1a4be03224bbc8b5f21c20e0705c.tar.gz cdo-ceb2e22a501f1a4be03224bbc8b5f21c20e0705c.tar.xz cdo-ceb2e22a501f1a4be03224bbc8b5f21c20e0705c.zip |
Make the build runnable locally
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng/build.xml')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.releng/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml index edbcd7c608..14ba8ab26d 100644 --- a/plugins/org.eclipse.emf.cdo.releng/build.xml +++ b/plugins/org.eclipse.emf.cdo.releng/build.xml @@ -884,6 +884,7 @@ </cmdargs> </buckminster> + <!-- <echo message="" /> <echo message="Setting API baseline" /> <buckminster command="addbaseline"> @@ -892,6 +893,7 @@ <arg value="CDO Baseline" /> </cmdargs> </buckminster> + --> </then> </if> </target> |