This is just some static backup of the original site, don't expect every link to work!

source: skin/contents.rdf

ng_0.9 0.10.3
Last change on this file was 184c6c, checked in by rene <rene@…>, 11 years ago

rearranged tree structure / added build-script

  • Property mode set to 100644
File size: 946 bytes
Line 
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:skin:root">
7    <RDF:li resource="urn:mozilla:skin:classic/1.0" />
8  </RDF:Seq>
9 
10  <RDF:Description about="urn:mozilla:skin:classic/1.0">
11    <chrome:packages>
12      <RDF:Seq about="urn:mozilla:skin:classic/1.0:packages">
13        <RDF:li resource="urn:mozilla:skin:classic/1.0:v_identity"/>
14      </RDF:Seq>
15    </chrome:packages>
16  </RDF:Description>
17
18<!--  <RDF:Seq about="urn:mozilla:stylesheets">
19      <RDF:li resource="chrome://messenger/content/messengercompose/messengercompose.xul"/>
20  </RDF:Seq>
21
22  <RDF:Seq about="chrome://messenger/content/messengercompose/messengercompose.xul">
23    <RDF:li>chrome://v_identity/skin/v_identity.css</RDF:li>
24    <RDF:li>chrome://messenger/skin/messageHeader.css</RDF:li>
25  </RDF:Seq>
26-->
27</RDF:RDF>
Note: See TracBrowser for help on using the repository browser.