home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / software / ghostzilla_hit / files / ghostzilla-1.0-plus-install.exe / chrome / chatzilla.jar / content / chatzilla / scripts.xul < prev    next >
Encoding:
Extensible Markup Language  |  2002-04-09  |  3.0 KB  |  71 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!--
  4.    -
  5.    - The contents of this file are subject to the Mozilla Public License
  6.    - Version 1.1 (the "License"); you may not use this file except in
  7.    - compliance with the License. You may obtain a copy of the License at
  8.    - http://www.mozilla.org/MPL/ 
  9.    - 
  10.    - Software distributed under the License is distributed on an "AS IS" basis,
  11.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.    - for the specific language governing rights and limitations under the
  13.    - License. 
  14.    -
  15.    - The Original Code is The JavaScript Debugger
  16.    - 
  17.    - The Initial Developer of the Original Code is
  18.    - Netscape Communications Corporation
  19.    - Portions created by Netscape are
  20.    - Copyright (C) 1998 Netscape Communications Corporation.
  21.    - All Rights Reserved.
  22.    -
  23.    - Alternatively, the contents of this file may be used under the
  24.    - terms of the GNU Public License (the "GPL"), in which case the
  25.    - provisions of the GPL are applicable instead of those above.
  26.    - If you wish to allow use of your version of this file only
  27.    - under the terms of the GPL and not to allow others to use your
  28.    - version of this file under the MPL, indicate your decision by
  29.    - deleting the provisions above and replace them with the notice
  30.    - and other provisions required by the GPL.  If you do not delete
  31.    - the provisions above, a recipient may use your version of this
  32.    - file under either the MPL or the GPL.
  33.    -
  34.    - Contributor(s):
  35.    -  Robert Ginda, <rginda@netscape.com>, original author
  36.    -
  37.    -->
  38.  
  39. <overlay id="chatzilla-scripts-overlay"
  40.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  41.  
  42.   <overlaytarget id="scripts-overlay-target">
  43.  
  44.     <script src="chrome://global/content/strres.js"/>
  45.     <script src="chrome://global/content/nsJSSupportsUtils.js"/>
  46.     <script src="chrome://global/content/nsJSComponentManager.js"/>
  47.     <script src="chrome://global/content/nsUserSettings.js"/>
  48.     <script src="chrome://global/content/nsTransferable.js"/>
  49.     <script src="chrome://global/content/nsClipboard.js"/>
  50.     <script src="chrome://global/content/nsDragAndDrop.js"/>
  51.     <script src="chrome://communicator/content/contentAreaUtils.js"/>
  52.     <script src="chrome://communicator/content/contentAreaDD.js"/>
  53.  
  54.     <script src="chrome://chatzilla/content/lib/js/utils.js"/>
  55.     <script src="chrome://chatzilla/content/lib/js/connection-xpcom.js"/>
  56.     <script src="chrome://chatzilla/content/lib/js/events.js"/>
  57.     <script src="chrome://chatzilla/content/lib/js/command-manager.js"/>
  58.     <script src="chrome://chatzilla/content/lib/js/irc.js"/>
  59.     <script src="chrome://chatzilla/content/lib/js/irc-debug.js"/>
  60.     <script src="chrome://chatzilla/content/lib/xul/munger.js"/>
  61.  
  62.     <script src="chrome://chatzilla/content/commands.js"/>
  63.     <script src="chrome://chatzilla/content/readprefs.js"/>
  64.     <script src="chrome://chatzilla/content/static.js"/>
  65.     <script src="chrome://chatzilla/content/handlers.js"/>
  66.     <script src="chrome://chatzilla/content/rdf.js"/>
  67.  
  68.   </overlaytarget>
  69.  
  70. </overlay>
  71.