Content type for Info.plist was reintroduced
authorEugene Ostroukhov <eostroukhov@symbian.org>
Mon, 11 Jan 2010 15:10:40 -0800
changeset 25 e4f69a449ad3
parent 24 ca6e8f2b6f85
child 26 72a52c262d99
Content type for Info.plist was reintroduced
org.symbian.tools.wrttools/plugin.xml
--- a/org.symbian.tools.wrttools/plugin.xml	Mon Jan 11 15:01:45 2010 -0800
+++ b/org.symbian.tools.wrttools/plugin.xml	Mon Jan 11 15:10:40 2010 -0800
@@ -132,4 +132,14 @@
             value="true">
       </persistent>
    </extension>
+      <extension
+         point="org.eclipse.core.contenttype.contentTypes">
+      <content-type
+            base-type="org.eclipse.core.runtime.xml"
+            file-extensions="plist"
+            id="org.symbian.tools.wrttools.contenttype.plist"
+            name="WebRuntime Descriptor File"
+            priority="normal">
+      </content-type>
+   </extension>
 </plugin>