Mercurial > JSWeakRef
diff components/install.rdf @ 0:7180966f48bf
Origination.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 16 Apr 2009 15:23:22 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/install.rdf Thu Apr 16 15:23:22 2009 -0700 @@ -0,0 +1,29 @@ +<?xml version="1.0"?> + +<!-- This isn't the install.rdf for a 'real' extension; it's just + a placeholder so that the Mozilla build system will generate + an XPI that we can pull binary XPCOM components out of. --> + +<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:install-manifest"> + <em:id>JSWeakRef-components@labs.mozilla.com</em:id> + <em:version>0.1</em:version> + <em:type>2</em:type> + + <!-- Target Application this extension can install into, + with minimum and maximum supported versions. --> + <em:targetApplication> + <Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>3.0</em:minVersion> + <em:maxVersion>3.0.9</em:maxVersion> + </Description> + </em:targetApplication> + + <!-- Front End MetaData --> + <em:name>JSWeakRef Components</em:name> + <em:description>Binary XPCOM components for JSWeakRef</em:description> + <em:creator>Mozilla Corporation</em:creator> + </Description> +</RDF>