Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,37 +1,48 @@
# Touched, for Bug 398016 - [CBI] How to coordinate (or not) submodules with Git and EGit
[submodule "eclipse.jdt"]
path = eclipse.jdt
url = https://github.com/eclipse-jdt/eclipse.jdt.git
branch = master
[submodule "eclipse.jdt.core"]
path = eclipse.jdt.core
url = https://github.com/eclipse-jdt/eclipse.jdt.core.git
branch = master
[submodule "eclipse.jdt.core.binaries"]
path = eclipse.jdt.core.binaries
url = https://github.com/eclipse-jdt/eclipse.jdt.core.binaries.git
branch = master
[submodule "eclipse.jdt.debug"]
path = eclipse.jdt.debug
url = https://github.com/eclipse-jdt/eclipse.jdt.debug.git
branch = master
[submodule "eclipse.jdt.ui"]
path = eclipse.jdt.ui
url = https://github.com/eclipse-jdt/eclipse.jdt.ui.git
branch = master
[submodule "eclipse.pde"]
path = eclipse.pde
url = https://github.com/eclipse-pde/eclipse.pde.git
branch = master
[submodule "eclipse.platform"]
path = eclipse.platform
url = https://github.com/eclipse-platform/eclipse.platform.git
branch = master
[submodule "eclipse.platform.swt"]
path = eclipse.platform.swt
url = https://github.com/eclipse-platform/eclipse.platform.swt.git
branch = master
[submodule "eclipse.platform.ui"]
path = eclipse.platform.ui
url = https://github.com/eclipse-platform/eclipse.platform.ui.git
branch = master
[submodule "equinox.binaries"]
path = equinox.binaries
url = https://github.com/eclipse-equinox/equinox.binaries.git
branch = master
[submodule "equinox"]
path = equinox
url = https://github.com/eclipse-equinox/equinox.git
branch = master
[submodule "equinox.p2"]
path = equinox.p2
url = https://github.com/eclipse-equinox/p2.git
branch = master
6 changes: 1 addition & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ pipeline {
MAVEN_OPTS = '-Xmx3800m'
}
stages {
stage('Use master') {
steps {
sh 'git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"'
}
}
stage('Deploy parent-pom and SDK-target') {
when {
anyOf {
Expand Down Expand Up @@ -105,6 +100,7 @@ pipeline {
*/tests/target/work/data/.metadata/.*log,\
apiAnalyzer-workspace/.metadata/.*log,\
eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/*'
// To archive the built products, add to above's list: eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/*
}
}
}
Expand Down
Loading