Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Oberhuber2017-01-17 11:02:49 +0000
committerMartin Oberhuber2017-01-17 11:06:17 +0000
commitfef6b834390bf79419e5ea93c926a1fad6d57cba (patch)
tree980eea13139bd48aa130172dba0fa30c71de40e0
parenta513c2b2136978af828920119b694ceb66e5ef34 (diff)
downloadorg.eclipse.tcf-fef6b834390bf79419e5ea93c926a1fad6d57cba.tar.gz
org.eclipse.tcf-fef6b834390bf79419e5ea93c926a1fad6d57cba.tar.xz
org.eclipse.tcf-fef6b834390bf79419e5ea93c926a1fad6d57cba.zip
Fix 4.7-tests by using o.e.remote-2.1.1 instead of oxygen
-rw-r--r--admin/pom-config.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 1df0d5b1e..fa8443fae 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -174,6 +174,7 @@
<platform-site>http://download.eclipse.org/eclipse/updates/4.6</platform-site>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/9.1</cdt-site>
<cdt-launchbar-site>http://download.eclipse.org/tools/cdt/launchbar/neon.rc4</cdt-launchbar-site>
+ <ptp-remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.1.0</ptp-remote-site>
<terminal-site>http://download.eclipse.org/tm/terminal/updates/4.1</terminal-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository</orbit-site>
</properties>
@@ -195,7 +196,11 @@
<platform-site>http://download.eclipse.org/eclipse/updates/4.7milestones</platform-site>
<cdt-site>http://download.eclipse.org/tools/cdt/builds/9.2/nightly</cdt-site>
<cdt-launchbar-site>https://hudson.eclipse.org/cdt/job/launchbar-master/lastSuccessfulBuild/artifact/repo/target/repository</cdt-launchbar-site>
+ <!--
<ptp-remote-site>http://download.eclipse.org/tools/ptp/builds/remote/oxygen/milestones</ptp-remote-site>
+ 2.1.1 is really Neon.2, but necessary to fix broken 4.7-tests
+ -->
+ <ptp-remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.1.1</ptp-remote-site>
<terminal-site>http://download.eclipse.org/tm/terminal/updates/4.2milestones</terminal-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository</orbit-site>
</properties>
@@ -253,6 +258,11 @@
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
+ <environment>
+ <os>macosx</os>
+ <ws>cocoa</ws>
+ <arch>x86_64</arch>
+ </environment>
</environments>
<resolver>p2</resolver>
<ignoreTychoRepositories>true</ignoreTychoRepositories>

Back to the top