Skip to content

Commit 8633310

Browse files
committed
Include all sources by default in eclipse-sdk target
Remove explicitly listed source-bundles and instead include all sources by default. Add other omitted IU-location attributes, too.
1 parent ad03799 commit 8633310

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,31 @@
22
<?pde version="3.8"?>
33
<target name="eclipse-sdk-prereqs">
44
<locations>
5-
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
5+
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
66

77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
8-
<unit id="com.jcraft.jsch.source" version="0.1.55.v20230916-1400"/>
98

109
<unit id="org.apache.ant" version="1.10.15.v20240901-1000"/>
11-
<unit id="org.apache.ant.source" version="1.10.15.v20240901-1000"/>
1210

1311
<unit id="org.apache.batik.css" version="1.18.0.v20241009-1200"/>
1412
<unit id="org.apache.batik.util" version="1.18.0.v20241009-1200"/>
1513
<unit id="org.apache.batik.i18n" version="1.18.0.v20241009-1200"/>
1614
<unit id="org.apache.batik.constants" version="1.18.0.v20241009-1200"/>
17-
<unit id="org.apache.batik.css.source" version="1.18.0.v20241009-1200"/>
18-
<unit id="org.apache.batik.util.source" version="1.18.0.v20241009-1200"/>
19-
<unit id="org.apache.batik.i18n.source" version="1.18.0.v20241009-1200"/>
20-
<unit id="org.apache.batik.constants.source" version="1.18.0.v20241009-1200"/>
2115

2216
<unit id="org.apache.xmlgraphics" version="2.10.0.v20241009-1200"/>
23-
<unit id="org.apache.xmlgraphics.source" version="2.10.0.v20241009-1200"/>
2417

2518
<!-- needed because org.eclipse.jdt.feature.group includes it, but it should include org.hamcrest (direct-from-maven) instead -->
2619
<unit id="org.junit" version="4.13.2.v20240929-1000"/>
27-
<unit id="org.junit.source" version="4.13.2.v20240929-1000"/>
2820

2921
<unit id="org.apache.lucene.core" version="10.1.0.v20241221-1000"/>
3022
<unit id="org.apache.lucene.analysis-smartcn" version="10.1.0.v20241221-1000"/>
3123
<unit id="org.apache.lucene.analysis-common" version="10.1.0.v20241221-1000"/>
32-
<unit id="org.apache.lucene.core.source" version="10.1.0.v20241221-1000"/>
33-
<unit id="org.apache.lucene.analysis-smartcn.source" version="10.1.0.v20241221-1000"/>
34-
<unit id="org.apache.lucene.analysis-common.source" version="10.1.0.v20241221-1000"/>
3524

3625
<!-- This version contains with notarized *.jnilib -->
3726
<unit id="com.sun.jna" version="5.16.0.v20241222-1200"/>
3827

3928
<!-- Batik dependencies -->
4029
<unit id="org.eclipse.orbit.xml-apis-ext" version="1.0.0.v20240917-0534"/>
41-
<unit id="org.eclipse.orbit.xml-apis-ext.source" version="1.0.0.v20240917-0534"/>
4230

4331
<!-- Markdown support for JEP 467 -->
4432
<unit id="org.commonmark" version="0.24.0.v20241021-1700"/>
@@ -48,7 +36,7 @@
4836
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202501230659"/>
4937
</location>
5038

51-
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
39+
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
5240
<!-- Check version in "<EMF>/features" directory -->
5341
<unit id="org.eclipse.emf.common.feature.group" version="2.34.0.v20241204-1554"/>
5442
<unit id="org.eclipse.emf.common.source.feature.group" version="2.34.0.v20241204-1554"/>
@@ -65,7 +53,7 @@
6553
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202412300906"/>
6654
</location>
6755

68-
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
56+
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
6957
<unit id="org.eclipse.ecf.core.feature.feature.group" version="1.7.0.v20250111-0100"/>
7058
<unit id="org.eclipse.ecf.core.feature.source.feature.group" version="1.7.0.v20250111-0100"/>
7159
<unit id="org.eclipse.ecf.filetransfer.feature.feature.group" version="3.15.0.v20250115-0406"/>
@@ -77,7 +65,7 @@
7765
<repository location="https://download.eclipse.org/rt/ecf/3.15.5/site.p2/3.15.5.v20250124-1843"/>
7866
</location>
7967

80-
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
68+
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
8169
<unit id="org.eclipse.license.feature.group" version="2.0.2.v20181016-2210"/>
8270
<repository location="https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210"/>
8371
</location>

0 commit comments

Comments
 (0)