Bug 335611 (for tony@ponderer.org) r=brettw a=bryner Rename URL classifier files to correspond to new names

This commit is contained in:
brettw%gmail.com 2006-04-27 16:55:14 +00:00
Родитель fc7797defd
Коммит 2c37a031cc
9 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -5,11 +5,11 @@ VPATH=@srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = protection
XPIDL_MODULE = protection
MODULE = url-classifier
XPIDL_MODULE = url-classifier
XPIDLSRCS = nsIProtectionTable.idl \
nsIProtectionListManager.idl \
XPIDLSRCS = nsIUrlClassifierTable.idl \
nsIUrlListManager.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -6,11 +6,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
# EXTRA_COMPONENTS installs components written in JS to dist/bin/components
EXTRA_COMPONENTS = protectionTableUrl.js \
protectionTableDomain.js \
protectionTableSite.js \
protectionTableEnchash.js \
protectionListManager.js \
EXTRA_COMPONENTS = urlClassifierTableUrl.js \
urlClassifierTableDomain.js \
urlClassifierTableSite.js \
urlClassifierTableEnchash.js \
urlListManager.js \
$(NULL)
include $(topsrcdir)/config/rules.mk