Mercurial > JSWeakRef
comparison components/install.rdf @ 0:7180966f48bf
Origination.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 16 Apr 2009 15:23:22 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:7180966f48bf |
---|---|
1 <?xml version="1.0"?> | |
2 | |
3 <!-- This isn't the install.rdf for a 'real' extension; it's just | |
4 a placeholder so that the Mozilla build system will generate | |
5 an XPI that we can pull binary XPCOM components out of. --> | |
6 | |
7 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
8 xmlns:em="http://www.mozilla.org/2004/em-rdf#"> | |
9 <Description about="urn:mozilla:install-manifest"> | |
10 <em:id>JSWeakRef-components@labs.mozilla.com</em:id> | |
11 <em:version>0.1</em:version> | |
12 <em:type>2</em:type> | |
13 | |
14 <!-- Target Application this extension can install into, | |
15 with minimum and maximum supported versions. --> | |
16 <em:targetApplication> | |
17 <Description> | |
18 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | |
19 <em:minVersion>3.0</em:minVersion> | |
20 <em:maxVersion>3.0.9</em:maxVersion> | |
21 </Description> | |
22 </em:targetApplication> | |
23 | |
24 <!-- Front End MetaData --> | |
25 <em:name>JSWeakRef Components</em:name> | |
26 <em:description>Binary XPCOM components for JSWeakRef</em:description> | |
27 <em:creator>Mozilla Corporation</em:creator> | |
28 </Description> | |
29 </RDF> |