Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi.compatibility.state/OSGI-INF/PlatformAdmin.xml')
-rw-r--r--bundles/org.eclipse.osgi.compatibility.state/OSGI-INF/PlatformAdmin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.compatibility.state/OSGI-INF/PlatformAdmin.xml b/bundles/org.eclipse.osgi.compatibility.state/OSGI-INF/PlatformAdmin.xml
new file mode 100644
index 000000000..d3bb63080
--- /dev/null
+++ b/bundles/org.eclipse.osgi.compatibility.state/OSGI-INF/PlatformAdmin.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.eclipse.osgi.compatibility.state">
+ <implementation class="org.eclipse.osgi.compatibility.state.PlatformAdminImpl"/>
+</scr:component>

Back to the top