Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Cartaud2016-02-19 10:43:32 +0000
committerMathieu Cartaud2016-02-19 10:43:32 +0000
commitf742ef7e39aad008ca525275dc54c6817393566a (patch)
tree7b1f67fd3665a388f12964572930785de68780c4 /org.eclipse.emf.compare-parent
parent8cb4a034963f904194c2c668dd75d8631c29e871 (diff)
downloadorg.eclipse.emf.compare-f742ef7e39aad008ca525275dc54c6817393566a.tar.gz
org.eclipse.emf.compare-f742ef7e39aad008ca525275dc54c6817393566a.tar.xz
org.eclipse.emf.compare-f742ef7e39aad008ca525275dc54c6817393566a.zip
Add Google GSON in target platform (required by JGit)
Change-Id: If694e5c7296b1bec13a5c24a5a4bd5c4590f7e9f Signed-off-by: Mathieu Cartaud <mathieu.cartaud@obeo.fr>
Diffstat (limited to 'org.eclipse.emf.compare-parent')
-rw-r--r--org.eclipse.emf.compare-parent/targetPlatforms/fragments/orbit.tpd1
-rw-r--r--org.eclipse.emf.compare-parent/targetPlatforms/mars-logical-sdk.target3
2 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.emf.compare-parent/targetPlatforms/fragments/orbit.tpd b/org.eclipse.emf.compare-parent/targetPlatforms/fragments/orbit.tpd
index 63b04aa4c..805d6f509 100644
--- a/org.eclipse.emf.compare-parent/targetPlatforms/fragments/orbit.tpd
+++ b/org.eclipse.emf.compare-parent/targetPlatforms/fragments/orbit.tpd
@@ -4,6 +4,7 @@ with source, requirements
location "http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/" {
com.google.guava [11.0.2,11.0.3)
+ com.google.gson [2.2.4,3.0.0)
org.junit [4,5)
org.apache.log4j [1.2.0,1.3.0)
/* Egit/Jgit */
diff --git a/org.eclipse.emf.compare-parent/targetPlatforms/mars-logical-sdk.target b/org.eclipse.emf.compare-parent/targetPlatforms/mars-logical-sdk.target
index e27054dd5..4e1295515 100644
--- a/org.eclipse.emf.compare-parent/targetPlatforms/mars-logical-sdk.target
+++ b/org.eclipse.emf.compare-parent/targetPlatforms/mars-logical-sdk.target
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
-<target name="EMF Compare based on Mars SDK with Logical Model" sequenceNumber="1450799660">
+<target name="EMF Compare based on Mars SDK with Logical Model" sequenceNumber="1455878118">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
@@ -9,6 +9,7 @@
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="com.google.guava" version="11.0.2.v201303041551"/>
+ <unit id="com.google.gson" version="2.2.4.v201311231704"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
<unit id="javaewah" version="0.7.9.v201401101600"/>

Back to the top