You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2006/03/05 15:31:07 UTC

svn commit: r383328 - in /httpd/apreq/branches/apr-build-system: ./ build/ libapreq/ libapreq/build/ libapreq/library/ library/ mod_apreq/ mod_apreq/apache2/ module/

Author: joes
Date: Sun Mar  5 06:31:04 2006
New Revision: 383328

URL: http://svn.apache.org/viewcvs?rev=383328&view=rev
Log:
separate library from module

Added:
    httpd/apreq/branches/apr-build-system/libapreq/
    httpd/apreq/branches/apr-build-system/libapreq/Makefile.in
      - copied unchanged from r380926, httpd/apreq/branches/apr-build-system/Makefile.in
    httpd/apreq/branches/apr-build-system/libapreq/STATUS
      - copied unchanged from r380926, httpd/apreq/branches/apr-build-system/STATUS
    httpd/apreq/branches/apr-build-system/libapreq/apreq2-config.in
      - copied unchanged from r380927, httpd/apreq/branches/apr-build-system/apreq2-config.in
    httpd/apreq/branches/apr-build-system/libapreq/build/
      - copied from r380926, httpd/apreq/branches/apr-build-system/build/
    httpd/apreq/branches/apr-build-system/libapreq/build.conf
      - copied unchanged from r380926, httpd/apreq/branches/apr-build-system/build.conf
    httpd/apreq/branches/apr-build-system/libapreq/build/apreq-conf.m4
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/build/apreq-conf.m4
    httpd/apreq/branches/apr-build-system/libapreq/build/apreq-hints.m4
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/build/apreq-hints.m4
    httpd/apreq/branches/apr-build-system/libapreq/build/find_apreq.m4
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/build/find_apreq.m4
    httpd/apreq/branches/apr-build-system/libapreq/build/get-version.sh
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/build/get-version.sh
    httpd/apreq/branches/apr-build-system/libapreq/buildconf
      - copied unchanged from r380927, httpd/apreq/branches/apr-build-system/buildconf
    httpd/apreq/branches/apr-build-system/libapreq/config.layout
      - copied unchanged from r380926, httpd/apreq/branches/apr-build-system/config.layout
    httpd/apreq/branches/apr-build-system/libapreq/configure.in
      - copied unchanged from r380926, httpd/apreq/branches/apr-build-system/configure.in
    httpd/apreq/branches/apr-build-system/libapreq/export_vars.sh.in
      - copied unchanged from r380928, httpd/apreq/branches/apr-build-system/export_vars.sh.in
    httpd/apreq/branches/apr-build-system/libapreq/library/
      - copied from r380926, httpd/apreq/branches/apr-build-system/library/
    httpd/apreq/branches/apr-build-system/libapreq/library/cookie.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/library/cookie.c
    httpd/apreq/branches/apr-build-system/libapreq/library/error.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/library/error.c
    httpd/apreq/branches/apr-build-system/libapreq/library/module.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/library/module.c
    httpd/apreq/branches/apr-build-system/libapreq/library/module_cgi.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/library/module_cgi.c
    httpd/apreq/branches/apr-build-system/libapreq/library/module_custom.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/library/module_custom.c
    httpd/apreq/branches/apr-build-system/libapreq/library/param.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/library/param.c
    httpd/apreq/branches/apr-build-system/libapreq/library/parser.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/library/parser.c
    httpd/apreq/branches/apr-build-system/libapreq/library/parser_header.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/library/parser_header.c
    httpd/apreq/branches/apr-build-system/libapreq/library/parser_multipart.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/library/parser_multipart.c
    httpd/apreq/branches/apr-build-system/libapreq/library/parser_urlencoded.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/library/parser_urlencoded.c
    httpd/apreq/branches/apr-build-system/libapreq/library/util.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/library/util.c
    httpd/apreq/branches/apr-build-system/libapreq/library/version.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/library/version.c
    httpd/apreq/branches/apr-build-system/mod_apreq/
    httpd/apreq/branches/apr-build-system/mod_apreq/apache2/
      - copied from r380926, httpd/apreq/branches/apr-build-system/module/apache2/
    httpd/apreq/branches/apr-build-system/mod_apreq/apache2/Makefile.in
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/module/apache2/Makefile.in
    httpd/apreq/branches/apr-build-system/mod_apreq/apache2/apreq_module_apache2.h
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/module/apache2/apreq_module_apache2.h
    httpd/apreq/branches/apr-build-system/mod_apreq/apache2/apreq_private_apache2.h
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/module/apache2/apreq_private_apache2.h
    httpd/apreq/branches/apr-build-system/mod_apreq/apache2/config.m4
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/module/apache2/config.m4
    httpd/apreq/branches/apr-build-system/mod_apreq/apache2/filter.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/module/apache2/filter.c
    httpd/apreq/branches/apr-build-system/mod_apreq/apache2/handle.c
      - copied unchanged from r383327, httpd/apreq/branches/apr-build-system/module/apache2/handle.c
Removed:
    httpd/apreq/branches/apr-build-system/Makefile.in
    httpd/apreq/branches/apr-build-system/STATUS
    httpd/apreq/branches/apr-build-system/apreq2-config.in
    httpd/apreq/branches/apr-build-system/build/
    httpd/apreq/branches/apr-build-system/build.conf
    httpd/apreq/branches/apr-build-system/buildconf
    httpd/apreq/branches/apr-build-system/config.layout
    httpd/apreq/branches/apr-build-system/configure.in
    httpd/apreq/branches/apr-build-system/export_vars.sh.in
    httpd/apreq/branches/apr-build-system/library/
    httpd/apreq/branches/apr-build-system/module/