forked from mirrors/gecko-dev
The test experiments had unnecessary content in their install.rdf files. <targetApplication> does not apply to experiment types and has been removed. The bootstrap setting is also implied and has been removed. --HG-- extra : rebase_source : 52c297b17244b2cf160bc41018897ecc3fb0eabd
16 lines
496 B
XML
16 lines
496 B
XML
<?xml version="1.0"?>
|
|
|
|
<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>test-experiment-2@tests.mozilla.org</em:id>
|
|
<em:version>1</em:version>
|
|
<em:type>128</em:type>
|
|
|
|
<!-- Front End MetaData -->
|
|
<em:name>Test experiment 2</em:name>
|
|
<em:description>And yet another experiment that experiments experimentally.</em:description>
|
|
|
|
</Description>
|
|
</RDF>
|