Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1689 from eclipse/cd_orbitUpdate202106
Browse files Browse the repository at this point in the history
[eclipse-xtext/xtext#1944] update orbit to 2021-06
  • Loading branch information
Karsten Thoms authored Mar 11, 2021
2 parents 21778c8 + 05281d5 commit c0d38c5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<unit id="org.objectweb.asm" version="9.1.0.v20210209-1849"/>
<unit id="org.objectweb.asm.tree" version="9.1.0.v20210209-1849"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<unit id="org.objectweb.asm" version="9.1.0.v20210209-1849"/>
<unit id="org.objectweb.asm.tree" version="9.1.0.v20210209-1849"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<unit id="org.objectweb.asm" version="9.1.0.v20210209-1849"/>
<unit id="org.objectweb.asm.tree" version="9.1.0.v20210209-1849"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<unit id="org.objectweb.asm" version="9.1.0.v20210209-1849"/>
<unit id="org.objectweb.asm.tree" version="9.1.0.v20210209-1849"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<unit id="org.objectweb.asm" version="9.1.0.v20210209-1849"/>
<unit id="org.objectweb.asm.tree" version="9.1.0.v20210209-1849"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<unit id="org.objectweb.asm" version="9.1.0.v20210209-1849"/>
<unit id="org.objectweb.asm.tree" version="9.1.0.v20210209-1849"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-06"/>
</location>
</locations>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class TargetPlatformProject extends ProjectDescriptor {
<unit id="org.objectweb.asm" version="9.1.0.v20210209-1849"/>
<unit id="org.objectweb.asm.tree" version="9.1.0.v20210209-1849"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-06"/>
</location>
</locations>
</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public CharSequence target() {
_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/2021-03\"/>");
_builder.append("<repository location=\"https://download.eclipse.org/tools/orbit/downloads/2021-06\"/>");
_builder.newLine();
_builder.append("\t\t");
_builder.append("</location>");
Expand Down
2 changes: 1 addition & 1 deletion releng/releng-target/xtext-core.target.target
Original file line number Diff line number Diff line change
Expand Up @@ -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-03"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-06"/>
<unit id="org.junit" version="4.12.0.v201504281640"/>
<unit id="com.google.guava" version="30.1.0.v20210127-2300"/>
</location>
Expand Down

0 comments on commit c0d38c5

Please sign in to comment.