Mercurial > MadButterfly
comparison 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 |
comparison
equal
deleted
inserted
replaced
336:995eb2c1a1aa | 339:63aaf96209cd |
---|---|
1 <?xml version="1.0"?> | |
2 | |
3 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#"> | |
5 <Description about="urn:mozilla:extension:file:chrome" | |
6 em:package="content" /> | |
7 <Description about="urn:mozilla:install-manifest"> | |
8 <!-- required properties --> | |
9 <em:id>{9cb6698c-667e-488c-8e61-dddfa2a5f8eb}</em:id> | |
10 <em:version>0.2</em:version> | |
11 <em:type>2</em:type> | |
12 <em:targetApplication> | |
13 <Description> | |
14 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | |
15 <em:minVersion>3.0</em:minVersion> | |
16 <em:maxVersion>9.0</em:maxVersion> | |
17 </Description> | |
18 </em:targetApplication> | |
19 <em:name>MadBuilder</em:name> | |
20 </Description> | |
21 </RDF> |