]> git.evergreen-ils.org Git - OpenSRF.git/blob - examples/math_xul_client/math/content/contents.rdf
LP1940146: Update documentation
[OpenSRF.git] / examples / math_xul_client / math / content / contents.rdf
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         <RDF:Seq about="urn:mozilla:package:root">
7                 <RDF:li resource="urn:mozilla:package:math"/>
8         </RDF:Seq>
9
10         <RDF:Description about="urn:mozilla:package:math"
11                 chrome:displayName="Math"
12                 chrome:author="PINES"
13                 chrome:name="math"
14                 chrome:extension="true"/>
15
16 </RDF:RDF>
17