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

« back to all changes in this revision

Viewing changes to mobile/chrome/tests/browser_upgrade.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" encoding="UTF-8"?>
 
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
 
 
6
  <Description about="urn:mozilla:extension:addon1@tests.mozilla.org">
 
7
    <em:updates>
 
8
      <Seq>
 
9
        <li>
 
10
          <Description>
 
11
            <em:version>2.0</em:version>
 
12
            <em:targetApplication>
 
13
              <Description>
 
14
                <em:id>toolkit@mozilla.org</em:id>
 
15
                <em:minVersion>0</em:minVersion>
 
16
                <em:maxVersion>*</em:maxVersion>
 
17
                <em:updateLink>http://example.com/browser/mobile/chrome/addons/browser_install1_3.xpi</em:updateLink>
 
18
              </Description>
 
19
            </em:targetApplication>
 
20
          </Description>
 
21
        </li>
 
22
      </Seq>
 
23
    </em:updates>
 
24
  </Description>
 
25
 
 
26
  <Description about="urn:mozilla:extension:mochikit@mozilla.org">
 
27
    <em:updates>
 
28
      <Seq>
 
29
        <li>
 
30
          <Description>
 
31
            <em:version>1.0</em:version>
 
32
            <em:targetApplication>
 
33
              <Description>
 
34
                <em:id>mochikit@mozilla.org</em:id>
 
35
                <em:minVersion>0</em:minVersion>
 
36
                <em:maxVersion>*</em:maxVersion>
 
37
              </Description>
 
38
            </em:targetApplication>
 
39
          </Description>
 
40
        </li>
 
41
      </Seq>
 
42
    </em:updates>
 
43
  </Description>
 
44
 
 
45
</RDF>