~ubuntu-branches/ubuntu/hardy/foxyproxy/hardy-updates

« back to all changes in this revision

Viewing changes to install.rdf

  • Committer: Bazaar Package Importer
  • Author(s): Sasa Bodiroza
  • Date: 2008-04-09 13:55:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080409135500-x7u28czocbidxpmg
Tags: 2.7.2-0ubuntu1
* New upstream release. (LP: #212875)
* Improved packaging to make use of xpi.mk
* debian/control: 
  - Updated Maintainer field according to DebianMaintainerField spec
  - s/IceWeasel/Firefox/ in description
* debian/copyright: 
  - Updated copyright years
  - Updated packaging copyright
  - Added notice about xpi.mk packaging
  - Getting the source differs for this upload, added notice
* install.rdf: Bumped maxVersion to 3.0.*

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
 
<!--
3
 
  FoxyProxy
4
 
  Copyright (C) 2006, 2007 Eric H. Jung and LeahScape, Inc.
5
 
  http://foxyproxy.mozdev.org/
6
 
  eric.jung@yahoo.com
7
 
 
8
 
  This source code is released under the GPL license,
9
 
  available in the LICENSE file at the root of this installation
10
 
  and also online at http://www.gnu.org/licenses/gpl.txt
11
 
All Rights Reserved. U.S. PATENT PENDING.
12
 
-->
13
 
 
14
 
<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
15
 
         xmlns:NC="http://home.netscape.com/NC-rdf#"
16
 
         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
17
 
  <RDF:Description RDF:about="rdf:#$.Np5B"
18
 
                   em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
19
 
                   em:minVersion="1.5"
20
 
                   em:maxVersion="2.0.0.*" />
21
 
  <RDF:Description RDF:about="rdf:#$3Op5B"
22
 
                   em:id="{a463f10c-3994-11da-9945-000d60ca027b}"
23
 
                   em:maxVersion="1.0+"
24
 
                   em:minVersion="1.0+" />
25
 
  <RDF:Description RDF:about="urn:mozilla:install-manifest"
26
 
                   em:id="foxyproxy@eric.h.jung"
27
 
                   em:name="FoxyProxy"
28
 
                   em:version="2.5.3"
29
 
                   em:creator="LeahScape, Inc."
30
 
                   em:description=""
31
 
                   em:homepageURL="http://foxyproxy.mozdev.org"
32
 
                   em:aboutURL="chrome://foxyproxy/content/about.xul"
33
 
                   em:optionsURL="chrome://foxyproxy/content/options.xul"
34
 
                   em:iconURL="chrome://foxyproxy/content/images/foxyproxy-nocopy.gif">
35
 
    <em:targetApplication RDF:resource="rdf:#$.Np5B"/>
36
 
    <em:targetApplication RDF:resource="rdf:#$3Op5B"/>
37
 
  </RDF:Description>
38
 
</RDF:RDF>
 
2
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
3
    xmlns:em="http://www.mozilla.org/2004/em-rdf#"
 
4
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 
5
 
 
6
    <Description rdf:about="urn:mozilla:install-manifest">
 
7
        <em:id>foxyproxy@eric.h.jung</em:id>
 
8
        <em:name>FoxyProxy</em:name>
 
9
        <em:version>2.7.2</em:version>
 
10
        <em:creator>LeahScape, Inc.</em:creator>
 
11
        <em:description>Premier proxy management for Firefox</em:description>
 
12
        <em:homepageURL>http://foxyproxy.mozdev.org</em:homepageURL>
 
13
        <em:aboutURL>chrome://foxyproxy/content/about.xul</em:aboutURL>
 
14
        <em:optionsURL>chrome://foxyproxy/content/options.xul</em:optionsURL>
 
15
        <em:iconURL>chrome://foxyproxy/content/images/foxyproxy-nocopy.gif</em:iconURL>
 
16
        <em:targetApplication>
 
17
            <Description>
 
18
                <em:id>songbird@songbirdnest.com</em:id>
 
19
                <em:minVersion>0.4</em:minVersion>
 
20
                <em:maxVersion>0.5</em:maxVersion>
 
21
            </Description>
 
22
        </em:targetApplication>
 
23
        <em:targetApplication>
 
24
            <Description>
 
25
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
 
26
                <em:minVersion>1.5</em:minVersion>
 
27
                <em:maxVersion>3.0.*</em:maxVersion>
 
28
            </Description>
 
29
        </em:targetApplication>
 
30
        <em:targetApplication>
 
31
            <Description>
 
32
                <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
 
33
                <em:minVersion>1.0+</em:minVersion>
 
34
                <em:maxVersion>1.0+</em:maxVersion>
 
35
            </Description>
 
36
        </em:targetApplication>
 
37
    </Description>
 
38
</RDF>