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
24 changes: 12 additions & 12 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
[submodule "eclipse.jdt"]
path = eclipse.jdt
url = https://github.com/eclipse-jdt/eclipse.jdt.git
branch = master
branch = R4_40_maintenance
[submodule "eclipse.jdt.core"]
path = eclipse.jdt.core
url = https://github.com/eclipse-jdt/eclipse.jdt.core.git
branch = master
branch = R4_40_maintenance
[submodule "eclipse.jdt.core.binaries"]
path = eclipse.jdt.core.binaries
url = https://github.com/eclipse-jdt/eclipse.jdt.core.binaries.git
branch = master
branch = R4_40_maintenance
[submodule "eclipse.jdt.debug"]
path = eclipse.jdt.debug
url = https://github.com/eclipse-jdt/eclipse.jdt.debug.git
branch = master
branch = R4_40_maintenance
[submodule "eclipse.jdt.ui"]
path = eclipse.jdt.ui
url = https://github.com/eclipse-jdt/eclipse.jdt.ui.git
branch = master
branch = R4_40_maintenance
[submodule "eclipse.pde"]
path = eclipse.pde
url = https://github.com/eclipse-pde/eclipse.pde.git
branch = master
branch = R4_40_maintenance
[submodule "eclipse.platform"]
path = eclipse.platform
url = https://github.com/eclipse-platform/eclipse.platform.git
branch = master
branch = R4_40_maintenance
[submodule "eclipse.platform.swt"]
path = eclipse.platform.swt
url = https://github.com/eclipse-platform/eclipse.platform.swt.git
branch = master
branch = R4_40_maintenance
[submodule "eclipse.platform.ui"]
path = eclipse.platform.ui
url = https://github.com/eclipse-platform/eclipse.platform.ui.git
branch = master
branch = R4_40_maintenance
[submodule "equinox.binaries"]
path = equinox.binaries
url = https://github.com/eclipse-equinox/equinox.binaries.git
branch = master
branch = R4_40_maintenance
[submodule "equinox"]
path = equinox
url = https://github.com/eclipse-equinox/equinox.git
branch = master
branch = R4_40_maintenance
[submodule "equinox.p2"]
path = equinox.p2
url = https://github.com/eclipse-equinox/p2.git
branch = master
branch = R4_40_maintenance
10 changes: 5 additions & 5 deletions JenkinsJobs/buildConfigurations.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"folder": "Builds",
"streams": {
"4.40": {
"branch": "master",
"schedule": "0 18 * 2-4 *\n0 18 1-27 5 *"
"branch": "R4_40_maintenance",
"schedule": ""
}
},
"mailingList": "platform-releng-dev@eclipse.org",
Expand Down Expand Up @@ -82,8 +82,8 @@
"folder": "YBuilds",
"streams": {
"4.40": {
"branch": "master",
"schedule": "0 10 * 2-4 2,4,6\n0 10 1-27 5 2,4,6"
"branch": "R4_40_maintenance",
"schedule": ""
}
},
"branches": {
Expand Down Expand Up @@ -145,7 +145,7 @@
"folder": "VBuilds",
"streams": {
"4.40": {
"branch": "master",
"branch": "R4_40_maintenance",
"schedule": ""
}
},
Expand Down