Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2004-04-16 20:42:06 +0000
committerPascal Rapicault2004-04-16 20:42:06 +0000
commite205b941eb59fdade71f34363cb866d6687bb6cd (patch)
tree76d32815a3d00a07d4401ef2ad1b882c5922b03d /bundles/org.eclipse.osgi/plugin.xml
parentb88c40056c26a50d65f65b5637588f52bf34981d (diff)
downloadrt.equinox.framework-e205b941eb59fdade71f34363cb866d6687bb6cd.tar.gz
rt.equinox.framework-e205b941eb59fdade71f34363cb866d6687bb6cd.tar.xz
rt.equinox.framework-e205b941eb59fdade71f34363cb866d6687bb6cd.zip
removal of plugin.xml since the tooling supports bundles
Diffstat (limited to 'bundles/org.eclipse.osgi/plugin.xml')
-rw-r--r--bundles/org.eclipse.osgi/plugin.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/bundles/org.eclipse.osgi/plugin.xml b/bundles/org.eclipse.osgi/plugin.xml
deleted file mode 100644
index d372a0536..000000000
--- a/bundles/org.eclipse.osgi/plugin.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin
- id="org.eclipse.osgi"
- name="%pluginName"
- version="3.0.0"
- provider-name="%providerName">
-
- <runtime>
- <library name="osgi.jar">
- <export name="*"/>
- </library>
- <library name="core.jar">
- <export name="*"/>
- </library>
- <library name="resolver.jar">
- <export name="*"/>
- </library>
- <library name="defaultAdaptor.jar">
- <export name="*"/>
- </library>
- <library name="eclipseAdaptor.jar">
- <export name="*"/>
- </library>
- <library name="console.jar">
- </library>
- </runtime>
-
-</plugin>

Back to the top