Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-01-17 17:55:34 +0000
committerThomas Watson2017-01-17 17:55:34 +0000
commit50fbb0b7882490a66056c11a9c2bc4d32ce2dfa8 (patch)
tree7d0872ffea32da15d9e4a8f4c73995e516bc1d4f /features/org.eclipse.equinox.core.feature/feature.xml
parentfdda10401d86fb1589acb072b5c52bb46ee0804c (diff)
downloadrt.equinox.bundles-50fbb0b7882490a66056c11a9c2bc4d32ce2dfa8.tar.gz
rt.equinox.bundles-50fbb0b7882490a66056c11a9c2bc4d32ce2dfa8.tar.xz
rt.equinox.bundles-50fbb0b7882490a66056c11a9c2bc4d32ce2dfa8.zip
Bug 501950 - [ds] replace Equinox DS implementation with Felix SCR (DS)I20170117-2000
implementation Add felix scr to equinox features Change-Id: Ie88c71a79733cc623ee2ea32410fa03d8ab293fd Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'features/org.eclipse.equinox.core.feature/feature.xml')
-rw-r--r--features/org.eclipse.equinox.core.feature/feature.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.core.feature/feature.xml b/features/org.eclipse.equinox.core.feature/feature.xml
index 8ae04eb96..9802a337e 100644
--- a/features/org.eclipse.equinox.core.feature/feature.xml
+++ b/features/org.eclipse.equinox.core.feature/feature.xml
@@ -107,4 +107,10 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.apache.felix.scr"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>

Back to the top