/[metastatus]/trunk/jar/skin/classic/contents.rdf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/jar/skin/classic/contents.rdf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations)
Fri Jul 16 11:25:24 2004 UTC (19 years, 9 months ago) by dpavlin
File MIME type: application/xml
File size: 648 byte(s)
added skin

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 packages being supplied by this jar -->
7 <RDF:Seq about="urn:mozilla:skin:root">
8 <RDF:li resource="urn:mozilla:skin:classic/1.0"/>
9 </RDF:Seq>
10
11 <!-- skin information -->
12 <RDF:Description about="urn:mozilla:skin:classic/1.0">
13 <chrome:packages>
14 <RDF:Seq about="urn:mozilla:skin:classic/1.0:packages">
15 <RDF:li resource="urn:mozilla:skin:classic/1.0:metastatus"/>
16 </RDF:Seq>
17 </chrome:packages>
18 </RDF:Description>
19 </RDF:RDF>

  ViewVC Help
Powered by ViewVC 1.1.26