~ubuntu-branches/ubuntu/trusty/fennec/trusty

« back to all changes in this revision

Viewing changes to mobile/app/profile/extensions/feedback@mobile.mozilla.org/install.rdf

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2011-01-26 20:31:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110126203140-zcg54f8ost2vmrxr
Tags: 4.0~b3-0ubuntu1
* New upstream release v4.0 B3 (FENNEC_4_0b3_RELEASE)

* Update build-depends for xulrunner-2.0
  - update debian/control
* Update mozclient to point to the mobile-browser repo
  - update debian/mozclient/fennec.conf
* Build with "--with-system-libxul"
  - update debian/rules
* Add launcher script, based on the one used in Firefox but with the
  unnecessary bits stripped out
  - add debian/fennec.sh
  - update debian/rules
* Refresh patches for new version
  - update debian/patches/bump_gecko_versions_in_application.ini.patch
  - update debian/patches/ubuntu_codes_google.patch
  - update debian/patches/installer.patch
* Drop unneeded patches
  - remove debian/patches/nspr_flags_by_pkg_config_hack.patch
  - remove debian/patches/xul191_l10n.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
4
     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
 
5
  <Description about="urn:mozilla:install-manifest">
 
6
    <em:id>feedback@mobile.mozilla.org</em:id>
 
7
    <em:version>1.0.0</em:version>
 
8
    <em:type>2</em:type>
 
9
 
 
10
    <!-- Target Application this extension can install into, 
 
11
         with minimum and maximum supported versions. --> 
 
12
    <em:targetApplication>
 
13
      <Description>
 
14
        <em:id>{a23983c0-fd0e-11dc-95ff-0800200c9a66}</em:id>
 
15
        <em:minVersion>2.0b1pre</em:minVersion>
 
16
        <em:maxVersion>4.*</em:maxVersion>
 
17
      </Description>
 
18
    </em:targetApplication>
 
19
   
 
20
    <!-- Front End MetaData -->
 
21
    <em:name>Beta Tester Tools</em:name>
 
22
    <em:description>Help make Firefox better by giving feedback.</em:description>
 
23
    <em:creator>Mozilla Corporation</em:creator>
 
24
    <em:iconURL>chrome://feedback/skin/dino-32.png</em:iconURL>
 
25
  </Description>
 
26
</RDF>