mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
Merge pull request #1081 from eclipse/cd_core_issue1077
[#1077] update to gson 2.8.2
This commit is contained in:
commit
61027c1b4e
8 changed files with 8 additions and 8 deletions
|
@ -19,7 +19,7 @@
|
|||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/milestones/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
|
||||
<unit id="com.google.gson" version="2.8.2.v20180104-1110"/>
|
||||
<unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
|
||||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/milestones/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
|
||||
<unit id="com.google.gson" version="2.8.2.v20180104-1110"/>
|
||||
<unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
|
||||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/milestones/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
|
||||
<unit id="com.google.gson" version="2.8.2.v20180104-1110"/>
|
||||
<unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
|
||||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/milestones/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
|
||||
<unit id="com.google.gson" version="2.8.2.v20180104-1110"/>
|
||||
<unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
|
||||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/milestones/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
|
||||
<unit id="com.google.gson" version="2.8.2.v20180104-1110"/>
|
||||
<unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
|
||||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<repository location="http://download.eclipse.org/modeling/tmf/xtext/updates/milestones/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
|
||||
<unit id="com.google.gson" version="2.8.2.v20180104-1110"/>
|
||||
<unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
|
||||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.objectweb.asm" version="7.0.0.v20181030-2244"/>
|
||||
|
|
|
@ -81,7 +81,7 @@ class TargetPlatformProject extends ProjectDescriptor {
|
|||
«ENDIF»
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
|
||||
<unit id="com.google.gson" version="2.8.2.v20180104-1110"/>
|
||||
<unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
|
||||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
«IF config.junitVersion == JUnitVersion.JUNIT_5»
|
||||
|
|
|
@ -158,7 +158,7 @@ public class TargetPlatformProject extends ProjectDescriptor {
|
|||
_builder.append("<location includeAllPlatforms=\"false\" includeConfigurePhase=\"false\" includeMode=\"planner\" includeSource=\"true\" type=\"InstallableUnit\">");
|
||||
_builder.newLine();
|
||||
_builder.append("\t");
|
||||
_builder.append("<unit id=\"com.google.gson\" version=\"2.7.0.v20170129-0911\"/>");
|
||||
_builder.append("<unit id=\"com.google.gson\" version=\"2.8.2.v20180104-1110\"/>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t");
|
||||
_builder.append("<unit id=\"org.antlr.runtime\" version=\"3.2.0.v201101311130\"/>");
|
||||
|
|
Loading…
Reference in a new issue