diff options
author | Eike Stepper | 2013-09-10 08:47:49 +0000 |
---|---|---|
committer | Eike Stepper | 2013-09-10 08:48:46 +0000 |
commit | bc6748347c4b0425307586f69b5ab9efa7c96f20 (patch) | |
tree | 2a66f9da6b682b9cc57d8ffa40c5fd9621551fb8 | |
parent | bac61271262aabdb7da9df839ab334ae5d7c2c75 (diff) | |
download | cdo-bc6748347c4b0425307586f69b5ab9efa7c96f20.tar.gz cdo-bc6748347c4b0425307586f69b5ab9efa7c96f20.tar.xz cdo-bc6748347c4b0425307586f69b5ab9efa7c96f20.zip |
Fix build.xml for Gerrit
-rw-r--r-- | plugins/org.eclipse.emf.cdo.releng/build.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml index 99391f121f..5883434952 100644 --- a/plugins/org.eclipse.emf.cdo.releng/build.xml +++ b/plugins/org.eclipse.emf.cdo.releng/build.xml @@ -854,7 +854,6 @@ </cmdargs> </buckminster> - <!-- <echo message="" /> <echo message="Setting API baseline" /> <buckminster command="addbaseline"> @@ -863,7 +862,6 @@ <arg value="CDO Baseline" /> </cmdargs> </buckminster> - --> </then> </if> </target> @@ -933,7 +931,7 @@ <!-- Generate --> <!-- ======== --> - <target name="generate" depends="test" description="Generates the site and other artifacts"> + <target name="generate" depends="build" description="Generates the site and other artifacts"> <if> <or> <isset property="GERRIT_CHANGE_ID" /> |