Revision
235
Author
misc
Date
2011-01-06 21:27:12 +0100 (Thu, 06 Jan 2011)

Log Message

revert part of commit r115, to syc with trunk

Modified Paths

Modified: identity/CatDap/branches/live/lib/CatDap.pm
===================================================================
--- identity/CatDap/branches/live/lib/CatDap.pm	2011-01-06 20:17:36 UTC (rev 234)
+++ identity/CatDap/branches/live/lib/CatDap.pm	2011-01-06 20:27:12 UTC (rev 235)
@@ -43,11 +43,6 @@
     name => 'CatDap',
     # Disable deprecated behavior needed by old applications
     disable_component_resolution_regex_fallback => 1,
-    static => {
-        dirs => [
-            'static'
-        ],
-    }
 );
 
 sub begin : Private {