]> granicus.if.org Git - apache/commitdiff
Catch up with Trawick's change to filters/mod_ext_filter
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 22 Nov 2002 01:05:22 +0000 (01:05 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 22 Nov 2002 01:05:22 +0000 (01:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97591 13f79535-47bb-0310-9956-ffa450edef68

Apache.dsw
Makefile.win

index 1bda2f0beaa9b818a0c2e1faf87771f4dda6b231..5a181465c59365c5fc2bf3299115b808c88ad401 100644 (file)
@@ -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>
 {{{
index 1d178eb6d42e0395ea005b31a50039208d4250f4..a40d98858007eee99915b1f02e7fa0bec1d0b203 100644 (file)
@@ -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