Skip to content

Commit 04ab5e5

Browse files
Limit maven dependencies scope to compile (#184)
Neccesary to make the target platform load properly in Eclipse 2025-03
1 parent 961692f commit 04ab5e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

releng/org.eclipse.epsilon.target/org.eclipse.epsilon.target.target

Lines changed: 2 additions & 2 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="Epsilon Target Platform" sequenceNumber="1738582007">
4+
<target name="Epsilon Target Platform" sequenceNumber="1747230076">
55
<locations>
66
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
@@ -97,7 +97,7 @@
9797
<unit id="org.commonmark-image-attributes" version="0.0.0"/>
9898
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-12"/>
9999
</location>
100-
<location includeDependencyDepth="infinite" includeDependencyScopes="compile,test,runtime" includeSource="true" missingManifest="generate" type="Maven" label="MavenDependencies">
100+
<location includeDependencyDepth="infinite" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven" label="MavenDependencies">
101101
<dependencies>
102102
<dependency>
103103
<groupId>net.sourceforge.plantuml</groupId>

releng/org.eclipse.epsilon.target/org.eclipse.epsilon.target.tpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ location "https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024
9696
org.commonmark-image-attributes lazy
9797
}
9898

99-
maven MavenDependencies scope=compile,test,runtime dependencyDepth=infinite missingManifest=generate includeSources {
99+
maven MavenDependencies scope=compile dependencyDepth=infinite missingManifest=generate includeSources {
100100
dependency {
101101
groupId="net.sourceforge.plantuml"
102102
artifactId="plantuml-epl"

0 commit comments

Comments
 (0)