[eclipse/xtext#2029] update to orbit 2022-03

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2022-01-31 09:45:46 +01:00
parent ac41199ba8
commit 2631465dac
9 changed files with 11 additions and 11 deletions

View file

@ -28,7 +28,7 @@
<unit id="org.objectweb.asm" version="9.2.0.v20210813-1119"/>
<unit id="org.objectweb.asm.tree" version="9.2.0.v20210813-1119"/>
<unit id="io.github.classgraph" version="4.8.138.v20211212-1642"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-12"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-03"/>
</location>
</locations>
</target>

View file

@ -28,7 +28,7 @@
<unit id="org.objectweb.asm" version="9.2.0.v20210813-1119"/>
<unit id="org.objectweb.asm.tree" version="9.2.0.v20210813-1119"/>
<unit id="io.github.classgraph" version="4.8.138.v20211212-1642"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-12"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-03"/>
</location>
</locations>
</target>

View file

@ -28,7 +28,7 @@
<unit id="org.objectweb.asm" version="9.2.0.v20210813-1119"/>
<unit id="org.objectweb.asm.tree" version="9.2.0.v20210813-1119"/>
<unit id="io.github.classgraph" version="4.8.138.v20211212-1642"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-12"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-03"/>
</location>
</locations>
</target>

View file

@ -28,7 +28,7 @@
<unit id="org.objectweb.asm" version="9.2.0.v20210813-1119"/>
<unit id="org.objectweb.asm.tree" version="9.2.0.v20210813-1119"/>
<unit id="io.github.classgraph" version="4.8.138.v20211212-1642"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-12"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-03"/>
</location>
</locations>
</target>

View file

@ -36,7 +36,7 @@
<unit id="org.objectweb.asm" version="9.2.0.v20210813-1119"/>
<unit id="org.objectweb.asm.tree" version="9.2.0.v20210813-1119"/>
<unit id="io.github.classgraph" version="4.8.138.v20211212-1642"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-12"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-03"/>
</location>
</locations>
</target>

View file

@ -28,7 +28,7 @@
<unit id="org.objectweb.asm" version="9.2.0.v20210813-1119"/>
<unit id="org.objectweb.asm.tree" version="9.2.0.v20210813-1119"/>
<unit id="io.github.classgraph" version="4.8.138.v20211212-1642"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-12"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-03"/>
</location>
</locations>
</target>

View file

@ -107,7 +107,7 @@ class TargetPlatformProject extends ProjectDescriptor {
<unit id="org.objectweb.asm" version="9.2.0.v20210813-1119"/>
<unit id="org.objectweb.asm.tree" version="9.2.0.v20210813-1119"/>
<unit id="io.github.classgraph" version="4.8.138.v20211212-1642"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-12"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-03"/>
</location>
«ELSE»
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
@ -119,7 +119,7 @@ class TargetPlatformProject extends ProjectDescriptor {
<unit id="org.objectweb.asm" version="9.2.0.v20210813-1119"/>
<unit id="org.objectweb.asm.tree" version="9.2.0.v20210813-1119"/>
<unit id="io.github.classgraph" version="4.8.138.v20211212-1642"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-12"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-03"/>
</location>
«IF config.junitVersion == JUnitVersion.JUNIT_5»
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">

View file

@ -266,7 +266,7 @@ public class TargetPlatformProject extends ProjectDescriptor {
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
_builder.append("<repository location=\"https://download.eclipse.org/tools/orbit/downloads/2021-12\"/>");
_builder.append("<repository location=\"https://download.eclipse.org/tools/orbit/downloads/2022-03\"/>");
_builder.newLine();
_builder.append("\t\t");
_builder.append("</location>");
@ -309,7 +309,7 @@ public class TargetPlatformProject extends ProjectDescriptor {
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
_builder.append("<repository location=\"https://download.eclipse.org/tools/orbit/downloads/2021-12\"/>");
_builder.append("<repository location=\"https://download.eclipse.org/tools/orbit/downloads/2022-03\"/>");
_builder.newLine();
_builder.append("\t\t");
_builder.append("</location>");

View file

@ -18,7 +18,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/2021-12"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-03"/>
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
<unit id="com.google.guava" version="30.1.0.v20210127-2300"/>
</location>