Mercurial > hg > config
comparison install.rdf @ 198:59d4f04497dd
package into extension for profile, add direct file logging instead of stdout r=vlad
| author | Joel Maher <jmaher@mozilla.com> |
|---|---|
| date | Tue, 05 Oct 2010 17:01:29 -0400 |
| parents | |
| children | 24604ae471f8 |
comparison
equal
deleted
inserted
replaced
| 197:b4da709724e1 | 198:59d4f04497dd |
|---|---|
| 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:install-manifest"> | |
| 6 <em:id>pageloader@mozilla.org</em:id> | |
| 7 <em:version>1.0</em:version> | |
| 8 <em:targetApplication> | |
| 9 <Description> | |
| 10 <em:id>toolkit@mozilla.org</em:id> | |
| 11 <em:minVersion>2.0b3pre</em:minVersion> | |
| 12 <em:maxVersion>9.0</em:maxVersion> | |
| 13 </Description> | |
| 14 </em:targetApplication> | |
| 15 <!-- Front End MetaData --> | |
| 16 <em:name>PageLoader extension</em:name> | |
| 17 <em:description>Cycles through pages and measures load times</em:description> | |
| 18 <em:creator>Vladimir Vukicevic</em:creator> | |
| 19 </Description> | |
| 20 </RDF> |
