blob: 5254688d42932810b6dd7e22ce594900e9fc753e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:NC="http://home.netscape.com/NC-rdf#">
<RDF:Description about="urn:sidebar:current-panel-list">
<NC:panel-list>
<RDF:Seq>
#include panels-urn.inc
</RDF:Seq>
</NC:panel-list>
<NC:version>0.1</NC:version>
</RDF:Description>
#include panels.extra
</RDF:RDF>
|