Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi.services/plugin.xml')
-rw-r--r--bundles/org.eclipse.osgi.services/plugin.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.services/plugin.xml b/bundles/org.eclipse.osgi.services/plugin.xml
new file mode 100644
index 000000000..b0acc2a61
--- /dev/null
+++ b/bundles/org.eclipse.osgi.services/plugin.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin
+ id="org.eclipse.osgi.services"
+ name="org.eclipse.osgi.services"
+ version="1.0.0">
+
+ <runtime>
+ <library name="services.jar">
+ <export name="*"/>
+ </library>
+ </runtime>
+
+</plugin>

Back to the top