diff options
author | Eike Stepper | 2011-07-13 03:54:46 +0000 |
---|---|---|
committer | Eike Stepper | 2011-07-13 03:54:46 +0000 |
commit | 3e1055db657532c635ed3dcc588ad3b317de2c03 (patch) | |
tree | 8cd06971e852c7e1c68b6694db73474849e846e8 /plugins/org.eclipse.emf.cdo.releng | |
parent | 16c143fcfc90946e8987ca7b0cf65eccf32ec162 (diff) | |
download | cdo-3e1055db657532c635ed3dcc588ad3b317de2c03.tar.gz cdo-3e1055db657532c635ed3dcc588ad3b317de2c03.tar.xz cdo-3e1055db657532c635ed3dcc588ad3b317de2c03.zip |
[351616] [releng] Provide platform-specific CDOServer + CDOExplorer downloads
https://bugs.eclipse.org/bugs/show_bug.cgi?id=351616
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.releng/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml index 3fe4553da2..5b0cec803e 100644 --- a/plugins/org.eclipse.emf.cdo.releng/build.xml +++ b/plugins/org.eclipse.emf.cdo.releng/build.xml @@ -487,7 +487,7 @@ <!-- ============= --> <target name="generate.only" depends="-init.properties" description="Runs the post-site.p2 generators"> - <xmlproperty file="${hudson.WORKSPACE}/build-info.xml" prefix="build." keeproot="false" /> + <xmlproperty file="${hudson.WORKSPACE}/build-info.xml" collapseAttributes="true" /> <echoproperties /> <antcall target="-generate.all" /> </target> |