Action borrowed from cfeclipse: "remove trailing spaces at end of file"
[phpeclipse.git] / net.sourceforge.phpeclipse / plugin.xml
index 709ac8f..83b3cff 100644 (file)
@@ -3,7 +3,7 @@
 <plugin
    id="net.sourceforge.phpeclipse"
    name="%pluginName"
-   version="1.1.3"
+   version="1.1.5"
    provider-name="%providerName"
    class="net.sourceforge.phpeclipse.PHPeclipsePlugin">
     
          point="org.eclipse.ui.perspectiveExtensions">
       <perspectiveExtension
             targetID="net.sourceforge.phpeclipse.PHPPerspective">
-         <actionSet
-               id="net.sourceforge.phpeclipse.PHPActionSet">
-         </actionSet>
+         <actionSet id="net.sourceforge.phpeclipse.PHPActionSet"/>
       </perspectiveExtension>
+         <perspectiveExtension
+           targetID="net.sourceforge.phpeclipse.PHPPerspective">
+                 <actionSet id="net.sf.eclipsetidy.ActionSet"/>
+         </perspectiveExtension> 
    </extension>
    <extension
          point="org.eclipse.ui.newWizards">