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

« back to all changes in this revision

Viewing changes to mozilla/embedding/browser/chrome/skin/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
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
3
         xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
 
4
 
 
5
  <!-- list all the packages being supplied by this jar -->
 
6
  <RDF:Seq about="urn:mozilla:skin:root">
 
7
    <RDF:li resource="urn:mozilla:skin:modern/1.0" />
 
8
  </RDF:Seq>
 
9
 
 
10
  <!-- embed skin information: modern/1.0 -->
 
11
  <RDF:Description about="urn:mozilla:skin:modern/1.0"
 
12
        chrome:displayName="Modern"
 
13
        chrome:author="mozilla.org"
 
14
        chrome:name="modern/1.0">
 
15
    <chrome:packages>
 
16
      <RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
 
17
        <RDF:li resource="urn:mozilla:skin:modern/1.0:embed"/>
 
18
      </RDF:Seq>
 
19
    </chrome:packages>
 
20
  </RDF:Description>
 
21
 
 
22
</RDF:RDF>