blob: 90c6a782b87b8f341fb37135db828936a891c2da [file] [log] [blame]
<?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>
<extension-point id="widgetRegistry" name="%WIDGET_REGISTRY_NAME" schema="schema/widgetRegistry.exsd"/>
</plugin>