misc changes
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.xml
index 1c3e6fa..b8fec77 100644 (file)
@@ -1,72 +1,75 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <plugin
-   id="PHPEclipse"
+   id="net.sourceforge.phpeclipse"
    name="%pluginName"
-   version="1.0.1"
+   version="1.0.2"
    provider-name="%providerName"
    class="net.sourceforge.phpeclipse.PHPeclipsePlugin">
 
    <runtime>
-      <library name="PHPEclipse.jar"/>
+      <library name="phpeclipse.jar"/>
    </runtime>
    <requires>
       <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>
       <editor
             name="%phpEditorName"
             icon="icons/obj16/java.gif"
-            extensions="php,php3,php4"
+            extensions="php"
+            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPEditor"
+            id="net.sourceforge.phpeclipse.PHPEditor">
+      </editor>
+      <editor
+            name="%phpEditorName"
+            icon="icons/obj16/java.gif"
+            extensions="php3"
+            contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPEditor"
+            id="net.sourceforge.phpeclipse.PHPEditor">
+      </editor>
+      <editor
+            name="%phpEditorName"
+            icon="icons/obj16/java.gif"
+            extensions="php4"
             contributorClass="net.sourceforge.phpeclipse.phpeditor.PHPActionContributor"
             class="net.sourceforge.phpeclipse.phpeditor.PHPEditor"
             id="net.sourceforge.phpeclipse.PHPEditor">
             nameFilter="*.php"
             id="net.sourceforge.phpeclipse.actions.popupShowAction">
          <action
-               label="Open in Browser"
+               label="Open PHP Browser"
+               class="net.sourceforge.phpeclipse.actions.PHPEclipseShowAction"
+               menubarPath="additions"
+               id="net.sourceforge.phpeclipse.actions.showAction">
+         </action>
+      </objectContribution>
+            <objectContribution
+            objectClass="org.eclipse.core.resources.IFile"
+            nameFilter="*.php3"
+            id="net.sourceforge.phpeclipse.actions.popupShowAction">
+         <action
+               label="Open PHP Browser"
+               class="net.sourceforge.phpeclipse.actions.PHPEclipseShowAction"
+               menubarPath="additions"
+               id="net.sourceforge.phpeclipse.actions.showAction">
+         </action>
+      </objectContribution>
+            <objectContribution
+            objectClass="org.eclipse.core.resources.IFile"
+            nameFilter="*.php4"
+            id="net.sourceforge.phpeclipse.actions.popupShowAction">
+         <action
+               label="Open PHP Browser"
                class="net.sourceforge.phpeclipse.actions.PHPEclipseShowAction"
                menubarPath="additions"
                id="net.sourceforge.phpeclipse.actions.showAction">
          </action>
       </objectContribution>
       <viewerContribution
-            targetID="#TextEditorContext"
+            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.ui.documentProviders">
+      <provider
+            extensions="%php3FileExtension"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider"
+            id="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider">
+      </provider>
+   </extension>
+      <extension
+         point="org.eclipse.ui.documentProviders">
+      <provider
+            extensions="%php4FileExtension"
+            class="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider"
+            id="net.sourceforge.phpeclipse.phpeditor.PHPDocumentProvider">
+      </provider>
+   </extension>
+   <extension point="org.eclipse.help.toc">
+      <toc file="phphelp.xml" primary="true"/>
+   </extension>
 </plugin>