1) Added missing strings for italic, underline and strike through.
[phpeclipse.git] / net.sourceforge.phpeclipse.wizards / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.0"?>
3 <plugin
4    id="net.sourceforge.phpeclipse.wizards"
5    name="Wizards Plug-in"
6    version="1.0.0"
7    provider-name=""
8    class="net.sourceforge.phpeclipse.wizards.WizardsPlugin">
9
10    <runtime>
11       <library name="wizards.jar">
12          <export name="*"/>
13       </library>
14    </runtime>
15   
16    <requires> 
17       <import plugin="org.eclipse.ui"/>
18       <import plugin="org.eclipse.core.runtime"/>
19    </requires>
20
21    <extension
22          point="org.eclipse.ui.popupMenus">
23       <viewerContribution
24             targetID="#PHPEditorContext"
25             id="net.sourceforge.phpeclipse.wizards.actions.popupOpenSQLTable">
26          <action
27                label="Open Quantum SQL Table View"
28                class="net.sourceforge.phpeclipse.wizards.actions.PHPOpenSQLTableEditorAction"
29                menubarPath="additions"
30                id="net.sourceforge.phpeclipse.wizards.actions.opensqltable">
31          </action>
32       </viewerContribution>
33     </extension>    
34 </plugin>