toolkit/mozapps/extensions/test/xpcshell/data/test_install.rdf

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/mozapps/extensions/test/xpcshell/data/test_install.rdf	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,63 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +
     1.6 +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     1.7 +     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     1.8 +
     1.9 +  <Description about="urn:mozilla:extension:addon3@tests.mozilla.org">
    1.10 +    <em:updates>
    1.11 +      <Seq>
    1.12 +        <li>
    1.13 +          <Description>
    1.14 +            <em:version>1.0</em:version>
    1.15 +            <em:targetApplication>
    1.16 +              <Description>
    1.17 +                <em:id>xpcshell@tests.mozilla.org</em:id>
    1.18 +                <em:minVersion>0</em:minVersion>
    1.19 +                <em:maxVersion>1</em:maxVersion>
    1.20 +              </Description>
    1.21 +            </em:targetApplication>
    1.22 +          </Description>
    1.23 +        </li>
    1.24 +      </Seq>
    1.25 +    </em:updates>
    1.26 +  </Description>
    1.27 +
    1.28 +  <Description about="urn:mozilla:extension:addon4@tests.mozilla.org">
    1.29 +    <em:updates>
    1.30 +      <Seq>
    1.31 +        <li>
    1.32 +          <Description>
    1.33 +            <em:version>1.0</em:version>
    1.34 +            <em:targetApplication>
    1.35 +              <Description>
    1.36 +                <em:id>xpcshell@tests.mozilla.org</em:id>
    1.37 +                <em:minVersion>0</em:minVersion>
    1.38 +                <em:maxVersion>1</em:maxVersion>
    1.39 +              </Description>
    1.40 +            </em:targetApplication>
    1.41 +          </Description>
    1.42 +        </li>
    1.43 +      </Seq>
    1.44 +    </em:updates>
    1.45 +  </Description>
    1.46 +
    1.47 +  <Description about="urn:mozilla:extension:addon7@tests.mozilla.org">
    1.48 +    <em:updates>
    1.49 +      <Seq>
    1.50 +        <li>
    1.51 +          <Description>
    1.52 +            <em:version>5.0</em:version>
    1.53 +            <em:targetApplication>
    1.54 +              <Description>
    1.55 +                <em:id>xpcshell@tests.mozilla.org</em:id>
    1.56 +                <em:minVersion>0</em:minVersion>
    1.57 +                <em:maxVersion>1</em:maxVersion>
    1.58 +              </Description>
    1.59 +            </em:targetApplication>
    1.60 +          </Description>
    1.61 +        </li>
    1.62 +      </Seq>
    1.63 +    </em:updates>
    1.64 +  </Description>
    1.65 +
    1.66 +</RDF>

mercurial