diff --git a/.gitmodules b/.gitmodules index c990633a21f..5af1ca3dbeb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,9 +29,11 @@ [submodule "equinox.binaries"] path = equinox.binaries url = https://github.com/eclipse-equinox/equinox.binaries.git + branch = remove-equinox.launcher.cocoa.macosx-fragment [submodule "equinox"] path = equinox - url = https://github.com/eclipse-equinox/equinox.git + url = https://github.com/HannesWell/equinox.git + branch = remove-launcher.macosx-fragment [submodule "equinox.p2"] path = equinox.p2 url = https://github.com/eclipse-equinox/p2.git diff --git a/Jenkinsfile b/Jenkinsfile index 77a1be05b68..7b00777beb4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,11 +13,11 @@ pipeline { jdk 'temurin-jdk21-latest' } stages { - stage('Use master') { - steps { - sh 'git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"' - } - } +// stage('Use master') { +// steps { +// sh 'git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"' +// } +// } stage('Deploy eclipse-platform-parent pom and eclipse-sdk target') { when { anyOf {