Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-04-05 06:35:58 +0000
committerDavid Williams2016-04-05 06:35:58 +0000
commit99724b5fb9a78e28a239164cd6ac773f13e61194 (patch)
tree020eb109bae8e2d552ce549c89b6a2b5eba1171d
parent38b310097ae4f3a0f2339643135a98df8bd65e3d (diff)
downloadeclipse.platform.releng.aggregator-99724b5fb9a78e28a239164cd6ac773f13e61194.tar.gz
eclipse.platform.releng.aggregator-99724b5fb9a78e28a239164cd6ac773f13e61194.tar.xz
eclipse.platform.releng.aggregator-99724b5fb9a78e28a239164cd6ac773f13e61194.zip
Bug 490973 - Broken N20160403-2000 DL page due to missing "processing"
Some scripts still set "configs" with ".xml" which they should not have.
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/publish.xml2
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/publish.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/publish.xml
index 2829e034a..ed18cbc98 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/publish.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/publish.xml
@@ -186,7 +186,7 @@
-->
<property
name="testsConfigExpected"
- value="ep46${buildType}-unit-cen64_linux.gtk.x86_64_8.0.xml, ep46${buildType}-unit-lin64_linux.gtk.x86_64_8.0.xml ,ep46${buildType}-unit-mac64_macosx.cocoa.x86_64_8.0.xml ,ep46${buildType}-unit-win32_win32.win32.x86_8.0.xml" />
+ value="ep46${buildType}-unit-cen64_linux.gtk.x86_64_8.0,ep46${buildType}-unit-lin64_linux.gtk.x86_64_8.0,ep46${buildType}-unit-mac64_macosx.cocoa.x86_64_8.0,ep46${buildType}-unit-win32_win32.win32.x86_8.0" />
<echo message=" = = properties in publish.xml == " />
<echo message=" job: ${job}" />
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml
index 69ee53ea7..359ecb504 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/helper.xml
@@ -312,7 +312,7 @@
-->
<property
name="testsConfigExpected"
- value="ep46${buildType}-unit-cen64_linux.gtk.x86_64_8.0.xml, ep46${buildType}-unit-lin64_linux.gtk.x86_64_8.0.xml ,ep46${buildType}-unit-mac64_macosx.cocoa.x86_64_8.0.xml ,ep46${buildType}-unit-win32_win32.win32.x86_8.0.xml" />
+ value="ep46${buildType}-unit-cen64_linux.gtk.x86_64_8.0,ep46${buildType}-unit-lin64_linux.gtk.x86_64_8.0,ep46${buildType}-unit-mac64_macosx.cocoa.x86_64_8.0,ep46${buildType}-unit-win32_win32.win32.x86_8.0" />
<property
name="dropTokenList"
value="%sdk%,%tests%,%example%,%rcpruntime%,%rcpsdk%,%deltapack%,%runtime%,%jdt%,%jdtsdk%,%jdtc%,%pde%,%pdesdk%,%cvs%,%cvssdk%,%swt%,%relengtools%" />

Back to the top