~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/toolkit/themes/qute/help/contents.rdf

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
2
         xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
 
3
 
 
4
# List all the skins being supplied by this theme
 
5
  <RDF:Seq about="urn:mozilla:skin:root">
 
6
    <RDF:li resource="urn:mozilla:skin:classic/1.0" />
 
7
  </RDF:Seq>
 
8
 
 
9
# classic Information
 
10
  <RDF:Description about="urn:mozilla:skin:classic/1.0">
 
11
    <chrome:packages>
 
12
      <RDF:Seq about="urn:mozilla:skin:classic/1.0:packages">
 
13
        <RDF:li resource="urn:mozilla:skin:classic/1.0:help"/>
 
14
      </RDF:Seq>
 
15
    </chrome:packages>
 
16
  </RDF:Description>
 
17
 
 
18
# Version Information.  State that we work only with major version 1 of this
 
19
# package.
 
20
  <RDF:Description about="urn:mozilla:skin:classic/1.0:help"
 
21
    chrome:skinVersion="1.5"/>
 
22
 </RDF:RDF>