Renaming editor/core to editor/base

This commit is contained in:
mcafee%netscape.com 1999-01-26 23:59:14 +00:00
Родитель 91cc465f1f
Коммит 1c6fe33f4b
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1262,7 +1262,7 @@ xpfe/appshell/public/Makefile
xpfe/bootstrap/Makefile"
EDITOR_MAKEFILES="
editor/core/Makefile
editor/base/Makefile
editor/txmgr/Makefile
editor/txmgr/public/Makefile
editor/txmgr/src/Makefile

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

@ -25,7 +25,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public
ifdef MOZ_EDITOR
DIRS += core guimgr txmgr
DIRS += base guimgr txmgr
ifdef ENABLE_TESTS
DIRS += tests