Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tasse2016-06-08 14:44:22 +0000
committerPatrick Tasse2016-06-15 11:06:03 +0000
commite80dd04214d7d2da1a3b0c5e9b532b95c0c538b0 (patch)
treef764fed61b5fd58ef8074150a92dd0b2c9b9ee02 /devtools
parentb89de935a10bf82e36ae029bad49b1c290e31644 (diff)
downloadorg.eclipse.swtbot-e80dd04214d7d2da1a3b0c5e9b532b95c0c538b0.tar.gz
org.eclipse.swtbot-e80dd04214d7d2da1a3b0c5e9b532b95c0c538b0.tar.xz
org.eclipse.swtbot-e80dd04214d7d2da1a3b0c5e9b532b95c0c538b0.zip
Update NatTable and Orbit repository and version in targets
Use latest snapshot repository and unconstrained version for NatTable. Use latest R-build repository for Orbit. The minimum version of NatTable dependency is changed to 1.2.0. Change-Id: Icf05e62ccae40aa0376e42b2c8372a67918516b4
Diffstat (limited to 'devtools')
-rw-r--r--devtools/target-platforms/mars/mars.target8
-rw-r--r--devtools/target-platforms/neon/neon.target8
2 files changed, 8 insertions, 8 deletions
diff --git a/devtools/target-platforms/mars/mars.target b/devtools/target-platforms/mars/mars.target
index 2a8d8f37..57b98988 100644
--- a/devtools/target-platforms/mars/mars.target
+++ b/devtools/target-platforms/mars/mars.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="Eclipse Mars via p2" sequenceNumber="3">
+<?pde version="3.8"?><target name="Eclipse Mars via p2" sequenceNumber="4">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.platform.ide" version="0.0.0"/>
@@ -21,7 +21,7 @@
<unit id="org.hamcrest.core" version="1.3.0.v201303031735"/>
<unit id="org.hamcrest.core.source" version="1.3.0.v201303031735"/>
<unit id="ca.odell.glazedlists" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20151221205849/repository/"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
@@ -32,9 +32,9 @@
<repository location="http://download.eclipse.org/technology/nebula/snapshot/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.nebula.widgets.nattable.core.feature.feature.group" version="1.3.0.201503261201"/>
+<unit id="org.eclipse.nebula.widgets.nattable.core.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/nattable/releases/1.3.0/repository/"/>
+<repository location="http://download.eclipse.org/nattable/snapshots/latest/repository"/>
</location>
</locations>
<launcherArgs>
diff --git a/devtools/target-platforms/neon/neon.target b/devtools/target-platforms/neon/neon.target
index f789fe86..bea1012d 100644
--- a/devtools/target-platforms/neon/neon.target
+++ b/devtools/target-platforms/neon/neon.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="Eclipse Neon via p2" sequenceNumber="3">
+<?pde version="3.8"?><target name="Eclipse Neon via p2" sequenceNumber="4">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.platform.ide" version="0.0.0"/>
@@ -21,7 +21,7 @@
<unit id="org.hamcrest.core" version="1.3.0.v201303031735"/>
<unit id="org.hamcrest.core.source" version="1.3.0.v201303031735"/>
<unit id="ca.odell.glazedlists" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20151221205849/repository/"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
@@ -32,9 +32,9 @@
<repository location="http://download.eclipse.org/technology/nebula/snapshot/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.nebula.widgets.nattable.core.feature.feature.group" version="1.3.0.201503261201"/>
+<unit id="org.eclipse.nebula.widgets.nattable.core.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/nattable/releases/1.3.0/repository/"/>
+<repository location="http://download.eclipse.org/nattable/snapshots/latest/repository"/>
</location>
</locations>
<launcherArgs>

Back to the top