Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-07-15 05:47:06 +0000
committerEike Stepper2011-07-15 05:47:06 +0000
commit7c6c3e3705b31b3bd6937bbfc1099b6460ac8725 (patch)
treea00c1bddd84d209a7dcd14dbf3da4ab906a077ed
parent484999107eeae4d2794a04436fcb4743aa51ada9 (diff)
downloadcdo-drops/I20110715-0410.tar.gz
cdo-drops/I20110715-0410.tar.xz
cdo-drops/I20110715-0410.zip
[351616] [releng] Provide platform-specific CDOServer + CDOExplorer downloads drops/I20110715-0410
https://bugs.eclipse.org/bugs/show_bug.cgi?id=351616
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index 4ded07ab5c..eec1eea33f 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -147,11 +147,8 @@
</fileset>
</zip>
- <echo message="description=for execution on @{platform}."
+ <echo message="description=for execution on @{platform}.${line.separator}priority=@{priority}"
file="${zips}/emf-cdo-${build.qualifier}-@{profile}-@{platform}.properties" />
- <echo message="priority=@{priority}"
- file="${zips}/emf-cdo-${build.qualifier}-@{profile}-@{platform}.properties"
- append="true" />
</then>
</if>
</sequential>

Back to the top