File: install.rdf

package info (click to toggle)
mozilla-devscripts 0.39%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 364 kB
  • ctags: 114
  • sloc: python: 1,054; sh: 106; perl: 35; makefile: 31
file content (24 lines) | stat: -rw-r--r-- 910 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>{deadda7a-fee1-dead-coo1-d00ddeadc0de}</em:id>
    <em:version>1.0</em:version>
    <em:name>mozilla-devscripts test package</em:name>
    <em:targetApplication>
      <Description>
        <!-- Iceweasel/Firefox -->
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>4.0</em:minVersion>
        <em:maxVersion>11</em:maxVersion>
      </Description>
    </em:targetApplication>
    <em:targetApplication>
      <Description>
        <!-- Icedove/Thunderbird -->
        <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
        <em:minVersion>5.0</em:minVersion>
        <em:maxVersion>12.0</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>