You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2005/12/29 06:46:45 UTC

svn commit: r359724 - in /webservices/axis2/trunk/c/modules/core: addr/ addr/src/ clientapi/ clientapi/src/ context/ context/src/ engine/ engine/src/ handlers/ handlers/src/ phaseresolver/ phaseresolver/src/ receivers/ receivers/src/ transport/ transpo...

Author: damitha
Date: Wed Dec 28 21:44:33 2005
New Revision: 359724

URL: http://svn.apache.org/viewcvs?rev=359724&view=rev
Log:
Moved files from src to modules folder in core subfolders

Added:
    webservices/axis2/trunk/c/modules/core/addr/Makefile.am
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/addr/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/addr/any_content_type.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/addr/src/any_content_type.c
    webservices/axis2/trunk/c/modules/core/addr/endpoint_ref.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/addr/src/endpoint_ref.c
    webservices/axis2/trunk/c/modules/core/addr/msg_info_headers.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/addr/src/msg_info_headers.c
    webservices/axis2/trunk/c/modules/core/addr/relates_to.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/addr/src/relates_to.c
    webservices/axis2/trunk/c/modules/core/addr/svc_name.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/addr/src/svc_name.c
    webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/clientapi/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/clientapi/async_result.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/clientapi/src/async_result.c
    webservices/axis2/trunk/c/modules/core/clientapi/call.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/clientapi/src/call.c
    webservices/axis2/trunk/c/modules/core/clientapi/callback.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/clientapi/src/callback.c
    webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/clientapi/src/callback_recv.c
    webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.h
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/clientapi/src/callback_recv.h
    webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/clientapi/src/listener_manager.c
    webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.h
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/clientapi/src/listener_manager.h
    webservices/axis2/trunk/c/modules/core/clientapi/mep_client.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/clientapi/src/mep_client.c
    webservices/axis2/trunk/c/modules/core/clientapi/msg_sender.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/clientapi/src/msg_sender.c
    webservices/axis2/trunk/c/modules/core/context/Makefile.am
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/context/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/context/conf_ctx.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/context/src/conf_ctx.c
    webservices/axis2/trunk/c/modules/core/context/ctx.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/context/src/ctx.c
    webservices/axis2/trunk/c/modules/core/context/msg_ctx.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c
    webservices/axis2/trunk/c/modules/core/context/op_ctx.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/context/src/op_ctx.c
    webservices/axis2/trunk/c/modules/core/context/svc_ctx.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/context/src/svc_ctx.c
    webservices/axis2/trunk/c/modules/core/context/svc_grp_ctx.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/context/src/svc_grp_ctx.c
    webservices/axis2/trunk/c/modules/core/engine/Makefile.am
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/engine/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/engine/addr_disp.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/engine/src/addr_disp.c
    webservices/axis2/trunk/c/modules/core/engine/conf.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/engine/src/conf.c
    webservices/axis2/trunk/c/modules/core/engine/disp.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/engine/src/disp.c
    webservices/axis2/trunk/c/modules/core/engine/disp_checker.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/engine/src/disp_checker.c
    webservices/axis2/trunk/c/modules/core/engine/engine.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/engine/src/engine.c
    webservices/axis2/trunk/c/modules/core/engine/event.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/engine/src/event.c
    webservices/axis2/trunk/c/modules/core/engine/handler.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/engine/src/handler.c
    webservices/axis2/trunk/c/modules/core/engine/phase.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/engine/src/phase.c
    webservices/axis2/trunk/c/modules/core/engine/req_uri_disp.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/engine/src/req_uri_disp.c
    webservices/axis2/trunk/c/modules/core/engine/soap_action_disp.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/engine/src/soap_action_disp.c
    webservices/axis2/trunk/c/modules/core/engine/soap_body_disp.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/engine/src/soap_body_disp.c
    webservices/axis2/trunk/c/modules/core/handlers/Makefile.am
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/handlers/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/phaseresolver/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/phaseresolver/phase_holder.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/phaseresolver/src/phase_holder.c
    webservices/axis2/trunk/c/modules/core/phaseresolver/phase_resolver.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/phaseresolver/src/phase_resolver.c
    webservices/axis2/trunk/c/modules/core/receivers/Makefile.am
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/receivers/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/receivers/msg_recv.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/receivers/src/msg_recv.c
    webservices/axis2/trunk/c/modules/core/transport/Makefile.am
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/http/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/axis2_http_header.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_header.c
    webservices/axis2/trunk/c/modules/core/transport/http/axis2_http_out_transport_info.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_out_transport_info.c
    webservices/axis2/trunk/c/modules/core/transport/http/axis2_http_request_line.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_request_line.c
    webservices/axis2/trunk/c/modules/core/transport/http/axis2_http_response_writer.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_response_writer.c
    webservices/axis2/trunk/c/modules/core/transport/http/axis2_http_simple_request.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_simple_request.c
    webservices/axis2/trunk/c/modules/core/transport/http/axis2_http_simple_response.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_simple_response.c
    webservices/axis2/trunk/c/modules/core/transport/http/axis2_http_status_line.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_status_line.c
    webservices/axis2/trunk/c/modules/core/transport/http/axis2_http_transport_sender.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_transport_sender.c
    webservices/axis2/trunk/c/modules/core/transport/http/axis2_http_transport_utils.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_transport_utils.c
    webservices/axis2/trunk/c/modules/core/transport/http/axis2_http_worker.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_worker.c
    webservices/axis2/trunk/c/modules/core/transport/http/axis2_simple_http_svr_conn.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_simple_http_svr_conn.c
    webservices/axis2/trunk/c/modules/core/transport/http/axis2_soap_over_http_sender.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_soap_over_http_sender.c
    webservices/axis2/trunk/c/modules/core/transport/transport_listener.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/src/transport_listener.c
    webservices/axis2/trunk/c/modules/core/transport/transport_sender.c
      - copied unchanged from r359719, webservices/axis2/trunk/c/modules/core/transport/src/transport_sender.c
