[extra] Import Firefox 3.0 beta 5 tarball
[mozilla-extra.git] / extensions / venkman / resources / content / contents.rdf
blob7ee42d4771935a061a6c3a46d9c9db24419b3214
1 <?xml version="1.0"?>
3 <!--
5 - ***** BEGIN LICENSE BLOCK *****
6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
8 - The contents of this file are subject to the Mozilla Public License Version
9 - 1.1 (the "License"); you may not use this file except in compliance with
10 - the License. You may obtain a copy of the License at
11 - http://www.mozilla.org/MPL/
13 - Software distributed under the License is distributed on an "AS IS" basis,
14 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
15 - for the specific language governing rights and limitations under the
16 - License.
18 - The Original Code is The JavaScript Debugger.
20 - The Initial Developer of the Original Code is
21 - Netscape Communications Corporation.
22 - Portions created by the Initial Developer are Copyright (C) 1998
23 - the Initial Developer. All Rights Reserved.
25 - Contributor(s):
26 - Robert Ginda, <rginda@netscape.com>, original author
27 - Gary van der Merwe, <garyvdm@gmail.com>
29 - Alternatively, the contents of this file may be used under the terms of
30 - either the GNU General Public License Version 2 or later (the "GPL"), or
31 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
32 - in which case the provisions of the GPL or the LGPL are applicable instead
33 - of those above. If you wish to allow use of your version of this file only
34 - under the terms of either the GPL or the LGPL, and not to allow others to
35 - use your version of this file under the terms of the MPL, indicate your
36 - decision by deleting the provisions above and replace them with the notice
37 - and other provisions required by the GPL or the LGPL. If you do not delete
38 - the provisions above, a recipient may use your version of this file under
39 - the terms of any one of the MPL, the GPL or the LGPL.
41 - ***** END LICENSE BLOCK ***** -->
43 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
44 xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
46 <!-- list all the packages being supplied by this jar -->
47 <RDF:Seq about="urn:mozilla:package:root">
48 <RDF:li resource="urn:mozilla:package:venkman"/>
49 </RDF:Seq>
51 <!-- package information -->
52 <RDF:Description about="urn:mozilla:package:venkman"
53 chrome:displayName="JavaScript Debugger 0.9.87.3"
54 chrome:author="mozilla.org"
55 #expand chrome:localeVersion="__MOZILLA_LOCALE_VERSION__"
56 chrome:name="venkman">
57 </RDF:Description>
59 <!-- overlay information -->
60 <RDF:Seq about="urn:mozilla:overlays">
61 <RDF:li resource="chrome://communicator/content/tasksOverlay.xul"/>
62 <RDF:li resource="chrome://browser/content/browser.xul"/>
63 <RDF:li resource="chrome://messenger/content/messenger.xul"/>
64 <RDF:li resource="chrome://calendar/content/calendar.xul"/>
65 </RDF:Seq>
67 <RDF:Seq about="chrome://communicator/content/tasksOverlay.xul">
68 <RDF:li>chrome://venkman/content/venkman-overlay.xul</RDF:li>
69 </RDF:Seq>
71 <RDF:Seq about="chrome://browser/content/browser.xul">
72 <RDF:li>chrome://venkman/content/venkman-overlay.xul</RDF:li>
73 </RDF:Seq>
75 <RDF:Seq about="chrome://messenger/content/messenger.xul">
76 <RDF:li>chrome://venkman/content/venkman-overlay.xul</RDF:li>
77 </RDF:Seq>
79 <RDF:Seq about="chrome://calendar/content/calendar.xul">
80 <RDF:li>chrome://venkman/content/venkman-overlay.xul</RDF:li>
81 </RDF:Seq>
82 </RDF:RDF>