nsIDOMRange.h has moved to dom/public/range/

This commit is contained in:
sfraser%netscape.com 1999-04-13 01:27:33 +00:00
Родитель 20eb28c405
Коммит fd1fd25f9f
3 изменённых файлов: 24 добавлений и 9 удалений

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

@ -35,4 +35,3 @@ nsIDOMText.h
nsIDOMStyleSheet.h
nsIDOMStyleSheetCollection.h
nsIDOMNSDocument.h
nsIDOMRange.h

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

@ -44,7 +44,6 @@ EXPORTS = \
nsIDOMStyleSheet.h \
nsIDOMStyleSheetCollection.h \
nsIDOMNSDocument.h \
nsIDOMRange.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))

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

@ -19,13 +19,30 @@ DEPTH=..\..\..
IGNORE_MANIFEST=1
DEFINES=-D_IMPL_NS_DOM
EXPORTS=nsIDOMAttr.h nsIDOMCDATASection.h nsIDOMCharacterData.h \
nsIDOMComment.h nsIDOMDOMImplementation.h nsIDOMDocument.h \
nsIDOMDocumentType.h nsIDOMDocumentFragment.h nsIDOMElement.h \
nsIDOMEntity.h nsIDOMEntityReference.h nsIDOMNode.h \
nsIDOMNamedNodeMap.h nsIDOMNodeList.h nsIDOMProcessingInstruction.h \
nsIDOMText.h nsIDOMStyleSheet.h nsIDOMStyleSheetCollection.h \
nsIDOMNSDocument.h nsIDOMRange.h
EXPORTS = \
nsIDOMAttr.h \
nsIDOMCDATASection.h \
nsIDOMCharacterData.h \
nsIDOMComment.h \
nsIDOMDOMImplementation.h \
nsIDOMDocument.h \
nsIDOMDocumentType.h \
nsIDOMDocumentFragment.h \
nsIDOMElement.h \
nsIDOMEntity.h \
nsIDOMEntityReference.h \
nsIDOMNode.h \
nsIDOMNamedNodeMap.h \
nsIDOMNodeList.h \
nsIDOMProcessingInstruction.h \
nsIDOMText.h \
nsIDOMSelection.h \
nsIDOMSelectionListener.h \
nsIDOMStyleSheet.h \
nsIDOMStyleSheetCollection.h \
nsIDOMNSDocument.h \
$(NULL)
MODULE=dom