r8399: move the ejs and esp code closer to the directory layout used by the
authorAndrew Tridgell <tridge@samba.org>
Wed, 13 Jul 2005 00:06:38 +0000 (00:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:22:39 +0000 (13:22 -0500)
commitadbb1612c12d03fa94e4ee23fbc2fa96c09d9dcd
treed59f4ab0c87ea7f7fd45f1abbf494cac8e85ac34
parente5700ea5607c366ff8c4fbf272749efae886bbab
r8399: move the ejs and esp code closer to the directory layout used by the
upstream sources. This makes it much easier to keep it up to date.

I will separate out the mpr code into lib/appweb/mpr next
(This used to be commit 52db7a052baeb0f11361ed69b71cb790039e3cc9)
38 files changed:
source4/build/pidl/Parse/Pidl/Samba/EJS.pm
source4/config.list
source4/lib/appweb/config.mk [new file with mode: 0644]
source4/lib/appweb/ejs/config.h [moved from source4/lib/ejs/config.h with 100% similarity]
source4/lib/appweb/ejs/config.mk [moved from source4/lib/ejs/config.mk with 100% similarity]
source4/lib/appweb/ejs/ejs.h [moved from source4/lib/ejs/ejs.h with 100% similarity]
source4/lib/appweb/ejs/ejsInternal.h [moved from source4/lib/ejs/ejsInternal.h with 100% similarity]
source4/lib/appweb/ejs/ejsLex.c [moved from source4/lib/ejs/ejsLex.c with 100% similarity]
source4/lib/appweb/ejs/ejsLib.c [moved from source4/lib/ejs/ejsLib.c with 100% similarity]
source4/lib/appweb/ejs/ejsParser.c [moved from source4/lib/ejs/ejsParser.c with 100% similarity]
source4/lib/appweb/ejs/ejsProcs.c [moved from source4/lib/ejs/ejsProcs.c with 100% similarity]
source4/lib/appweb/ejs/miniMpr.c [moved from source4/lib/ejs/miniMpr.c with 99% similarity]
source4/lib/appweb/ejs/miniMpr.h [moved from source4/lib/ejs/miniMpr.h with 100% similarity]
source4/lib/appweb/ejs/var.c [moved from source4/lib/ejs/var.c with 100% similarity]
source4/lib/appweb/ejs/var.h [moved from source4/lib/ejs/var.h with 100% similarity]
source4/lib/appweb/esp/esp.c [moved from source4/web_server/esp/esp.c with 100% similarity]
source4/lib/appweb/esp/esp.h [moved from source4/web_server/esp/esp.h with 98% similarity]
source4/lib/appweb/esp/espEnv.h [moved from source4/web_server/esp/espEnv.h with 100% similarity]
source4/lib/appweb/esp/espProcs.c [moved from source4/web_server/esp/espProcs.c with 100% similarity]
source4/lib/ejs/mprOs.h [deleted file]
source4/scripting/ejs/ejsrpc.c
source4/scripting/ejs/mprutil.c
source4/scripting/ejs/smbcalls.c
source4/scripting/ejs/smbcalls.h
source4/scripting/ejs/smbcalls_auth.c
source4/scripting/ejs/smbcalls_cli.c
source4/scripting/ejs/smbcalls_config.c
source4/scripting/ejs/smbcalls_ldb.c
source4/scripting/ejs/smbcalls_nbt.c
source4/scripting/ejs/smbcalls_nss.c
source4/scripting/ejs/smbcalls_options.c
source4/scripting/ejs/smbcalls_rand.c
source4/scripting/ejs/smbcalls_rpc.c
source4/scripting/ejs/smbcalls_string.c
source4/scripting/ejs/smbcalls_sys.c
source4/scripting/ejs/smbscript.c
source4/web_server/config.mk
source4/web_server/http.c