diff inkscape/firefox/install.rdf @ 339:63aaf96209cd

* Move location of files so that we can produce XPI file from them. * Add the produce to compile the inkscape for madbutterfly * Add makefile to produce inkscape and madbuilder.xpi
author wycc
date Sun, 08 Mar 2009 10:05:22 +0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/inkscape/firefox/install.rdf	Sun Mar 08 10:05:22 2009 +0800
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
+  <Description about="urn:mozilla:extension:file:chrome" 
+	                     em:package="content" />
+  <Description about="urn:mozilla:install-manifest">
+    <!-- required properties -->
+    <em:id>{9cb6698c-667e-488c-8e61-dddfa2a5f8eb}</em:id>
+    <em:version>0.2</em:version>
+    <em:type>2</em:type>
+    <em:targetApplication>
+      <Description>
+        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+        <em:minVersion>3.0</em:minVersion>
+        <em:maxVersion>9.0</em:maxVersion>
+      </Description>
+    </em:targetApplication>
+    <em:name>MadBuilder</em:name>
+  </Description>
+</RDF>