1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/content/tests/fennec-tile-testapp/install.rdf Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.6 + xmlns:em="http://www.mozilla.org/2004/em-rdf#"> 1.7 + <Description about="urn:mozilla:install-manifest"> 1.8 + <em:id>tile@roy</em:id> 1.9 + <em:name>tile</em:name> 1.10 + <em:version>1.0</em:version> 1.11 + <em:creator>Roy</em:creator> 1.12 + <em:targetApplication> 1.13 + <Description> 1.14 + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox --> 1.15 + <em:minVersion>1.5</em:minVersion> 1.16 + <em:maxVersion>3.5.*</em:maxVersion> 1.17 + </Description> 1.18 + </em:targetApplication> 1.19 + </Description> 1.20 +</RDF>