Take references to the find and search datasources out of RDF, as they're going in their own component.

This commit is contained in:
rjc%netscape.com 1999-09-15 08:32:19 +00:00
Родитель 209d8dd8e6
Коммит 73a5a05014
5 изменённых файлов: 0 добавлений и 10 удалений

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

@ -1,7 +1,5 @@
nsILocalStore.h
nsIRDFFileSystem.h
nsIRDFFind.h
nsIRDFFTP.h
nsIRDFSearch.h
nsIXULContentSink.h

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

@ -27,9 +27,7 @@ MODULE = rdf
EXPORTS = \
nsILocalStore.h \
nsIRDFFileSystem.h \
nsIRDFFind.h \
nsIRDFFTP.h \
nsIRDFSearch.h \
nsIXULContentSink.h \
$(NULL)

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

@ -23,9 +23,7 @@ DEPTH=..\..\..
EXPORTS = \
nsILocalStore.h \
nsIRDFFileSystem.h \
nsIRDFFind.h \
nsIRDFFTP.h \
nsIRDFSearch.h \
nsIXULContentSink.h \
$(NULL)

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

@ -29,9 +29,7 @@ LIBRARY_NAME = rdfdatasource_s
CPPSRCS = \
nsLocalStore.cpp \
nsFileSystemDataSource.cpp \
nsFindDataSource.cpp \
nsFTPDataSource.cpp \
nsSearchDataSource.cpp \
nsXULContentSink.cpp \
$(NULL)

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

@ -23,10 +23,8 @@ LCFLAGS=-DMOZ_BRPROF
CPP_OBJS=\
.\$(OBJDIR)\nsFileSystemDataSource.obj \
.\$(OBJDIR)\nsFindDataSource.obj \
.\$(OBJDIR)\nsFTPDataSource.obj \
.\$(OBJDIR)\nsLocalStore.obj \
.\$(OBJDIR)\nsSearchDataSource.obj \
.\$(OBJDIR)\nsXULContentSink.obj \
$(NULL)