From 1b1ba7514caa3d956d0a820cd386b78538b853d8 Mon Sep 17 00:00:00 2001 From: Embedthis Software Date: Thu, 30 Aug 2012 12:13:57 -0700 Subject: [PATCH] Cleanup --- bits/packs/ejscript.pak | 4 +-- doc/api/mpr.html | 24 +++++++++---- main.bit | 6 ++-- .../{mod_ejs.vcxproj => test.js.vcxproj} | 34 ++++--------------- src/modules/modules.bit | 2 +- test/security/dos.tst | 14 ++++---- test/test.bit | 3 ++ 7 files changed, 40 insertions(+), 47 deletions(-) rename projects/appweb-windows/{mod_ejs.vcxproj => test.js.vcxproj} (79%) diff --git a/bits/packs/ejscript.pak b/bits/packs/ejscript.pak index 223547be6..ffb7a4462 100644 --- a/bits/packs/ejscript.pak +++ b/bits/packs/ejscript.pak @@ -40,8 +40,8 @@ if (path) { dir.rename(ejs) tgz.remove() tar.remove() - for each (n in ['Makefile', 'bit.h', 'deps.c', 'ejsmod.c', 'pcre.c', 'pcre.h', 'product.bit', - 'sqlite3.c', 'sqlite3.h', 'start.bit']) { + for each (n in ['Makefile', 'bit.h', 'deps.c', 'ejsmod.c', 'pcre.c', 'pcre.h', 'sqlite3.c', + 'sqlite3.h', 'start.bit']) { ejs.join(n).remove() } trace('Done', 'Ejscript distribution') diff --git a/doc/api/mpr.html b/doc/api/mpr.html index d2f284c92..e3bcd3a30 100644 --- a/doc/api/mpr.html +++ b/doc/api/mpr.html @@ -12,16 +12,23 @@ -
+
+

+ + + + + +

+
+
+ Embedthis Appweb 4.0.0
Home @@ -35,15 +42,17 @@ +

Quick Nav