Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Fauth2016-02-25 22:25:35 +0000
committerThomas Watson2016-02-26 20:36:45 +0000
commit0c3c396fe6169dd26eda02f53365deb1fbe25ad4 (patch)
tree6e3571a728fab5ead22417449e76a35e2ad5a704 /bundles/org.eclipse.equinox.ds
parent6b5ce6977030f3f144eb4758f9a0a83bea90a44a (diff)
downloadrt.equinox.bundles-0c3c396fe6169dd26eda02f53365deb1fbe25ad4.tar.gz
rt.equinox.bundles-0c3c396fe6169dd26eda02f53365deb1fbe25ad4.tar.xz
rt.equinox.bundles-0c3c396fe6169dd26eda02f53365deb1fbe25ad4.zip
Bug 481449 - The declarative service implementation should be
exchangable Change-Id: I86bf347e964b1ca792f587026c02e8e527956737 Signed-off-by: Dirk Fauth <dirk.fauth@googlemail.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.ds')
-rw-r--r--bundles/org.eclipse.equinox.ds/META-INF/p2.inf3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.ds/META-INF/p2.inf b/bundles/org.eclipse.equinox.ds/META-INF/p2.inf
index 33530fb0f..2d407fa84 100644
--- a/bundles/org.eclipse.equinox.ds/META-INF/p2.inf
+++ b/bundles/org.eclipse.equinox.ds/META-INF/p2.inf
@@ -2,3 +2,6 @@ instructions.configure=\
setProgramProperty(propName:equinox.use.ds, propValue:true);
instructions.unconfigure=\
setProgramProperty(propName:equinox.use.ds, propValue:);
+provides.0.namespace = osgi.extender
+provides.0.name = osgi.component
+provides.0.version = 1.2 \ No newline at end of file

Back to the top