Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 <?xml version="1.0"?>
3 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
6 <Description about="urn:mozilla:install-manifest">
7 <em:id>test-experiment1@experiments.mozilla.org</em:id>
8 <em:version>1.0</em:version>
9 <em:type>128</em:type>
11 <!-- Front End MetaData -->
12 <em:name>Test Experiment 1</em:name>
13 <em:description>Test Description</em:description>
15 </Description>
16 </RDF>