зеркало из https://github.com/mozilla/pjs.git
--NOT PART OF DEFAULT BUILD--
XMLterm changes only. Changes to get XMLterm working with the new jar packaging.
This commit is contained in:
Родитель
a1beef71ba
Коммит
fc9c9f6b67
|
@ -1,14 +1,16 @@
|
|||
xmlterm.jar:
|
||||
xmlterm/content/xmlterm.xul (ui/content/xmlterm.xul)
|
||||
xmlterm/content/xmltermOverlay.xul (ui/content/xmltermOverlay.xul)
|
||||
xmlterm/content/xmltermOverlay.js (ui/content/xmltermOverlay.js)
|
||||
xmlterm/content/xmlterm.html (ui/content/xmlterm.html)
|
||||
xmlterm/content/xmltermAbout.html (ui/content/xmltermAbout.html)
|
||||
xmlterm/content/xmltermTips.html (ui/content/xmltermTips.html)
|
||||
xmlterm/content/XMLTermChrome.js (ui/content/XMLTermChrome.js)
|
||||
xmlterm/content/XMLTermCommands.js (ui/content/XMLTermCommands.js)
|
||||
xmlterm/skin/xmlterm.css (ui/skin/xmlterm.css)
|
||||
xmlterm/skin/xmltpage.css (ui/skin/xmltpage.css)
|
||||
xmlterm/skin/wheel.gif (ui/skin/wheel.gif)
|
||||
xmlterm/locale/xmltermOverlay.dtd (ui/locale/en-US/xmltermOverlay.dtd)
|
||||
manifest.rdf (ui/manifest.rdf)
|
||||
content/xmlterm/contents.rdf (ui/content/contents.rdf)
|
||||
content/xmlterm/xmlterm.xul (ui/content/xmlterm.xul)
|
||||
content/xmlterm/xmlterm.html (ui/content/xmlterm.html)
|
||||
content/xmlterm/xmltermAbout.html (ui/content/xmltermAbout.html)
|
||||
content/xmlterm/xmltermTips.html (ui/content/xmltermTips.html)
|
||||
content/xmlterm/XMLTermChrome.js (ui/content/XMLTermChrome.js)
|
||||
content/xmlterm/XMLTermCommands.js (ui/content/XMLTermCommands.js)
|
||||
content/xmlterm/xmltermOverlay.xul (ui/content/xmltermOverlay.xul)
|
||||
content/xmlterm/xmltermOverlay.js (ui/content/xmltermOverlay.js)
|
||||
locale/en-US/xmlterm/contents.rdf (ui/locale/en-US/contents.rdf)
|
||||
locale/en-US/xmlterm/xmltermOverlay.dtd (ui/locale/en-US/xmltermOverlay.dtd)
|
||||
skin/modern/xmlterm/contents.rdf (ui/skin/contents.rdf)
|
||||
content/xmlterm/xmlterm.css (ui/skin/xmlterm.css)
|
||||
content/xmlterm/xmltpage.css (ui/skin/xmltpage.css)
|
||||
content/xmlterm/wheel.gif (ui/skin/wheel.gif)
|
||||
|
|
|
@ -55,6 +55,13 @@ include $(srcdir)/../config/xmlterm_config.mk
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
chrome::
|
||||
@$(REGCHROME) content xmlterm xmlterm.jar; \
|
||||
$(REGCHROME) locale en-US/xmlterm xmlterm.jar; \
|
||||
$(REGCHROME) skin modern/xmlterm xmlterm.jar;
|
||||
|
||||
## NOTE: Put all the skin stuff in the content directory for the moment
|
||||
## (Otherwise every Mozilla skin will need to provide an xmlterm skin!)
|
||||
|
||||
install::
|
||||
$(INSTALL) $(srcdir)/xmlterm-service.js $(DIST)/bin/components
|
||||
|
||||
|
|
|
@ -1,65 +0,0 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public
|
||||
# License Version 1.1 (the "MPL"); you may not use this file
|
||||
# except in compliance with the MPL. You may obtain a copy of
|
||||
# the MPL at http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the MPL is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the MPL for the specific language governing
|
||||
# rights and limitations under the MPL.
|
||||
#
|
||||
# The Original Code is lineterm.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Ramalingam Saravanan.
|
||||
# Portions created by Ramalingam Saravanan <svn@xmlterm.org> are
|
||||
# Copyright (C) 1999 Ramalingam Saravanan. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the
|
||||
# terms of the GNU General Public License (the "GPL"), in which case
|
||||
# the provisions of the GPL are applicable instead of
|
||||
# those above. If you wish to allow use of your version of this
|
||||
# file only under the terms of the GPL and not to allow
|
||||
# others to use your version of this file under the MPL, indicate
|
||||
# your decision by deleting the provisions above and replace them
|
||||
# with the notice and other provisions required by the GPL.
|
||||
# If you do not delete the provisions above, a recipient
|
||||
# may use your version of this file under either the MPL or the
|
||||
# GPL.
|
||||
#
|
||||
|
||||
# makefile for xmlterm/ui/content directory
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
CHROME_DIR = packages/xmlterm
|
||||
|
||||
CHROME_TYPE = content
|
||||
|
||||
CHROME_CONTENT_DIR = xmlterm/content
|
||||
CHROME_CONTENT = \
|
||||
xmlterm.html \
|
||||
xmlterm.xul \
|
||||
xmlterm2.xul \
|
||||
xmltermDummy.xul \
|
||||
xmltermOverlay.xul \
|
||||
xmltermOverlay.js \
|
||||
XMLTermChrome.js \
|
||||
XMLTermCommands.js \
|
||||
xmltermTips.html \
|
||||
xmltermAbout.html \
|
||||
xmltblank.html \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(srcdir)/../../config/xmlterm_config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
|
@ -3,8 +3,12 @@
|
|||
<head>
|
||||
<title>xmlterm page</title>
|
||||
|
||||
<!--
|
||||
NOTE: Put all the skin stuff in the content directory for the moment
|
||||
(Otherwise every Mozilla skin will need to provide an xmlterm skin!)
|
||||
-->
|
||||
<link title="defaultstyle" rel="stylesheet" type="text/css"
|
||||
href="chrome://xmlterm/skin/xmltpage.css">
|
||||
href="chrome://xmlterm/content/xmltpage.css">
|
||||
|
||||
<script language="JavaScript" src="XMLTermCommands.js">
|
||||
</script>
|
||||
|
|
|
@ -21,7 +21,11 @@
|
|||
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://xmlterm/skin/xmlterm.css" type="text/css"?>
|
||||
<!--
|
||||
NOTE: Put all the skin stuff in the content directory for the moment
|
||||
(Otherwise every Mozilla skin will need to provide an xmlterm skin!)
|
||||
-->
|
||||
<?xml-stylesheet href="chrome://xmlterm/content/xmlterm.css" type="text/css"?>
|
||||
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
|
||||
|
||||
|
|
|
@ -1,58 +0,0 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public
|
||||
# License Version 1.1 (the "MPL"); you may not use this file
|
||||
# except in compliance with the MPL. You may obtain a copy of
|
||||
# the MPL at http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the MPL is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the MPL for the specific language governing
|
||||
# rights and limitations under the MPL.
|
||||
#
|
||||
# The Original Code is lineterm.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Ramalingam Saravanan.
|
||||
# Portions created by Ramalingam Saravanan <svn@xmlterm.org> are
|
||||
# Copyright (C) 1999 Ramalingam Saravanan. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the
|
||||
# terms of the GNU General Public License (the "GPL"), in which case
|
||||
# the provisions of the GPL are applicable instead of
|
||||
# those above. If you wish to allow use of your version of this
|
||||
# file only under the terms of the GPL and not to allow
|
||||
# others to use your version of this file under the MPL, indicate
|
||||
# your decision by deleting the provisions above and replace them
|
||||
# with the notice and other provisions required by the GPL.
|
||||
# If you do not delete the provisions above, a recipient
|
||||
# may use your version of this file under either the MPL or the
|
||||
# GPL.
|
||||
#
|
||||
|
||||
# makefile for xmlterm/ui/skin directory
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
CHROME_DIR = packages/xmlterm
|
||||
|
||||
CHROME_TYPE = skin
|
||||
|
||||
CHROME_SKIN_DIR = xmlterm/skin
|
||||
CHROME_SKIN = \
|
||||
xmlterm.css \
|
||||
xmltpage.css \
|
||||
wheel.gif \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(srcdir)/../../config/xmlterm_config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Загрузка…
Ссылка в новой задаче