Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-01-20 10:11:18 +0000
committerTom Schindl2014-01-20 10:11:18 +0000
commitff419a74c4be492f3cc461d8d841989416a48460 (patch)
treeff1df3c55b42d981c56c1262ab51b99a74caffb0 /bundles/runtime/org.eclipse.fx.core.di.context/META-INF/MANIFEST.MF
parent371cd1b9d16b056b02fdb20b0b0350d31f98757e (diff)
downloadorg.eclipse.efxclipse-ff419a74c4be492f3cc461d8d841989416a48460.tar.gz
org.eclipse.efxclipse-ff419a74c4be492f3cc461d8d841989416a48460.tar.xz
org.eclipse.efxclipse-ff419a74c4be492f3cc461d8d841989416a48460.zip
Bug 426090 - Add abstraction for ContextInjectionFactory
Diffstat (limited to 'bundles/runtime/org.eclipse.fx.core.di.context/META-INF/MANIFEST.MF')
-rw-r--r--bundles/runtime/org.eclipse.fx.core.di.context/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/runtime/org.eclipse.fx.core.di.context/META-INF/MANIFEST.MF b/bundles/runtime/org.eclipse.fx.core.di.context/META-INF/MANIFEST.MF
index dc0a1ada6..327b13d5c 100644
--- a/bundles/runtime/org.eclipse.fx.core.di.context/META-INF/MANIFEST.MF
+++ b/bundles/runtime/org.eclipse.fx.core.di.context/META-INF/MANIFEST.MF
@@ -44,5 +44,5 @@ Import-Package: javafx.animation;version="2.2.0";resolution:=optional,
javafx.util.converter;version="2.2.0";resolution:=optional,
javax.annotation;version="1.1.0",
javax.inject;version="1.0.0"
-Service-Component: OSGI-INF/services/obervableadapter.xml,OSGI-INF/services/fxpropertyadapter.xml,
- OSGI-INF/services/valuesupplier.xml
+Service-Component: OSGI-INF/services/obervableadapter.xml,OSGI-INF/services/fxpropertyadapter.xml,OSGI-INF/services/valuesupplier.xml,
+ OSGI-INF/services/scopedobjectfactoryfunction.xml

Back to the top