Removed:
    webservices/axis2/trunk/c/modules/core/addr/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/addr/src/any_content_type.c
    webservices/axis2/trunk/c/modules/core/addr/src/endpoint_ref.c
    webservices/axis2/trunk/c/modules/core/addr/src/msg_info_headers.c
    webservices/axis2/trunk/c/modules/core/addr/src/relates_to.c
    webservices/axis2/trunk/c/modules/core/addr/src/svc_name.c
    webservices/axis2/trunk/c/modules/core/clientapi/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/clientapi/src/async_result.c
    webservices/axis2/trunk/c/modules/core/clientapi/src/call.c
    webservices/axis2/trunk/c/modules/core/clientapi/src/callback.c
    webservices/axis2/trunk/c/modules/core/clientapi/src/callback_recv.c
    webservices/axis2/trunk/c/modules/core/clientapi/src/callback_recv.h
    webservices/axis2/trunk/c/modules/core/clientapi/src/listener_manager.c
    webservices/axis2/trunk/c/modules/core/clientapi/src/listener_manager.h
    webservices/axis2/trunk/c/modules/core/clientapi/src/mep_client.c
    webservices/axis2/trunk/c/modules/core/clientapi/src/msg_sender.c
    webservices/axis2/trunk/c/modules/core/context/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/context/src/conf_ctx.c
    webservices/axis2/trunk/c/modules/core/context/src/ctx.c
    webservices/axis2/trunk/c/modules/core/context/src/msg_ctx.c
    webservices/axis2/trunk/c/modules/core/context/src/op_ctx.c
    webservices/axis2/trunk/c/modules/core/context/src/svc_ctx.c
    webservices/axis2/trunk/c/modules/core/context/src/svc_grp_ctx.c
    webservices/axis2/trunk/c/modules/core/engine/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/engine/src/addr_disp.c
    webservices/axis2/trunk/c/modules/core/engine/src/conf.c
    webservices/axis2/trunk/c/modules/core/engine/src/disp.c
    webservices/axis2/trunk/c/modules/core/engine/src/disp_checker.c
    webservices/axis2/trunk/c/modules/core/engine/src/engine.c
    webservices/axis2/trunk/c/modules/core/engine/src/event.c
    webservices/axis2/trunk/c/modules/core/engine/src/handler.c
    webservices/axis2/trunk/c/modules/core/engine/src/phase.c
    webservices/axis2/trunk/c/modules/core/engine/src/req_uri_disp.c
    webservices/axis2/trunk/c/modules/core/engine/src/soap_action_disp.c
    webservices/axis2/trunk/c/modules/core/engine/src/soap_body_disp.c
    webservices/axis2/trunk/c/modules/core/handlers/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/phaseresolver/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/phaseresolver/src/phase_holder.c
    webservices/axis2/trunk/c/modules/core/phaseresolver/src/phase_resolver.c
    webservices/axis2/trunk/c/modules/core/receivers/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/receivers/src/msg_recv.c
    webservices/axis2/trunk/c/modules/core/transport/http/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_header.c
    webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_out_transport_info.c
    webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_request_line.c
    webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_response_writer.c
    webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_simple_request.c
    webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_simple_response.c
    webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_status_line.c
    webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_transport_sender.c
    webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_transport_utils.c
    webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_http_worker.c
    webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_simple_http_svr_conn.c
    webservices/axis2/trunk/c/modules/core/transport/http/src/axis2_soap_over_http_sender.c
    webservices/axis2/trunk/c/modules/core/transport/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/src/transport_listener.c
    webservices/axis2/trunk/c/modules/core/transport/src/transport_sender.c