Integrated PHP help files; Fixed some bugs
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.xml
index 1c3e6fa..b2b4aca 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <plugin
-   id="PHPEclipse"
+   id="net.sourceforge.phpeclipse"
    name="%pluginName"
    version="1.0.1"
    provider-name="%providerName"
@@ -9,64 +9,67 @@
    <runtime>
       <library name="PHPEclipse.jar"/>
    </runtime>
-   <requires>
+   <requires>s
       <import plugin="org.eclipse.core.resources"/>
       <import plugin="org.eclipse.ui"/>
-      <import plugin="org.eclipse.jdt"/>
-      <import plugin="org.eclipse.jdt.ui"/>
+      <import plugin="org.eclipse.help"/>
+      <import plugin="org.eclipse.swt"/>
    </requires>
 
+
    <extension
          point="org.eclipse.ui.actionSets">
       <actionSet
-            id="net.sourceforge.phpeclipse.PHPActionSet"
             label="PHP/Apache"
+            description="Starting MySQL and Apache."
             visible="true"
-            description="Starting MySQL and Apache.">
+            id="net.sourceforge.phpeclipse.PHPActionSet">
          <menu
-              id="net.sourceforge.phpeclipse.PHPMenu"
-              label="PHP/Apache">
-              <separator name="phpeclipse"/> 
+               label="PHP/Apache"
+               id="net.sourceforge.phpeclipse.PHPMenu">
+            <separator
+                  name="phpeclipse">
+            </separator>
          </menu>
          <action
-            id="net.sourceforge.phpeclipse.actions.PHPRestartApacheAction"
-            menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
-            toolbarPath="Normal"
-            label="Restart Apache"
-            tooltip="Restart Apache"
-            icon="icons/obj16/apache.gif"
-            start="true"
-            class="net.sourceforge.phpeclipse.actions.PHPRestartApacheAction">
+               label="Restart Apache"
+               icon="icons/obj16/apache.gif"
+               tooltip="Restart Apache"
+               class="net.sourceforge.phpeclipse.actions.PHPRestartApacheAction"
+               menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
+               toolbarPath="Normal"
+               start="true"
+               id="net.sourceforge.phpeclipse.actions.PHPRestartApacheAction">
          </action>
          <action
-            id="net.sourceforge.phpeclipse.actions.PHPStopApacheAction"
-            menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
-            toolbarPath="Normal"
-            label="Stop Apache"
-            tooltip="Stop Apache"
-            icon="icons/obj16/apache.gif"
-            start="true"
-            class="net.sourceforge.phpeclipse.actions.PHPStopApacheAction">
+               label="Stop Apache"
+               icon="icons/obj16/apache.gif"
+               tooltip="Stop Apache"
+               class="net.sourceforge.phpeclipse.actions.PHPStopApacheAction"
+               menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
+               toolbarPath="Normal"
+               start="true"
+               id="net.sourceforge.phpeclipse.actions.PHPStopApacheAction">
          </action>
          <action
-            id="net.sourceforge.phpeclipse.actions.PHPStartApacheAction"
-            menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
-            toolbarPath="Normal"
-            label="Start Apache"
-            tooltip="Start Apache"
-            icon="icons/obj16/apache.gif"
-            start="true"
-            class="net.sourceforge.phpeclipse.actions.PHPStartApacheAction">
-         </action>         
+               label="Start Apache"
+               icon="icons/obj16/apache.gif"
+               tooltip="Start Apache"
+               class="net.sourceforge.phpeclipse.actions.PHPStartApacheAction"
+               menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
+               toolbarPath="Normal"
+               start="true"
+               id="net.sourceforge.phpeclipse.actions.PHPStartApacheAction">
+         </action>
          <action
-            id="net.sourceforge.phpeclipse.actions.PHPStartMySQLAction"
-            menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
-            toolbarPath="Normal"
-            label="Start MySQL"
-            tooltip="Start MySQL"
-            icon="icons/obj16/apache.gif"
-            start="true"
-            class="net.sourceforge.phpeclipse.actions.PHPStartMySQLAction">
+               label="Start MySQL"
+               icon="icons/obj16/apache.gif"
+               tooltip="Start MySQL"
+               class="net.sourceforge.phpeclipse.actions.PHPStartMySQLAction"
+               menubarPath="net.sourceforge.phpeclipse.PHPMenu/phpeclipse"
+               toolbarPath="Normal"
+               start="true"
+               id="net.sourceforge.phpeclipse.actions.PHPStartMySQLAction">
          </action>
       </actionSet>
    </extension>
@@ -94,8 +97,8 @@
                id="net.sourceforge.phpeclipse.actions.showAction">
          </action>
       </objectContribution>
-      <viewerContribution
-            targetID="#TextEditorContext"
+ <!--     <viewerContribution
+            targetID="#PHPEditorContext"
             id="net.sourceforge.phpeclipse.actions.popup.editor">
          <action
                label="PHP Help"
                menubarPath="additions"
                id="net.sourceforge.phpeclipse.actions.editor.contexthelp">
          </action>
-         &gt;
-      </viewerContribution>
+      </viewerContribution> -->
    </extension>
    <extension
          point="org.eclipse.ui.preferencePages">
             id="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider">
       </provider>
    </extension>
-
+   <extension point="org.eclipse.help.toc">
+      <toc file="phphelp.xml" primary="true"/>
+   </extension>
 </plugin>