Skip to content

Commit 23a457f

Browse files
committed
Add artifacts from SimRel-Orbit to m2e's p2-repository directly
The content of https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation is not contributed to SimRel and projects using artifacts from it are told to add the needed artifacts to their p2 repos.
1 parent 1011789 commit 23a457f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

org.eclipse.m2e.repository/category.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
<bundle id="org.apache.commons.cli"/>
3030
<bundle id="org.apache.commons.cli.source"/>
3131
<bundle id="jakarta.servlet-api"/>
32-
<bundle id="com.google.guava" />
32+
<bundle id="com.google.guava"/>
33+
<bundle id="org.jdom2"/>
34+
<bundle id="jaxen"/>
35+
<bundle id="org.jdom"/>
3336
<iu>
3437
<query>
3538
<expression type="match">
@@ -46,5 +49,4 @@
4649
<repository-reference location="https://download.eclipse.org/tm4e/releases/0.8.0/" enabled="true" />
4750
<repository-reference location="https://download.eclipse.org/lsp4j/updates/releases/0.21.0/" enabled="true" />
4851
<repository-reference location="https://download.eclipse.org/lsp4e/releases/0.23.0/" enabled="true" />
49-
<repository-reference location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09/" enabled="true" />
5052
</site>

target-platform/target-platform.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<unit id="org.mockito.mockito-core" version="0.0.0"/>
1414
</location>
1515
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
16-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
16+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09/"/>
1717
<unit id="org.jdom2" version="0.0.0"/>
1818
</location>
1919
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">

0 commit comments

Comments
 (0)