Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-07-13 03:54:46 +0000
committerEike Stepper2011-07-13 03:54:46 +0000
commit3e1055db657532c635ed3dcc588ad3b317de2c03 (patch)
tree8cd06971e852c7e1c68b6694db73474849e846e8 /plugins/org.eclipse.emf.cdo.releng
parent16c143fcfc90946e8987ca7b0cf65eccf32ec162 (diff)
downloadcdo-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.xml2
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>

Back to the top