Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.command.env.core/plugin.xml')
-rw-r--r--bundles/org.eclipse.wst.command.env.core/plugin.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/bundles/org.eclipse.wst.command.env.core/plugin.xml b/bundles/org.eclipse.wst.command.env.core/plugin.xml
deleted file mode 100644
index 0b07fb0cb..000000000
--- a/bundles/org.eclipse.wst.command.env.core/plugin.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-
-<plugin
- id = "org.eclipse.wst.command.env.core"
- version = "1.0.0"
- name = "%PLUGIN_NAME"
- provider-name = "%PLUGIN_PROVIDER">
-
- <runtime>
- <library name="envcore.jar">
- <export name="*"/>
- </library>
- </runtime>
-
-</plugin>

Back to the top