source: npl/mailserver/dspam/dspam-3.10.2/contrib/plugins/thunderbird/chrome/content/contents.rdf

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?xml version="1.0"?>
2<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
3
4  <!-- list all the packages being supplied by this jar -->
5  <RDF:Seq about="urn:mozilla:package:root">
6    <RDF:li resource="urn:mozilla:package:dspam"/>
7  </RDF:Seq>
8
9  <!-- package information -->
10  <RDF:Description about="urn:mozilla:package:dspam"
11        chrome:displayName="DSPAM Extension"
12        chrome:author="The DSPAM Comunnity Project"
13        chrome:name="dspam"
14        chrome:description="Reports spam/ham to DSPAM"
15        chrome:settingsURL="chrome://dspam/content/options.xul"
16        chrome:extension="true">
17  </RDF:Description>
18
19  <!-- overlay information -->
20  <RDF:Seq about="urn:mozilla:overlays">
21    <RDF:li resource="chrome://global/content/customizeToolbar.xul"/>
22    <RDF:li resource="chrome://messenger/content/messenger.xul"/>
23  </RDF:Seq>
24
25  <RDF:Seq about="chrome://global/content/customizeToolbar.xul">
26    <RDF:li>chrome://dspam/content/toolbar.xul</RDF:li>
27  </RDF:Seq>
28
29  <RDF:Seq about="chrome://messenger/content/messenger.xul">
30    <RDF:li>chrome://dspam/content/messenger.xul</RDF:li>
31  </RDF:Seq>
32</RDF:RDF>
Note: See TracBrowser for help on using the repository browser.