From: William A. Rowe Jr Date: Fri, 22 Nov 2002 01:05:22 +0000 (+0000) Subject: Catch up with Trawick's change to filters/mod_ext_filter X-Git-Tag: 2.0.45~604 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=988446b81bd8b76d8c31f7fecdc697abef742b38;p=apache Catch up with Trawick's change to filters/mod_ext_filter git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97591 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Apache.dsw b/Apache.dsw index 1bda2f0bea..5a181465c5 100644 --- a/Apache.dsw +++ b/Apache.dsw @@ -1086,7 +1086,7 @@ Package=<4> ############################################################################### -Project: "mod_ext_filter"=".\modules\experimental\mod_ext_filter.dsp" - Package Owner=<4> +Project: "mod_ext_filter"=".\modules\filters\mod_ext_filter.dsp" - Package Owner=<4> Package=<5> {{{ diff --git a/Makefile.win b/Makefile.win index 1d178eb6d4..a40d988580 100644 --- a/Makefile.win +++ b/Makefile.win @@ -385,7 +385,7 @@ _install: copy modules\experimental\$(LONG)\mod_charset_lite.so "$(INSTDIR)\modules" <.y copy modules\experimental\$(LONG)\mod_mem_cache.so "$(INSTDIR)\modules" <.y copy modules\experimental\$(LONG)\mod_disk_cache.so "$(INSTDIR)\modules" <.y - copy modules\experimental\$(LONG)\mod_ext_filter.so "$(INSTDIR)\modules" <.y + copy modules\filters\$(LONG)\mod_ext_filter.so "$(INSTDIR)\modules" <.y copy modules\filters\$(LONG)\mod_include.so "$(INSTDIR)\modules" <.y copy modules\generators\$(LONG)\mod_asis.so "$(INSTDIR)\modules" <.y copy modules\generators\$(LONG)\mod_autoindex.so "$(INSTDIR)\modules" <.y @@ -441,7 +441,7 @@ _install: copy modules\experimental\$(LONG)\mod_charset_lite.pdb "$(INSTDIR)\modules" <.y copy modules\experimental\$(LONG)\mod_mem_cache.pdb "$(INSTDIR)\modules" <.y copy modules\experimental\$(LONG)\mod_disk_cache.pdb "$(INSTDIR)\modules" <.y - copy modules\experimental\$(LONG)\mod_ext_filter.pdb "$(INSTDIR)\modules" <.y + copy modules\filters\$(LONG)\mod_ext_filter.pdb "$(INSTDIR)\modules" <.y copy modules\filters\$(LONG)\mod_include.pdb "$(INSTDIR)\modules" <.y copy modules\generators\$(LONG)\mod_asis.pdb "$(INSTDIR)\modules" <.y copy modules\generators\$(LONG)\mod_autoindex.pdb "$(INSTDIR)\modules" <.y