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

« back to all changes in this revision

Viewing changes to mozilla/themes/modern/messenger/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
<?xml version="1.0"?>
 
2
 
 
3
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
4
         xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
 
5
 
 
6
  <!-- List all the skins being supplied by this theme -->
 
7
  <RDF:Seq about="urn:mozilla:skin:root">
 
8
    <RDF:li resource="urn:mozilla:skin:modern/1.0" />
 
9
  </RDF:Seq>
 
10
 
 
11
  <!-- Modern Information -->
 
12
  <RDF:Description about="urn:mozilla:skin:modern/1.0">
 
13
    <chrome:packages>
 
14
      <RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
 
15
        <RDF:li resource="urn:mozilla:skin:modern/1.0:messenger"/>
 
16
      </RDF:Seq>
 
17
    </chrome:packages>
 
18
  </RDF:Description>
 
19
 
 
20
  <!-- Version Information.  State that we work only with major version 1 of this
 
21
       package. -->
 
22
  <RDF:Description about="urn:mozilla:skin:modern/1.0:messenger"
 
23
#expand     chrome:skinVersion="__MOZILLA_SKIN_VERSION__"/>
 
24
</RDF:RDF>