Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -r1.38 -r1.39 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 12 Apr 2013 16:12:56 -0000 1.38 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 23 Apr 2013 15:20:09 -0000 1.39 @@ -529,7 +529,7 @@ # # ignored extensions # - if {[file extension $path] in {.html .gif .png .jpg .ico .pdf .js .css .xsl .tgz .zip .gz .java .sql}} { + if {[file extension $path] in {.html .gif .png .jpg .ico .pdf .js .css .xsl .tgz .zip .gz .java}} { return 1 }