diff --git a/mozilla/extensions/cview/Makefile.in b/mozilla/extensions/cview/Makefile.in index 67df006eacc..8e1d33857b1 100644 --- a/mozilla/extensions/cview/Makefile.in +++ b/mozilla/extensions/cview/Makefile.in @@ -1,14 +1,34 @@ -${license_mak} +# +# The contents of this file are subject to the Mozilla Public License +# Version 1.1 (the "License"); you may not use this file except in +# compliance with the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Original Code is mozilla.org code +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# Robert Ginda, rginda@nestcape.com, original author +# +# -DEPTH = ${depth_0_nix} +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = resources +DIRS = resources include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/extensions/cview/makefile.win b/mozilla/extensions/cview/makefile.win index 5448039b2d5..5c108c50fd0 100644 --- a/mozilla/extensions/cview/makefile.win +++ b/mozilla/extensions/cview/makefile.win @@ -1,9 +1,35 @@ -${license_mak} +# +# The contents of this file are subject to the Mozilla Public License +# Version 1.1 (the "License"); you may not use this file except in +# compliance with the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Original Code is mozilla.org code +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# Robert Ginda, rginda@nestcape.com, original author +# +# -DEPTH = ${depth_0_win} +DEPTH = ..\.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ -include <$(DEPTH)\config\config.mak> +include <$(DEPTH)\config\autoconf.mak> DIRS = resources -include <$(DEPTH)\config\rules.mak> +INSTALLROOT = $(DIST)\bin\chrome\packages\cview\cview + +include <$(topsrcdir)\config\rules.mak> diff --git a/mozilla/extensions/cview/resources/content/app-handlers.js b/mozilla/extensions/cview/resources/content/app-handlers.js deleted file mode 100644 index 351121d29f5..00000000000 --- a/mozilla/extensions/cview/resources/content/app-handlers.js +++ /dev/null @@ -1,15 +0,0 @@ -${license_c} - -/* Place JavaScript event handlers in this file. - * Use ${filename:app-static.js} for functons that are not event handlers. - */ - -function onLoad() -{ - dd ("Application ${app_name_short}, '${app_name_long}' loaded."); -} - -function onUnload() -{ - dd ("Application ${app_name_short}, '${app_name_long}' unloaded."); -} \ No newline at end of file diff --git a/mozilla/extensions/cview/resources/content/app-overlay.js b/mozilla/extensions/cview/resources/content/app-overlay.js deleted file mode 100644 index 1256d8022c1..00000000000 --- a/mozilla/extensions/cview/resources/content/app-overlay.js +++ /dev/null @@ -1,6 +0,0 @@ -${license_cpp} - -function start_${app_name_short}() -{ - toOpenWindowByType("mozapp:${app_name_short}", "${chrome_main_xul_url}"); -} diff --git a/mozilla/extensions/cview/resources/content/app-overlay.xul b/mozilla/extensions/cview/resources/content/app-overlay.xul deleted file mode 100644 index ac5775e47b2..00000000000 --- a/mozilla/extensions/cview/resources/content/app-overlay.xul +++ /dev/null @@ -1,30 +0,0 @@ - - -${license_xml} - - - - - - - - - - -