forked from mirrors/gecko-dev
16 lines
543 B
XML
16 lines
543 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-racybranch@tests.mozilla.org</em:id>
|
|
<em:version>1</em:version>
|
|
<em:type>128</em:type>
|
|
|
|
<!-- Front End MetaData -->
|
|
<em:name>Test experiment racybranch</em:name>
|
|
<em:description>An experiment that sets the experiment branch in a potentially racy way.</em:description>
|
|
|
|
</Description>
|
|
</RDF>
|