1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-06 08:59:08 +03:00

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 52db7a052b)
This commit is contained in:
Andrew Tridgell
2005-07-13 00:06:38 +00:00
committed by Gerald (Jerry) Carter
parent e5700ea560
commit adbb1612c1
38 changed files with 48 additions and 664 deletions

View File

@ -23,7 +23,7 @@
#include "includes.h"
#include "dynconfig.h"
#include "lib/ejs/ejs.h"
#include "lib/appweb/ejs/ejs.h"
#include "scripting/ejs/smbcalls.h"
void ejs_exception(const char *reason)