Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.command.env.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.wst.command.env.ui/plugin.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/bundles/org.eclipse.wst.command.env.ui/plugin.xml b/bundles/org.eclipse.wst.command.env.ui/plugin.xml
deleted file mode 100644
index ed639852d..000000000
--- a/bundles/org.eclipse.wst.command.env.ui/plugin.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-
-<plugin>
-
-<extension
- point="org.eclipse.ui.newWizards">
- <wizard
- name="%PLUGIN_XP_ANT_WIZARD_NAME"
- icon="icons/full/obj16/ant_buildfile.gif"
- category="org.eclipse.jst.ws.ui.new"
- class="org.eclipse.wst.command.internal.env.ui.dialog.AntFileImportWizard"
- id="org.eclipse.wst.command.env.ui.AntFileImportWizard">
- <description>
- %PLUGIN_XP_ANT_WIZARD_DESC
- </description>
- </wizard>
- </extension>
-
- <!-- The following extension point is internal and likely to be removed in a future release. -->
- <extension-point id="widgetRegistry" name="%WIDGET_REGISTRY_NAME" schema="schema/widgetRegistry.exsd"/>
-
-</plugin>

Back to the top