New (Quantum SQL) wizard module which extends Quantum context menus (Bookmark-Tables...
[phpeclipse.git] / net.sourceforge.phpeclipse.wizards / plugin.xml
diff --git a/net.sourceforge.phpeclipse.wizards/plugin.xml b/net.sourceforge.phpeclipse.wizards/plugin.xml
new file mode 100644 (file)
index 0000000..f4d23b3
--- /dev/null
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<plugin
+   id="net.sourceforge.phpeclipse.wizards"
+   name="Wizards Plug-in"
+   version="1.0.0"
+   provider-name=""
+   class="net.sourceforge.phpeclipse.wizards.WizardsPlugin">
+
+   <runtime>
+      <library name="wizards.jar">
+         <export name="*"/>
+      </library>
+   </runtime>
+  
+   <requires> 
+      <import plugin="org.eclipse.ui"/>
+      <import plugin="org.eclipse.ui.console"/>
+      <import plugin="org.eclipse.core.runtime"/>
+      <import plugin="org.eclipse.core.resources"/>
+      <import plugin="org.eclipse.search"/> 
+      <import plugin="org.eclipse.compare"/>
+      <import plugin="org.eclipse.core.filebuffers"/>
+      <import plugin="org.eclipse.jface.text"/>
+      <import plugin="org.eclipse.ui.workbench.texteditor"/>
+      <import plugin="org.eclipse.ui.ide"/>
+      <import plugin="org.eclipse.ui.views"/>
+      <import plugin="org.eclipse.ui.editors"/>
+      <import plugin="net.sourceforge.phpeclipse"/>
+      <import plugin="net.sourceforge.phpeclipse.ui"/>
+      <import plugin="com.quantum.Quantum"/>  
+   </requires>
+
+   <extension
+         point="org.eclipse.ui.popupMenus">
+      <viewerContribution
+            targetID="#PHPEditorContext"
+            id="net.sourceforge.phpeclipse.wizards.actions.popupOpenSQLTable">
+         <action
+               label="Open Quantum SQL Table View"
+               class="net.sourceforge.phpeclipse.wizards.actions.PHPOpenSQLTableEditorAction"
+               menubarPath="additions"
+               id="net.sourceforge.phpeclipse.wizards.actions.opensqltable">
+         </action>
+      </viewerContribution>
+    </extension>
+    
+    <extension
+         point="com.quantum.Quantum.metadata">
+      <metadataActor 
+            label="PHP Metadata Wizard" 
+            class="net.sourceforge.phpeclipse.wizards.actions.metadata.PHPMetadataWizard">
+      </metadataActor>
+    </extension>
+     
+    <extension
+         point="com.quantum.Quantum.data">
+      <dataActor 
+            label="PHP Data Wizard" 
+            class="net.sourceforge.phpeclipse.wizards.actions.data.PHPDataWizard">
+      </dataActor>
+    </extension>
+    
+</plugin>