File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2525 url = https://github.com/eclipse-platform/eclipse.platform.swt.git
2626[submodule "eclipse.platform.ui "]
2727 path = eclipse.platform.ui
28- url = https://github.com/eclipse-platform/eclipse.platform.ui.git
28+ branch = svg-capability-org.eclipse.ui
29+ url = https://github.com/HeikoKlare/eclipse.platform.ui.git
2930[submodule "equinox.binaries "]
3031 path = equinox.binaries
3132 url = https://github.com/eclipse-equinox/equinox.binaries.git
Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ pipeline {
1616 MAVEN_OPTS = ' -Xmx3800m'
1717 }
1818 stages {
19- stage(' Use master' ) {
20- steps {
21- sh ' git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"'
22- }
23- }
2419 stage(' Deploy parent-pom and SDK-target' ) {
2520 when {
2621 anyOf {
@@ -104,7 +99,9 @@ pipeline {
10499 .*log,*/target/work/data/.metadata/.*log,\
105100 */tests/target/work/data/.metadata/.*log,\
106101 apiAnalyzer-workspace/.metadata/.*log,\
107- eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/*'
102+ eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/*,\
103+ eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/*.zip,\
104+ eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/*.tar.gz'
108105 }
109106 }
110107 }
You can’t perform that action at this time.
0 commit comments