Created
October 22, 2017 14:44
-
-
Save rkfg/51f808c2f40fb1af45342403bc8ee05d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/cdt-plus-lsp4e.cpp.target b/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/cdt-plus-lsp4e.cpp.target | |
index e09ad704d2..aaa5586f90 100644 | |
--- a/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/cdt-plus-lsp4e.cpp.target | |
+++ b/lsp4e-cpp/org.eclipse.lsp4e.cpp.target/cdt-plus-lsp4e.cpp.target | |
@@ -48,7 +48,7 @@ | |
<unit id="org.eclipse.test.feature.group" version="0.0.0"/> | |
<unit id="org.eclipse.sdk.ide" version="0.0.0"/> | |
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/> | |
-<repository location="http://download.eclipse.org/eclipse/updates/4.7milestones/"/> | |
+<repository location="http://download.eclipse.org/eclipse/updates/4.8milestones/"/> | |
</location> | |
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> | |
<unit id="org.eclipse.launchbar.feature.group" version="0.0.0"/> | |
diff --git a/pom.xml b/pom.xml | |
index 8bd9d252b5..539f9d37ce 100644 | |
--- a/pom.xml | |
+++ b/pom.xml | |
@@ -26,7 +26,7 @@ | |
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath> | |
<sonar.java.source>1.8</sonar.java.source> | |
<target-platform>cdt</target-platform> | |
- <help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.7milestones</help-docs-eclipserun-repo> | |
+ <help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.8milestones</help-docs-eclipserun-repo> | |
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git</tycho.scmUrl> | |
<base.test.vmargs>-Xms256m -Xmx512m -ea</base.test.vmargs> | |
diff --git a/releng/CDT.setup b/releng/CDT.setup | |
index 1a03787e89..27c972e230 100644 | |
--- a/releng/CDT.setup | |
+++ b/releng/CDT.setup | |
@@ -205,7 +205,7 @@ | |
<repository | |
url="http://download.eclipse.org/tm/updates/4.0/"/> | |
<repository | |
- url="http://download.eclipse.org/eclipse/updates/4.7milestones/"/> | |
+ url="http://download.eclipse.org/eclipse/updates/4.8milestones/"/> | |
<repository | |
url="http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones"/> | |
<repository | |
diff --git a/releng/org.eclipse.cdt.target/cdt.target b/releng/org.eclipse.cdt.target/cdt.target | |
index da98ccade8..18a8fd1f40 100644 | |
--- a/releng/org.eclipse.cdt.target/cdt.target | |
+++ b/releng/org.eclipse.cdt.target/cdt.target | |
@@ -46,7 +46,7 @@ | |
<unit id="org.eclipse.test.feature.group" version="0.0.0"/> | |
<unit id="org.eclipse.sdk.ide" version="0.0.0"/> | |
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/> | |
-<repository location="http://download.eclipse.org/eclipse/updates/4.7milestones/"/> | |
+<repository location="http://download.eclipse.org/eclipse/updates/4.8milestones/"/> | |
</location> | |
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> | |
<unit id="org.eclipse.launchbar.feature.group" version="0.0.0"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment