Update of /cvsroot/webware/Webware/WebKit/Configs
In directory usw-pr-cvs1:/tmp/cvs-serv24401/Configs
Modified Files:
Application.config
Log Message:
added __init__.*, *.pyc, and *.pyo to FilesToHide list, and replaced *bak with *.bak which is what was probably intended
Index: Application.config
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Configs/Application.config,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** Application.config 1 Feb 2002 08:54:06 -0000 1.41
--- Application.config 20 Feb 2002 14:17:20 -0000 1.42
***************
*** 7,11 ****
'UseCascadingExtensions': 1,
'ExtensionCascadeOrder':['.py','.psp','.html'],
! 'FilesToHide': ['.*','*~', '*bak', '*.tmpl', '*.config' ],
'FilesToServe': [], # if specified, only files matching these patterns will be served
'LogActivity': 0,
--- 7,11 ----
'UseCascadingExtensions': 1,
'ExtensionCascadeOrder':['.py','.psp','.html'],
! 'FilesToHide': ['.*','*~', '*.bak', '*.tmpl', '*.config', '__init__.*', '*.pyc', '*.pyo'],
'FilesToServe': [], # if specified, only files matching these patterns will be served
'LogActivity': 0,
|