Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-11-11 15:36:54 +0000
committerAlexander Kurtakov2020-11-11 15:36:54 +0000
commit438f47d8415f490dcef5da297720f4f2c91c0a80 (patch)
tree3a09fe6afadd39ec53147176a9d265ef2cfc1933 /cje-production
parent7c31bc8c66cc330073edb2ae5f3aed3bd764f48e (diff)
downloadeclipse.platform.releng.aggregator-438f47d8415f490dcef5da297720f4f2c91c0a80.tar.gz
eclipse.platform.releng.aggregator-438f47d8415f490dcef5da297720f4f2c91c0a80.tar.xz
eclipse.platform.releng.aggregator-438f47d8415f490dcef5da297720f4f2c91c0a80.zip
Bug 568719 - Stop building and publishing pde zips
It's easier to use the p2 repo than these zips. It also simplifies the releng. Change-Id: I11020ec73b36c885c27cca0bb320f3646973e5ae Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'cje-production')
-rw-r--r--cje-production/Y-build/publish.xml2
-rw-r--r--cje-production/Y-build/publish2.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cje-production/Y-build/publish.xml b/cje-production/Y-build/publish.xml
index 4f94319f0..92beec05a 100644
--- a/cje-production/Y-build/publish.xml
+++ b/cje-production/Y-build/publish.xml
@@ -101,7 +101,7 @@
<!-- This list is for Eclipse. Equinox overrides and provides their own list -->
<property
name="dropTokenList"
- value="%sdk%,%tests%,%rcpruntime%,%rcpsdk%,%runtime%,%jdt%,%jdtsdk%,%jdtc%,%pde%,%pdesdk%,%swt%,%swtchromium%" />
+ value="%sdk%,%tests%,%rcpruntime%,%rcpsdk%,%runtime%,%jdt%,%jdtsdk%,%jdtc%,%swt%,%swtchromium%" />
<!-- xml results directory -->
<condition
diff --git a/cje-production/Y-build/publish2.xml b/cje-production/Y-build/publish2.xml
index 349fb05cc..81429e7b4 100644
--- a/cje-production/Y-build/publish2.xml
+++ b/cje-production/Y-build/publish2.xml
@@ -101,7 +101,7 @@
<!-- This list is for Eclipse. Equinox overrides and provides their own list -->
<property
name="dropTokenList"
- value="%sdk%,%tests%,%rcpruntime%,%rcpsdk%,%runtime%,%jdt%,%jdtsdk%,%jdtc%,%pde%,%pdesdk%,%swt%,%swtchromium%" />
+ value="%sdk%,%tests%,%rcpruntime%,%rcpsdk%,%runtime%,%jdt%,%jdtsdk%,%jdtc%,%swt%,%swtchromium%" />
<!-- xml results directory -->
<condition

Back to the top