Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2013-04-23 11:06:56 +0000
committerLaurent Goubet2013-04-23 11:41:19 +0000
commit286580d74133ea0d6174a5d3c8d4f177638a1a6a (patch)
tree851ea5752ee7e17c930611e2fdff2ce129d4dde3
parenta686cfce43002b3b2ec004017f5217c9cb749f8a (diff)
downloadorg.eclipse.emf.compare-286580d74133ea0d6174a5d3c8d4f177638a1a6a.tar.gz
org.eclipse.emf.compare-286580d74133ea0d6174a5d3c8d4f177638a1a6a.tar.xz
org.eclipse.emf.compare-286580d74133ea0d6174a5d3c8d4f177638a1a6a.zip
Updating Helios TP (missing EMF Store)
The tests won't compile (EMF Store requires 3.7).
-rw-r--r--org.eclipse.emf.compare-parent/targetPlatforms/helios-sdk.target10
1 files changed, 3 insertions, 7 deletions
diff --git a/org.eclipse.emf.compare-parent/targetPlatforms/helios-sdk.target b/org.eclipse.emf.compare-parent/targetPlatforms/helios-sdk.target
index 2972b34ad..f38e36528 100644
--- a/org.eclipse.emf.compare-parent/targetPlatforms/helios-sdk.target
+++ b/org.eclipse.emf.compare-parent/targetPlatforms/helios-sdk.target
@@ -4,14 +4,10 @@
<target name="EMF Compare based on Helios SDK" sequenceNumber="28">
<locations>
<location includeAllPlatforms="false" includeMode="planner" includeSource="false" type="InstallableUnit">
-<unit id="com.google.collect" version="1.0.0.v201003051000"/>
+<unit id="com.google.guava" version="11.0.2.v201303041551"/>
+<unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
<unit id="org.junit" version="4.8.1.v4_8_1_v20100427-1100"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/updateSite"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.emf.emfstore.fuzzy.feature.feature.group" version="0.9.3.M5"/>
-<unit id="org.eclipse.emf.emfstore.modelmutator.feature.feature.group" version="0.9.3.M5"/>
-<repository location="http://download.eclipse.org/emf-store/milestones/archive/0.9.3.M5"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20130308121626/repository/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="org.eclipse.platform.sdk" version="3.6.2.M20110210-1200"/>

Back to the top