Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF')
-rwxr-xr-xbundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF b/bundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF
index 62fdd79ab..a76841bdb 100755
--- a/bundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF
+++ b/bundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF
@@ -18,9 +18,9 @@ Export-Package: org.eclipse.fx.core,
org.eclipse.fx.core.text,
org.eclipse.fx.core.update
Bundle-Vendor: %Bundle-Vendor
-Service-Component: OSGI-INF/services/jlogger.xml,
- OSGI-INF/services/adapterservice.xml,
+Service-Component: OSGI-INF/services/adapterservice.xml,
OSGI-INF/services/filesystem.xml,
- OSGI-INF/services/org.eclipse.fx.core.internal.JAXBObjectSerializer.xml
+ OSGI-INF/services/org.eclipse.fx.core.internal.JAXBObjectSerializer.xml,
+ OSGI-INF/services/org.eclipse.fx.core.internal.JUtilLoggerFactory.xml
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional

Back to the top