diff --git a/xpfe/components/search/datasets/Makefile.in b/xpfe/components/search/datasets/Makefile.in deleted file mode 100644 index 89d2190d9c50..000000000000 --- a/xpfe/components/search/datasets/Makefile.in +++ /dev/null @@ -1,67 +0,0 @@ -# -# ***** BEGIN LICENSE BLOCK ***** -# Version: MPL 1.1/GPL 2.0/LGPL 2.1 -# -# 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 the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of the GNU General Public License Version 2 or later (the "GPL"), -# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -# in which case the provisions of the GPL or the LGPL are applicable instead -# of those above. If you wish to allow use of your version of this file only -# under the terms of either the GPL or the LGPL, and not to allow others to -# use your version of this file under the terms of the MPL, indicate your -# decision by deleting the provisions above and replace them with the notice -# and other provisions required by the GPL or the LGPL. If you do not delete -# the provisions above, a recipient may use your version of this file under -# the terms of any one of the MPL, the GPL or the LGPL. -# -# ***** END LICENSE BLOCK ***** - -DEPTH = ../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -MODULE = appcomps -PACKAGE_FILE = searchplugins.pkg - -ifndef MOZ_PHOENIX -FILES = \ - dmoz.gif \ - dmoz.src \ - google.gif \ - google.src \ - jeeves.gif \ - jeeves.src \ - $(NULL) -endif - -include $(topsrcdir)/config/rules.mk - -ifndef MOZ_PHOENIX -libs:: $(FILES) - $(INSTALL) $^ $(DIST)/bin/searchplugins - -install:: $(FILES) - $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/searchplugins -endif diff --git a/xpfe/components/search/datasets/dmoz.gif b/xpfe/components/search/datasets/dmoz.gif deleted file mode 100644 index 8532503f562a..000000000000 Binary files a/xpfe/components/search/datasets/dmoz.gif and /dev/null differ diff --git a/xpfe/components/search/datasets/dmoz.src b/xpfe/components/search/datasets/dmoz.src deleted file mode 100644 index c350ee0f9aee..000000000000 --- a/xpfe/components/search/datasets/dmoz.src +++ /dev/null @@ -1,36 +0,0 @@ -# Search file for dmoz.org -# -# Creation: April 24, 2000 by Robert John Churchill - - - - - - - - - - - - diff --git a/xpfe/components/search/datasets/google.gif b/xpfe/components/search/datasets/google.gif deleted file mode 100644 index 7f7f49fa6a10..000000000000 Binary files a/xpfe/components/search/datasets/google.gif and /dev/null differ diff --git a/xpfe/components/search/datasets/google.src b/xpfe/components/search/datasets/google.src deleted file mode 100644 index d3a668dde569..000000000000 --- a/xpfe/components/search/datasets/google.src +++ /dev/null @@ -1,28 +0,0 @@ -# Mozilla/Google plug-in by amitp+mozilla@google.com - - - - - - - - - - - diff --git a/xpfe/components/search/datasets/jeeves.gif b/xpfe/components/search/datasets/jeeves.gif deleted file mode 100644 index 4224454c3610..000000000000 Binary files a/xpfe/components/search/datasets/jeeves.gif and /dev/null differ diff --git a/xpfe/components/search/datasets/jeeves.src b/xpfe/components/search/datasets/jeeves.src deleted file mode 100644 index d8fdff3c82e4..000000000000 --- a/xpfe/components/search/datasets/jeeves.src +++ /dev/null @@ -1,30 +0,0 @@ -# Mozilla/AskJeeves plug-in (sspitzer@mozilla.org) -# -# I started with amitp+mozilla@google.com google plugin (google.src) -# and jeeves.src from the mycroft guys -# Erich Iseli , Julius Ross -# and modified it to work for ask.com -# Last updated November 19, 2006 (Charles Caygill, Mycroft Project) - - - - - - - - - - diff --git a/xpfe/components/search/datasets/searchplugins.pkg b/xpfe/components/search/datasets/searchplugins.pkg deleted file mode 100644 index 15c302a51b44..000000000000 --- a/xpfe/components/search/datasets/searchplugins.pkg +++ /dev/null @@ -1,7 +0,0 @@ -[xpfe-locale-US] -dist/bin/searchplugins/dmoz.gif -dist/bin/searchplugins/dmoz.src -dist/bin/searchplugins/google.gif -dist/bin/searchplugins/google.src -dist/bin/searchplugins/NetscapeSearch.gif -dist/bin/searchplugins/NetscapeSearch.src