~ubuntu-branches/ubuntu/karmic/all-in-one-sidebar/karmic

« back to all changes in this revision

Viewing changes to install.rdf

  • Committer: Bazaar Package Importer
  • Author(s): Sveinung Kvilhaugsvik
  • Date: 2009-08-04 19:25:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090804192510-u4bm1ehm9ve4zdne
Tags: 0.7.10-0ubuntu1
* new upstream release (LP: #398535)
* list firefox-3.5 as alternate dependency
* depend on ${misc:Depends} to fix lintian warning
* changed maintainer field do to change in rules
* merged all-in-one-sidebar 0.7.4-0ubuntu2
   + replace current watchfile with the one from it
   + add the change log entry from it
   + discard it's other changes
* bump standards-version to 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
3
 
         xmlns:NC="http://home.netscape.com/NC-rdf#"
4
 
         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
 
  <RDF:Description RDF:about="rdf:#$7K.mz1"
6
 
                   em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
7
 
                   em:minVersion="2.0"
8
 
                   em:maxVersion="3.0.*" />
9
 
  <RDF:Description RDF:about="rdf:#$cK.mz1"
10
 
                   em:id="{a463f10c-3994-11da-9945-000d60ca027b}"
11
 
                   em:minVersion="0.9"
12
 
                   em:maxVersion="1.2.*" />
13
 
  <RDF:Description RDF:about="urn:mozilla:install-manifest"
14
 
                   em:name="All-in-One Sidebar"
15
 
                   em:version="0.7.6"
16
 
                   em:id="{097d3191-e6fa-4728-9826-b533d755359d}"
17
 
                   em:type="2"
18
 
                   em:creator="Ingo Wennemaring"
19
 
                   em:homepageURL="http://firefox.exxile.net/aios/"
20
 
                   em:iconURL="chrome://aios/skin/images/icon.png"
21
 
                   em:optionsURL="chrome://aios/content/prefs/prefs.xul"
22
 
                   em:aboutURL="chrome://aios/content/about.xul"
23
 
                   em:description="Sidebar control with award-winning user experience!">
24
 
    <em:targetApplication RDF:resource="rdf:#$7K.mz1"/>
25
 
    <em:targetApplication RDF:resource="rdf:#$cK.mz1"/>
26
 
  </RDF:Description>
27
 
</RDF:RDF>
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?><RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
 
2
 
 
3
        <Description about="urn:mozilla:install-manifest">
 
4
                <em:name>All-in-One Sidebar</em:name>
 
5
                <em:version>0.7.10</em:version>
 
6
                <em:description>Sidebar control with award-winning user experience!</em:description>
 
7
                <em:creator>Ingo Wennemaring</em:creator>
 
8
                
 
9
                <em:id>{097d3191-e6fa-4728-9826-b533d755359d}</em:id>
 
10
                <em:type>2</em:type>
 
11
                
 
12
                <em:iconURL>chrome://aios/skin/images/icon.png</em:iconURL>
 
13
                <em:aboutURL>chrome://aios/content/about.xul</em:aboutURL>
 
14
                <em:homepageURL>http://firefox.exxile.net/aios</em:homepageURL>
 
15
                <em:optionsURL>chrome://aios/content/prefs/prefs.xul</em:optionsURL>
 
16
                        
 
17
                <em:targetApplication>
 
18
                        <!-- Firefox -->
 
19
                        <Description>
 
20
                                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
 
21
                                <em:minVersion>3.0</em:minVersion>
 
22
                                <em:maxVersion>3.5.*</em:maxVersion>
 
23
                        </Description>
 
24
                </em:targetApplication>
 
25
                
 
26
                <em:targetApplication>
 
27
                        <!-- Flock -->
 
28
                        <Description>
 
29
                                <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
 
30
                                <em:minVersion>2.0.*</em:minVersion>
 
31
                                <em:maxVersion>2.0.*</em:maxVersion>
 
32
                        </Description>
 
33
                </em:targetApplication>
 
34
        <em:hidden/></Description>
 
35
</RDF>
 
 
b'\\ No newline at end of file'