Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2018-09-07 07:33:31 +0000
committerMickael Istria2018-09-07 14:59:04 +0000
commitf810a21522f0faac0f8e11cf3f4811a992a05c6e (patch)
treed618287063bd9b863396d7e1df0457ec2c2b8b14 /eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk
parentd8e9f0da1e3ddcde4e3ca6bbc716a97825bd0c54 (diff)
downloadeclipse.platform.releng.aggregator-f810a21522f0faac0f8e11cf3f4811a992a05c6e.tar.gz
eclipse.platform.releng.aggregator-f810a21522f0faac0f8e11cf3f4811a992a05c6e.tar.xz
eclipse.platform.releng.aggregator-f810a21522f0faac0f8e11cf3f4811a992a05c6e.zip
Bug 538737 - Replace org.eclipse.equinox.ds by org.apache.felix.scr
Change-Id: If6a8bcc9352232e8db71b9dc5cb25fc9f2a58025 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.sdk.product2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.sdk.product b/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.sdk.product
index b07e9c76d..c9f5e03b4 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.sdk.product
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/rcp.sdk.product
@@ -186,7 +186,7 @@ United States, other countries, or both.
<configurations>
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
- <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
+ <plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
</configurations>

Back to the top