You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/02/15 08:40:05 UTC

svn commit: r507847 - in /webservices/axis2/scratch/c/dinesh/486/c: ./ modules/core/ modules/core/transport/http/ modules/core/transport/http/receiver/ modules/core/transport/http/sender/

Author: dinesh
Date: Wed Feb 14 23:40:04 2007
New Revision: 507847

URL: http://svn.apache.org/viewvc?view=rev&rev=507847
Log:
axis2c-486:moved http files to commons and utils directory

Removed:
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/http_chunked_stream.c
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/http_header.c
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/http_transport_utils.c
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/receiver/http_out_transport_info.c
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/receiver/http_worker.c
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/sender/http_request_line.c
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/sender/http_simple_request.c
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/sender/http_simple_response.c
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/sender/http_status_line.c
Modified:
    webservices/axis2/scratch/c/dinesh/486/c/configure.ac
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/Makefile.am

Modified: webservices/axis2/scratch/c/dinesh/486/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/dinesh/486/c/configure.ac?view=diff&rev=507847&r1=507846&r2=507847
==============================================================================
--- webservices/axis2/scratch/c/dinesh/486/c/configure.ac (original)
+++ webservices/axis2/scratch/c/dinesh/486/c/configure.ac Wed Feb 14 23:40:04 2007
@@ -328,6 +328,8 @@
     modules/core/addr/Makefile \
     modules/core/phaseresolver/Makefile \
     modules/core/transport/http/Makefile \
+    modules/core/transport/http/common/Makefile \
+    modules/core/transport/http/util/Makefile \
     modules/core/transport/http/sender/Makefile \
     modules/core/transport/http/sender/ssl/Makefile \
     modules/core/transport/http/receiver/Makefile \

Modified: webservices/axis2/scratch/c/dinesh/486/c/modules/core/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/dinesh/486/c/modules/core/Makefile.am?view=diff&rev=507847&r1=507846&r2=507847
==============================================================================
--- webservices/axis2/scratch/c/dinesh/486/c/modules/core/Makefile.am (original)
+++ webservices/axis2/scratch/c/dinesh/486/c/modules/core/Makefile.am Wed Feb 14 23:40:04 2007
@@ -1 +1 @@
-SUBDIRS = addr context description phaseresolver receivers util clientapi deployment transport/http engine transport/http/receiver transport/http/sender transport/http/server transport/http/server/simple_axis2_server
+SUBDIRS = addr context description phaseresolver receivers util clientapi deployment transport/http engine transport/http/receiver transport/http/sender transport/http/server transport/http/common transport/http/util transport/http/server/simple_axis2_server



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org