Skip to main content
summaryrefslogtreecommitdiffstats
blob: 69772396a7ab6f8edfe3cb4795d6b2ca4cd56985 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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"/>

	<!-- Ant File Extensions beginning  -->
	
	<extension-point id="antfiles" name="%LABEL_ANT_EXTENTION"/>
	
	
	
</plugin>

Back to the top