Skip to content

Commit e8702dd

Browse files
committed
Remove source features and source bundles from o.e.equinox.p2.sdk
- The repositories and products that use this SDK feature using includeAllSources to ensure that sources are available. eclipse-platform/eclipse.platform.releng.aggregator#3206
1 parent c68f680 commit e8702dd

File tree

2 files changed

+2
-42
lines changed

2 files changed

+2
-42
lines changed

features/org.eclipse.equinox.p2.sdk/feature.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ providerName=Eclipse.org - Equinox
2727
updateSiteName=The Equinox Project Repository
2828

2929
# "description" property - description of the feature
30-
description=All of the bundles and source that comprise the Equinox p2 provisioning platform. \n\
31-
This feature includes the corresponding source and is intended \
30+
description=All of the bundles that comprise the Equinox p2 provisioning platform. \n\
31+
This feature is intended \
3232
to be added to target platforms at development time rather than \
3333
deployed with end-user systems.
3434

features/org.eclipse.equinox.p2.sdk/feature.xml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -27,68 +27,28 @@
2727
id="org.eclipse.equinox.p2.core.feature"
2828
version="0.0.0"/>
2929

30-
<includes
31-
id="org.eclipse.equinox.p2.core.feature.source"
32-
version="0.0.0"/>
33-
3430
<includes
3531
id="org.eclipse.equinox.p2.user.ui"
3632
version="0.0.0"/>
3733

38-
<includes
39-
id="org.eclipse.equinox.p2.user.ui.source"
40-
version="0.0.0"/>
41-
4234
<includes
4335
id="org.eclipse.equinox.server.p2"
4436
version="0.0.0"/>
4537

46-
<includes
47-
id="org.eclipse.equinox.server.p2.source"
48-
version="0.0.0"/>
49-
5038
<plugin
5139
id="org.eclipse.equinox.p2.installer"
5240
version="0.0.0"/>
5341

54-
<plugin
55-
id="org.eclipse.equinox.p2.installer.source"
56-
version="0.0.0"/>
57-
5842
<plugin
5943
id="org.eclipse.equinox.p2.ui.admin.rcp"
6044
version="0.0.0"/>
6145

62-
<plugin
63-
id="org.eclipse.equinox.p2.ui.admin.rcp.source"
64-
version="0.0.0"/>
65-
6646
<plugin
6747
id="org.eclipse.equinox.p2.ui.admin"
6848
version="0.0.0"/>
6949

70-
<plugin
71-
id="org.eclipse.equinox.p2.ui.admin.source"
72-
version="0.0.0"/>
73-
7450
<plugin
7551
id="org.eclipse.equinox.simpleconfigurator"
7652
version="0.0.0"/>
7753

78-
<plugin
79-
id="org.eclipse.equinox.simpleconfigurator.source"
80-
version="0.0.0"/>
81-
82-
<plugin
83-
id="org.eclipse.equinox.p2.discovery.source"
84-
version="0.0.0"/>
85-
86-
<plugin
87-
id="org.eclipse.equinox.p2.discovery.compatibility.source"
88-
version="0.0.0"/>
89-
90-
<plugin
91-
id="org.eclipse.equinox.p2.ui.discovery.source"
92-
version="0.0.0"/>
93-
9454
</feature>

0 commit comments

Comments
 (0)