Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAparna Argade2018-06-01 09:56:13 +0000
committerAparna Argade2018-06-05 13:02:43 +0000
commit7e53fbfdbf341e78e22e14310d5fd514bdbdfb9d (patch)
tree7f37790f10c7e56e58d0c72b8bddff5c85999d81 /devtools
parentde482ae35976d450488decd5eee73e1a1c234345 (diff)
downloadorg.eclipse.swtbot-7e53fbfdbf341e78e22e14310d5fd514bdbdfb9d.tar.gz
org.eclipse.swtbot-7e53fbfdbf341e78e22e14310d5fd514bdbdfb9d.tar.xz
org.eclipse.swtbot-7e53fbfdbf341e78e22e14310d5fd514bdbdfb9d.zip
Update Orbit repository location to Photon release
-Use Orbit repository from Photon R20180531190352 -Move to tycho 1.2.0 Change-Id: Ie8b0c4711218f4581c9ee30a1d96290ec5e082f0 Signed-off-by: Aparna Argade <aprsac@yahoo.com>
Diffstat (limited to 'devtools')
-rw-r--r--devtools/target-platforms/photon/photon.target12
1 files changed, 6 insertions, 6 deletions
diff --git a/devtools/target-platforms/photon/photon.target b/devtools/target-platforms/photon/photon.target
index 289742fe..32f73094 100644
--- a/devtools/target-platforms/photon/photon.target
+++ b/devtools/target-platforms/photon/photon.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="Eclipse Photon via p2" sequenceNumber="1">
+<?pde version="3.8"?><target name="Eclipse Photon via p2" sequenceNumber="2">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.platform.ide" version="0.0.0"/>
@@ -16,12 +16,12 @@
<unit id="org.junit" version="4.12.0.v201504281640"/>
<unit id="com.thoughtworks.qdox" version="1.6.3.v20081201-1400"/>
<unit id="javax.inject" version="1.0.0.v20091030"/>
-<unit id="org.hamcrest.library" version="1.3.0.v201505072020"/>
-<unit id="org.hamcrest.library.source" version="1.3.0.v201505072020"/>
-<unit id="org.hamcrest.core" version="1.3.0.v201303031735"/>
-<unit id="org.hamcrest.core.source" version="1.3.0.v201303031735"/>
+<unit id="org.hamcrest.library" version="1.3.0.v20180524-2246"/>
+<unit id="org.hamcrest.library.source" version="1.3.0.v20180524-2246"/>
+<unit id="org.hamcrest.core" version="1.3.0.v20180420-1519"/>
+<unit id="org.hamcrest.core.source" version="1.3.0.v20180420-1519"/>
<unit id="ca.odell.glazedlists" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20171130170529/repository/"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20180531190352/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"/>

Back to the top