mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
2018f6f0f5
--HG-- extra : rebase_source : 6e967421250dd6093c0fcc89dcbd078c0812fcb6
29 lines
1.0 KiB
XML
Executable File
29 lines
1.0 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.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>mozmill@mozilla.com</em:id>
|
|
<em:name>Mozmill</em:name>
|
|
<em:version>2.0.6</em:version>
|
|
<em:description>UI Automation tool for Mozilla applications</em:description>
|
|
<em:unpack>true</em:unpack>
|
|
|
|
<em:creator>Mozilla Automation and Testing Team</em:creator>
|
|
<em:contributor>Adam Christian</em:contributor>
|
|
<em:contributor>Mikeal Rogers</em:contributor>
|
|
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>toolkit@mozilla.org</em:id>
|
|
<em:minVersion>10.0</em:minVersion>
|
|
<em:maxVersion>31.*</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
</Description>
|
|
</RDF>
|