Skip to content

Commit f0a0b41

Browse files
BananeweizenCalixte
authored andcommitted
remove Orbit update site
For newer releases of Eclipse, third party dependencies are typically also available on the main release update site, so we can take them from there instead of from Orbit. There is no functional change.
1 parent bdc1468 commit f0a0b41

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

net.sf.eclipsecs.target/net.sf.eclipsecs.target.target

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="Eclipse Checkstyle" sequenceNumber="1726901996">
4+
<target name="Eclipse Checkstyle" sequenceNumber="1728798967">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="org.eclipse.jdt.feature.group" version="3.18.1300.v20220831-1800"/>
@@ -17,6 +17,8 @@
1717
<unit id="org.sat4j.core" version="2.3.6.v20201214"/>
1818
<unit id="org.sat4j.pb" version="2.3.6.v20201214"/>
1919
<unit id="org.apache.commons.io" version="2.8.0.v20210415-0900"/>
20+
<unit id="org.objectweb.asm" version="9.3.0.v20220409-0157"/>
21+
<unit id="org.objectweb.asm.tree" version="9.3.0.v20220409-0157"/>
2022
<unit id="junit-jupiter-api" version="5.9.0"/>
2123
<unit id="junit-jupiter-engine" version="5.9.0"/>
2224
<unit id="junit-jupiter-migrationsupport" version="5.9.0"/>
@@ -31,11 +33,6 @@
3133
<unit id="org.apiguardian.api" version="1.1.2"/>
3234
<repository location="https://download.eclipse.org/releases/2022-09/202209141001/"/>
3335
</location>
34-
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
35-
<unit id="org.objectweb.asm" version="9.3.0.v20220409-0157"/>
36-
<unit id="org.objectweb.asm.tree" version="9.3.0.v20220409-0157"/>
37-
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository"/>
38-
</location>
3936
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
4037
<unit id="com.github.sevntu.checkstyle.checks.feature.feature.group" version="1.44.1"/>
4138
<repository location="https://sevntu-checkstyle.github.io/sevntu.checkstyle/update-site/"/>
@@ -91,7 +88,7 @@
9188
<dependency>
9289
<groupId>io.github.classgraph</groupId>
9390
<artifactId>classgraph</artifactId>
94-
<version>4.8.176</version>
91+
<version>4.8.177</version>
9592
<type>jar</type>
9693
</dependency>
9794
</dependencies>

net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ location "https://download.eclipse.org/releases/2022-09/202209141001/" {
2323
org.sat4j.core
2424
org.sat4j.pb
2525
org.apache.commons.io
26+
org.objectweb.asm
27+
org.objectweb.asm.tree
2628

2729
// test dependencies used by the JUnit IDE integration
2830
junit-jupiter-api
@@ -39,12 +41,6 @@ location "https://download.eclipse.org/releases/2022-09/202209141001/" {
3941
org.apiguardian.api
4042
}
4143

42-
// Eclipse Orbit repository for third party dependencies matching the above 2022-09 release
43-
location "https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository" {
44-
org.objectweb.asm
45-
org.objectweb.asm.tree
46-
}
47-
4844
// include sevntu plugin, so we can test it easily when launching a debug runtime
4945
location "https://sevntu-checkstyle.github.io/sevntu.checkstyle/update-site/" {
5046
com.github.sevntu.checkstyle.checks.feature.feature.group
@@ -103,7 +99,7 @@ maven Classgraph
10399
dependency {
104100
groupId="io.github.classgraph"
105101
artifactId="classgraph"
106-
version="4.8.176"
102+
version="4.8.177"
107103
}
108104
}
109105
maven DOM4J

0 commit comments

Comments
 (0)