Renaming editor/core to editor/base

git-svn-id: svn://10.0.0.236/trunk@18662 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 1999-01-26 23:59:14 +00:00
parent 52f5c6a55c
commit 2461c1d3c3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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