Merge pull request #1254 from eclipse/cd_orbit2019-12

[eclipse/xtext#1538] use orbit 2019-12
This commit is contained in:
Christian Dietrich 2019-10-08 11:07:43 +02:00 committed by GitHub
commit cd5430f55d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -25,7 +25,7 @@
<unit id="org.objectweb.asm" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.tree" version="7.1.0.v20190412-2143"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-09"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-12"/>
</location>
</locations>
</target>

View file

@ -25,7 +25,7 @@
<unit id="org.objectweb.asm" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.tree" version="7.1.0.v20190412-2143"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-09"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-12"/>
</location>
</locations>
</target>

View file

@ -25,7 +25,7 @@
<unit id="org.objectweb.asm" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.tree" version="7.1.0.v20190412-2143"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-09"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-12"/>
</location>
</locations>
</target>

View file

@ -25,7 +25,7 @@
<unit id="org.objectweb.asm" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.tree" version="7.1.0.v20190412-2143"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-09"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-12"/>
</location>
</locations>
</target>

View file

@ -25,7 +25,7 @@
<unit id="org.objectweb.asm" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.tree" version="7.1.0.v20190412-2143"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-09"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-12"/>
</location>
</locations>
</target>

View file

@ -25,7 +25,7 @@
<unit id="org.objectweb.asm" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.tree" version="7.1.0.v20190412-2143"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-09"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-12"/>
</location>
</locations>
</target>

View file

@ -96,7 +96,7 @@ class TargetPlatformProject extends ProjectDescriptor {
<unit id="org.objectweb.asm" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.tree" version="7.1.0.v20190412-2143"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-09"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-12"/>
</location>
</locations>
</target>

View file

@ -226,7 +226,7 @@ public class TargetPlatformProject extends ProjectDescriptor {
_builder.append("<unit id=\"io.github.classgraph\" version=\"4.8.35.v20190528-1517\"/>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("<repository location=\"https://download.eclipse.org/tools/orbit/downloads/2019-09\"/>");
_builder.append("<repository location=\"https://download.eclipse.org/tools/orbit/downloads/2019-12\"/>");
_builder.newLine();
_builder.append("\t\t");
_builder.append("</location>");

View file

@ -14,7 +14,7 @@
<repository location="https://download.eclipse.org/releases/oxygen/201804111000"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-09"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2019-12"/>
<unit id="org.junit" version="0.0.0"/>
<unit id="com.google.guava" version="27.1.0.v20190517-1946"/>
</location>