diff --git a/mailnews/import/resources/Makefile.in b/mailnews/import/resources/Makefile.in index dade9188d478..96981f8ba721 100644 --- a/mailnews/import/resources/Makefile.in +++ b/mailnews/import/resources/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = content locale skin +DIRS = content locale include $(topsrcdir)/config/rules.mk diff --git a/mailnews/import/resources/makefile.win b/mailnews/import/resources/makefile.win index bd7f5ebda66d..369a0efd2379 100644 --- a/mailnews/import/resources/makefile.win +++ b/mailnews/import/resources/makefile.win @@ -21,6 +21,6 @@ DEPTH=..\..\.. -DIRS= content locale skin +DIRS= content locale include <$(DEPTH)\config\rules.mak> diff --git a/mailnews/import/resources/skin/.cvsignore b/mailnews/import/resources/skin/.cvsignore deleted file mode 100644 index f3c7a7c5da68..000000000000 --- a/mailnews/import/resources/skin/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Makefile diff --git a/mailnews/import/resources/skin/MANIFEST b/mailnews/import/resources/skin/MANIFEST deleted file mode 100644 index 2d1d00e6945b..000000000000 --- a/mailnews/import/resources/skin/MANIFEST +++ /dev/null @@ -1,24 +0,0 @@ -# The contents of this file are subject to the Netscape 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/NPL/ -# -# 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): -# -# This is a list of local files which get copied to the mailnews chrome content directory -# - -fieldMapImport.css -importDialog.css diff --git a/mailnews/import/resources/skin/Makefile.in b/mailnews/import/resources/skin/Makefile.in deleted file mode 100644 index 1741234e0f4e..000000000000 --- a/mailnews/import/resources/skin/Makefile.in +++ /dev/null @@ -1,38 +0,0 @@ -# -# The contents of this file are subject to the Netscape 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/NPL/ -# -# 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): -# - -DEPTH = ../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -EXPORT_RESOURCE_CONTENT = \ - $(srcdir)/fieldMapImport.css \ - $(srcdir)/importDialog.css \ - $(NULL) - -include $(topsrcdir)/config/rules.mk - -install:: - $(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/messenger/skin - diff --git a/mailnews/import/resources/skin/fieldMapImport.css b/mailnews/import/resources/skin/fieldMapImport.css deleted file mode 100644 index 94e0edd8707b..000000000000 --- a/mailnews/import/resources/skin/fieldMapImport.css +++ /dev/null @@ -1,39 +0,0 @@ -/* - * The contents of this file are subject to the Netscape 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/NPL/ - * - * 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 Communicator client code, released - * March 31, 1998. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998-1999 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): - * Pete Collins, Ben Goodger - */ - -@import url(chrome://communicator/skin/); - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ -@namespace html url("http://www.w3.org/TR/REC-html40"); /* namespace for XUL elements */ - -treecell.importsampledata { - padding-left: 10px; - border-left: 3px solid #CCCCCC; -} - -#fieldList-box { - border: 1px inset white; - width:32em; - height:300px; - margin: 1.5em 3em 1.5em 3em; -} diff --git a/mailnews/import/resources/skin/importDialog.css b/mailnews/import/resources/skin/importDialog.css deleted file mode 100644 index ad05dbb0bb2b..000000000000 --- a/mailnews/import/resources/skin/importDialog.css +++ /dev/null @@ -1,61 +0,0 @@ -/* - * The contents of this file are subject to the Netscape 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/NPL/ - * - * 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 Communicator client code, released - * March 31, 1998. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998-1999 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): - * - */ - -@import url(chrome://communicator/skin/); - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ -@namespace html url("http://www.w3.org/TR/REC-html40"); /* namespace for XUL elements */ - -#import-type-radio-box { - padding-top: 1em; -} - -#import-module-list-box { - padding: 1em 3em 2em 3em; -} - -#import-module-tree-box { - height: 8em; - width: 20em; - border: 1px inset white; - margin-top: .5em; -} - -#description { - margin: 1.5em 0px 0px 0px; - padding: 0px 2px 0px 2px; - height: 4em; - width: 20em; - background-color:white; - border:1px inset white; -} - -#progressStatus { - margin: 1em 0px 0px 0px; -} - -#progressMeter { - margin: 1em 2em 2em 1em; - width: 26em; -} - diff --git a/mailnews/import/resources/skin/makefile.win b/mailnews/import/resources/skin/makefile.win deleted file mode 100644 index f3aa7f84f8ec..000000000000 --- a/mailnews/import/resources/skin/makefile.win +++ /dev/null @@ -1,36 +0,0 @@ -#!nmake -# -# The contents of this file are subject to the Netscape 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/NPL/ -# -# 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): - -DEPTH=..\..\..\.. - -include <$(DEPTH)\config\rules.mak> - -install:: - $(MAKE_INSTALL) fieldMapImport.css $(DIST)\bin\chrome\messenger\skin - $(MAKE_INSTALL) importDialog.css $(DIST)\bin\chrome\messenger\skin - -clobber:: - rm -f $(DIST)\bin\chrome\messenger\skin\fieldMapImport.css - rm -f $(DIST)\bin\chrome\messenger\skin\importDialog.css - - - - diff --git a/mailnews/mime/resources/Makefile.in b/mailnews/mime/resources/Makefile.in index 7035c54d6af5..1d4337f59d81 100644 --- a/mailnews/mime/resources/Makefile.in +++ b/mailnews/mime/resources/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = skin content +DIRS = content include $(topsrcdir)/config/rules.mk diff --git a/mailnews/mime/resources/makefile.win b/mailnews/mime/resources/makefile.win index 0b8b889bac36..d86ba491f6fc 100644 --- a/mailnews/mime/resources/makefile.win +++ b/mailnews/mime/resources/makefile.win @@ -20,7 +20,7 @@ DEPTH=..\..\.. -DIRS= skin content +DIRS= content include <$(DEPTH)\config\rules.mak> diff --git a/mailnews/mime/resources/skin/.cvsignore b/mailnews/mime/resources/skin/.cvsignore deleted file mode 100644 index f3c7a7c5da68..000000000000 --- a/mailnews/mime/resources/skin/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Makefile diff --git a/mailnews/mime/resources/skin/MANIFEST b/mailnews/mime/resources/skin/MANIFEST deleted file mode 100644 index 62411ac72e92..000000000000 --- a/mailnews/mime/resources/skin/MANIFEST +++ /dev/null @@ -1,29 +0,0 @@ -# The contents of this file are subject to the Netscape 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/NPL/ -# -# 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): -# -# This is a list of local files which get copied to the res\mailnews\messenger directory -# - -frown.gif -smile.gif -wink.gif -sick.gif -more.gif -less.gif - diff --git a/mailnews/mime/resources/skin/Makefile.in b/mailnews/mime/resources/skin/Makefile.in deleted file mode 100644 index 2a7ecd2d7e32..000000000000 --- a/mailnews/mime/resources/skin/Makefile.in +++ /dev/null @@ -1,42 +0,0 @@ -# -# The contents of this file are subject to the Netscape 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/NPL/ -# -# 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): -# - -DEPTH = ../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -EXPORT_RESOURCES = \ - $(srcdir)/smile.gif \ - $(srcdir)/frown.gif \ - $(srcdir)/wink.gif \ - $(srcdir)/sick.gif \ - $(srcdir)/less.gif \ - $(srcdir)/more.gif \ - $(NULL) - -include $(topsrcdir)/config/rules.mk - -install:: - $(INSTALL) $(EXPORT_RESOURCES) $(DIST)/bin/chrome/messenger/skin - diff --git a/mailnews/mime/resources/skin/frown.gif b/mailnews/mime/resources/skin/frown.gif deleted file mode 100644 index d5d7f34d2ee7..000000000000 Binary files a/mailnews/mime/resources/skin/frown.gif and /dev/null differ diff --git a/mailnews/mime/resources/skin/less.gif b/mailnews/mime/resources/skin/less.gif deleted file mode 100644 index 30854a2dd5da..000000000000 Binary files a/mailnews/mime/resources/skin/less.gif and /dev/null differ diff --git a/mailnews/mime/resources/skin/makefile.win b/mailnews/mime/resources/skin/makefile.win deleted file mode 100644 index 4e4ed42994dd..000000000000 --- a/mailnews/mime/resources/skin/makefile.win +++ /dev/null @@ -1,39 +0,0 @@ -# The contents of this file are subject to the Netscape 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/NPL/ -# -# 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): -# - -DEPTH=..\..\..\.. - -include <$(DEPTH)\config\rules.mak> - -install:: - $(MAKE_INSTALL) frown.gif $(DIST)\bin\chrome\messenger\skin - $(MAKE_INSTALL) smile.gif $(DIST)\bin\chrome\messenger\skin - $(MAKE_INSTALL) wink.gif $(DIST)\bin\chrome\messenger\skin - $(MAKE_INSTALL) sick.gif $(DIST)\bin\chrome\messenger\skin - $(MAKE_INSTALL) more.gif $(DIST)\bin\chrome\messenger\skin - $(MAKE_INSTALL) less.gif $(DIST)\bin\chrome\messenger\skin - -clobber:: - rm -f $(DIST)\bin\chrome\messenger\skin\frown.gif - rm -f $(DIST)\bin\chrome\messenger\skin\smile.gif - rm -f $(DIST)\bin\chrome\messenger\skin\wink.gif - rm -f $(DIST)\bin\chrome\messenger\skin\sick.gif - rm -f $(DIST)\bin\chrome\messenger\skin\more.gif - rm -f $(DIST)\bin\chrome\messenger\skin\less.gif diff --git a/mailnews/mime/resources/skin/more.gif b/mailnews/mime/resources/skin/more.gif deleted file mode 100644 index 8f1f48b0a2c5..000000000000 Binary files a/mailnews/mime/resources/skin/more.gif and /dev/null differ diff --git a/mailnews/mime/resources/skin/sick.gif b/mailnews/mime/resources/skin/sick.gif deleted file mode 100644 index ff554033803b..000000000000 Binary files a/mailnews/mime/resources/skin/sick.gif and /dev/null differ diff --git a/mailnews/mime/resources/skin/smile.gif b/mailnews/mime/resources/skin/smile.gif deleted file mode 100644 index 1322e7dea140..000000000000 Binary files a/mailnews/mime/resources/skin/smile.gif and /dev/null differ diff --git a/mailnews/mime/resources/skin/wink.gif b/mailnews/mime/resources/skin/wink.gif deleted file mode 100644 index de8a273828af..000000000000 Binary files a/mailnews/mime/resources/skin/wink.gif and /dev/null differ