1) Reintroduced PHPPerspectiveFactory (was lost with refactoring).
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / plugin.xml
index 90e8b17..1c4259d 100644 (file)
@@ -7,7 +7,7 @@
                        name="%perspectivePHP.name"
                        icon="icons/obj16/php.png"
                        class="net.sourceforge.phpeclipse.ui.PHPPerspectiveFactory"
-                       id="net.sourceforge.phpeclipse.ui.PHPPerspective">
+                       id="net.sourceforge.phpeclipse.PHPPerspective">
          </perspective>
    </extension>
 
                          translations="templates/default-templates.properties">
          </include>
          <include
+                         file="templates/default-templates-html.xml"
+                         translations="templates/default-templates-html.properties">
+         </include>
+         <include
                          file="templates/default-codetemplates.xml"
-                         translations="templates/default-templates.properties">
+                         translations="templates/default-templates-html.properties">
          </include>
    </extension>
    <extension
             id="smarty">
       </contextType>
       <include
-               file="templates/default-templates.xml"
-               translations="templates/default-templates.properties">
+               file="templates/default-templates-html.xml"
+               translations="templates/default-templates-html.properties">
       </include>
    </extension>
 </plugin>