Account confirmers, Anti-spam team, canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,083
edits
(check out extensions directly into mozilla/extensions) |
|||
Line 8: | Line 8: | ||
* pull from CVS: suite/ | * pull from CVS: suite/ | ||
* pull from CVS: mailnews/ | * pull from CVS: mailnews/ | ||
* pull from CVS: mozilla/extensions/[irc|typeaheadfind|venkman|wallet | * pull from CVS: mozilla/extensions/[irc|typeaheadfind|venkman|wallet] (those get checked out directly into mozilla/extensions/ as those that survive will end up in separate repositories and not mailsuite!) | ||
* pull from CVS: directory/ - | * create directory: directory/ - symlink into mozilla/ | ||
* pull from CVS: directory/c-sdk and directory/xpcom | |||
* mozconfig: --enable-application=../suite | * mozconfig: --enable-application=../suite | ||
* mozconfig: mk_add_options MOZ_OBJDIR=/path/to/objdir/mozilla (note the "mozilla" at the end!) | * mozconfig: mk_add_options MOZ_OBJDIR=/path/to/objdir/mozilla (note the "mozilla" at the end!) | ||
* suite/confvars.sh: remove xml-rpc from MOZ_EXTENSIONS_DEFAULT in line 50 ({{bug|438676}}) | |||
* suite/build.mk: prefix mailnews/ and suite/ with .. | * suite/build.mk: prefix mailnews/ and suite/ with .. | ||
* suite/makefiles.sh: prefix all suite/ directories in add_makefiles with "../" | * suite/makefiles.sh: prefix all suite/ directories in add_makefiles with "../" |
edits