Removing htm,html from plugin.xml.
authorEdward Mann <phpeclipse.dev@edmann.com>
Thu, 6 Sep 2007 16:17:31 +0000 (16:17 +0000)
committerEdward Mann <phpeclipse.dev@edmann.com>
Thu, 6 Sep 2007 16:17:31 +0000 (16:17 +0000)
net.sourceforge.phpeclipse/plugin.xml

index ebe915d..55fbc41 100644 (file)
          <fileTypes type="text" extension="inc" />
          <fileTypes type="text" extension="phtml" />
          <fileTypes type="text" extension="phpt" />
-         <fileTypes type="text" extension="html" />
-         <fileTypes type="text" extension="htm" />
    </extension>
 
 <!-- declares a content type for PHP Source files -->
        <content-type id="phpSource" name="%phpSourceName"
                base-type="org.eclipse.core.runtime.text"
                priority="high"
-               file-extensions="php,php3,php4,php5,phtml,inc,module,phpt,html,htm"/>
+               file-extensions="php,php3,php4,php5,phtml,inc,module,phpt"/>
    </extension>
 
    <extension