Skip to content

Commit dc4aa02

Browse files
committed
1 parent 895b55d commit dc4aa02

File tree

3 files changed

+23
-26
lines changed

3 files changed

+23
-26
lines changed

org.eclipse.m2e.repository/category.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,6 @@
1818
<feature id="org.eclipse.m2e.sdk.feature">
1919
<category name="m2e"/>
2020
</feature>
21-
<bundle id="slf4j.api"/>
22-
<bundle id="slf4j.api.source"/>
23-
<bundle id="ch.qos.logback.core"/>
24-
<bundle id="ch.qos.logback.core.source"/>
25-
<bundle id="ch.qos.logback.classic"/>
26-
<bundle id="ch.qos.logback.classic.source"/>
27-
<bundle id="com.google.gson"/>
28-
<bundle id="com.google.gson.source"/>
29-
<bundle id="org.apache.commons.cli"/>
30-
<bundle id="org.apache.commons.cli.source"/>
31-
<bundle id="jakarta.servlet-api"/>
32-
<bundle id="com.google.guava"/>
33-
<bundle id="org.jdom2"/>
34-
<bundle id="jaxen"/>
35-
<bundle id="org.jdom"/>
3621
<iu>
3722
<query>
3823
<expression type="match">
@@ -44,9 +29,4 @@
4429
</query>
4530
</iu>
4631
<category-def name="m2e" label="Maven Integration for Eclipse"/>
47-
<repository-reference location="https://download.eclipse.org/eclipse/updates/4.29/" enabled="true" />
48-
<repository-reference location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.0/" enabled="true" />
49-
<repository-reference location="https://download.eclipse.org/tm4e/releases/0.8.1/" enabled="true" />
50-
<repository-reference location="https://download.eclipse.org/lsp4j/updates/releases/0.21.0/" enabled="true" />
51-
<repository-reference location="https://download.eclipse.org/lsp4e/releases/0.23.0/" enabled="true" />
5232
</site>

org.eclipse.m2e.repository/pom.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
Sonatype, Inc. - initial API and implementation
1212
Hannes Wellmann - Set up PGP-signing
1313
-->
14-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14+
<project xmlns="http://maven.apache.org/POM/4.0.0"
15+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1516
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1617
<modelVersion>4.0.0</modelVersion>
1718

@@ -48,6 +49,22 @@
4849
</dependency-resolution>
4950
</configuration>
5051
</plugin>
52+
<plugin>
53+
<groupId>org.eclipse.tycho</groupId>
54+
<artifactId>tycho-p2-repository-plugin</artifactId>
55+
<configuration>
56+
<includeAllDependencies>true</includeAllDependencies>
57+
<includeAllSources>true</includeAllSources>
58+
<filterProvided>true</filterProvided>
59+
<addIUTargetRepositoryReferences>true</addIUTargetRepositoryReferences>
60+
<repositoryReferenceFilter>
61+
<addOnlyProviding>true</addOnlyProviding>
62+
<exclude>
63+
<location>https://download.eclipse.org/tools/orbit/**</location>
64+
</exclude>
65+
</repositoryReferenceFilter>
66+
</configuration>
67+
</plugin>
5168
</plugins>
5269
</build>
5370

target-platform/target-platform.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
55
<locations>
66
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
7-
<repository location="https://download.eclipse.org/eclipse/updates/4.29/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
7+
<repository location="https://download.eclipse.org/eclipse/updates/4.29/"/>
88
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
99
<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="0.0.0"/>
1010
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>
@@ -32,10 +32,10 @@
3232
<unit id="org.eclipse.wst.xsd.core" version="0.0.0"/>
3333
</location>
3434
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
35-
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.0/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
36-
<repository location="https://download.eclipse.org/tm4e/releases/0.8.1/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
37-
<repository location="https://download.eclipse.org/lsp4e/releases/0.23.0/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
38-
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.21.0/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
35+
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.0/"/>
36+
<repository location="https://download.eclipse.org/tm4e/releases/0.8.1/"/>
37+
<repository location="https://download.eclipse.org/lsp4e/releases/0.23.0/"/>
38+
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.21.0/"/>
3939
<unit id="org.eclipse.wildwebdeveloper.xml.feature.feature.group" version="0.0.0"/>
4040
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
4141
</location>

0 commit comments

Comments
 (0)