Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2013-04-23 09:53:46 +0000
committerLaurent Goubet2013-04-23 11:41:17 +0000
commita686cfce43002b3b2ec004017f5217c9cb749f8a (patch)
treefe5c8cf9e766483a89f8c803ceda34d9810ced7b
parenta32530f3c1748a637b9efad988ebd2c354760924 (diff)
downloadorg.eclipse.emf.compare-a686cfce43002b3b2ec004017f5217c9cb749f8a.tar.gz
org.eclipse.emf.compare-a686cfce43002b3b2ec004017f5217c9cb749f8a.tar.xz
org.eclipse.emf.compare-a686cfce43002b3b2ec004017f5217c9cb749f8a.zip
Update our galileo TP (missing EMF Store dependency for tests)
-rw-r--r--org.eclipse.emf.compare-parent/targetPlatforms/galileo-sdk.target9
1 files changed, 4 insertions, 5 deletions
diff --git a/org.eclipse.emf.compare-parent/targetPlatforms/galileo-sdk.target b/org.eclipse.emf.compare-parent/targetPlatforms/galileo-sdk.target
index f625333c1..7c6a59c33 100644
--- a/org.eclipse.emf.compare-parent/targetPlatforms/galileo-sdk.target
+++ b/org.eclipse.emf.compare-parent/targetPlatforms/galileo-sdk.target
@@ -3,14 +3,13 @@
<target name="EMF Compare based on Helios SDK" sequenceNumber="30">
<locations>
-<location includeAllPlatforms="false" includeMode="planner" includeSource="false" type="InstallableUnit">
-<unit id="com.google.collect" version="1.0.0.v201003051000"/>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<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"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20130308121626/repository/"/>
</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"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="false" type="InstallableUnit">

Back to the top