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

« back to all changes in this revision

Viewing changes to mozilla/toolkit/mozapps/contents-content.rdf.in

  • 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:package:root">
 
7
    <RDF:li resource="urn:mozilla:package:mozapps"/>
 
8
  </RDF:Seq>
 
9
 
 
10
  <!-- package information -->
 
11
  <RDF:Description about="urn:mozilla:package:mozapps"
 
12
        chrome:displayName="Mozilla Application Support"
 
13
        chrome:author="mozilla.org"
 
14
        chrome:name="mozapps"
 
15
        chrome:skinVersion="1.5"
 
16
        chrome:localeVersion="@MOZILLA_LOCALE_VERSION@">
 
17
  </RDF:Description>
 
18
 
 
19
</RDF:RDF>