services/sync/tps/extensions/mozmill/install.rdf

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rwxr-xr-x

Correct small whitespace inconsistency, lost while renaming variables.

     1 <?xml version="1.0"?>
     2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
     3    - License, v. 2.0. If a copy of the MPL was not distributed with this
     4    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     6 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     7      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     9    <Description about="urn:mozilla:install-manifest">
    10      <em:id>mozmill@mozilla.com</em:id>
    11      <em:name>Mozmill</em:name>
    12      <em:version>2.0.6</em:version>
    13      <em:description>UI Automation tool for Mozilla applications</em:description>
    14      <em:unpack>true</em:unpack>
    16      <em:creator>Mozilla Automation and Testing Team</em:creator>
    17      <em:contributor>Adam Christian</em:contributor>
    18      <em:contributor>Mikeal Rogers</em:contributor>
    20      <em:targetApplication>
    21        <Description>
    22          <em:id>toolkit@mozilla.org</em:id>
    23          <em:minVersion>10.0</em:minVersion>
    24          <em:maxVersion>31.*</em:maxVersion>
    25        </Description>
    26      </em:targetApplication>
    27    </Description>
    28 </RDF>

mercurial