Skip to content

Commit

Permalink
[#2142] update to orbit 2023-06
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Apr 5, 2023
1 parent 6f4584f commit 6807b75
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
<unit id="org.objectweb.asm" version="9.4.0.v20221107-1714"/>
<unit id="io.github.classgraph" version="4.8.149.v20220915-0556"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
<unit id="org.objectweb.asm" version="9.4.0.v20221107-1714"/>
<unit id="io.github.classgraph" version="4.8.149.v20220915-0556"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
<unit id="org.objectweb.asm" version="9.4.0.v20221107-1714"/>
<unit id="io.github.classgraph" version="4.8.149.v20220915-0556"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
<unit id="org.objectweb.asm" version="9.4.0.v20221107-1714"/>
<unit id="io.github.classgraph" version="4.8.149.v20220915-0556"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<unit id="org.opentest4j" version="1.2.0.v20211018-1956"/>
<unit id="org.objectweb.asm" version="9.4.0.v20221107-1714"/>
<unit id="io.github.classgraph" version="4.8.149.v20220915-0556"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
<unit id="org.objectweb.asm" version="9.4.0.v20221107-1714"/>
<unit id="io.github.classgraph" version="4.8.149.v20220915-0556"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
<unit id="org.objectweb.asm" version="9.4.0.v20221107-1714"/>
<unit id="io.github.classgraph" version="4.8.149.v20220915-0556"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Just mention the p2 repo so that additional requirements with ranges specified in
features and bundles are taken from Orbit (e.g., objectweb.asm)
-->
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class TargetPlatformProject extends ProjectDescriptor {
«ENDIF»
<unit id="org.objectweb.asm" version="9.4.0.v20221107-1714"/>
<unit id="io.github.classgraph" version="4.8.149.v20220915-0556"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
</location>
</locations>
</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public CharSequence target() {
_builder.append("<unit id=\"io.github.classgraph\" version=\"4.8.149.v20220915-0556\"/>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("<repository location=\"https://download.eclipse.org/tools/orbit/downloads/2023-03\"/>");
_builder.append("<repository location=\"https://download.eclipse.org/tools/orbit/downloads/2023-06\"/>");
_builder.newLine();
_builder.append("\t\t");
_builder.append("</location>");
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.xtext.contributor/Xtext.setup
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<setupTask
xsi:type="setup:VariableTask"
name="p2.orbit"
value="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
value="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
<setupTask
xsi:type="setup:VariableTask"
name="p2.mwe2"
Expand Down
2 changes: 1 addition & 1 deletion xtext-latest.target
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<repository location="https://download.eclipse.org/technology/swtbot/releases/4.0.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
<unit id="org.apache.log4j" version="1.2.24.v20221221-2012"/>
<unit id="org.kohsuke.args4j" version="0.0.0"/>
<unit id="com.google.gson" version="2.10.1.v20230109-0753"/>
Expand Down
2 changes: 1 addition & 1 deletion xtext-r202203.target
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<repository location="https://download.eclipse.org/technology/swtbot/releases/2.6.0/" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
<unit id="org.apache.log4j" version="1.2.24.v20221221-2012"/>
<unit id="org.kohsuke.args4j" version="0.0.0"/>
<unit id="com.google.gson" version="2.10.1.v20230109-0753"/>
Expand Down
2 changes: 1 addition & 1 deletion xtext-r202206.target
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<repository location="https://download.eclipse.org/technology/swtbot/releases/2.6.0/" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
<unit id="org.apache.log4j" version="1.2.24.v20221221-2012"/>
<unit id="org.kohsuke.args4j" version="0.0.0"/>
<unit id="com.google.gson" version="2.10.1.v20230109-0753"/>
Expand Down
2 changes: 1 addition & 1 deletion xtext-r202209.target
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<repository location="https://download.eclipse.org/technology/swtbot/releases/2.6.0/" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
<unit id="org.apache.log4j" version="1.2.24.v20221221-2012"/>
<unit id="org.kohsuke.args4j" version="0.0.0"/>
<unit id="com.google.gson" version="2.10.1.v20230109-0753"/>
Expand Down
2 changes: 1 addition & 1 deletion xtext-r202212.target
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<repository location="https://download.eclipse.org/technology/swtbot/releases/2.6.0/" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
<unit id="org.apache.log4j" version="1.2.24.v20221221-2012"/>
<unit id="org.kohsuke.args4j" version="0.0.0"/>
<unit id="com.google.gson" version="2.10.1.v20230109-0753"/>
Expand Down
2 changes: 1 addition & 1 deletion xtext-r202303.target
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<repository location="https://download.eclipse.org/technology/swtbot/releases/4.0.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
<unit id="org.apache.log4j" version="1.2.24.v20221221-2012"/>
<unit id="org.kohsuke.args4j" version="0.0.0"/>
<unit id="com.google.gson" version="2.10.1.v20230109-0753"/>
Expand Down

0 comments on commit 6807b75

Please sign in to comment.