r9808 - helma-ng/trunk/apps/skeleton

[email protected] Tue, 19 May 2009 10:54:43 +0200 (CEST)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090519085443.8C51D3D0D6@mia>
Author: hannes
Date: 2009-05-19 10:54:43 +0200 (Tue, 19 May 2009)
New Revision: 9808

Modified:
   helma-ng/trunk/apps/skeleton/config.js
Log:
Update middleware module names in skeleton app.

Details at http://dev.helma.org/trac/helma/changeset/9808

Modified: helma-ng/trunk/apps/skeleton/config.js
===================================================================
--- helma-ng/trunk/apps/skeleton/config.js	2009-05-19 08:54:42 UTC (rev 9807)
+++ helma-ng/trunk/apps/skeleton/config.js	2009-05-19 08:54:43 UTC (rev 9808)
@@ -7,7 +7,9 @@
 ];
 
 exports.middleware = [
-    'helma/logging',
+    'helma/middleware/etag',
+    'helma/middleware/responselog',
+    // 'helma/middleware/profiler'
 ];
 
 exports.macros = [