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 sa...@apache.org on 2006/08/03 14:37:04 UTC

svn commit: r428395 - in /webservices/axis2/trunk/c: include/axis2_mep_client.h modules/core/clientapi/Makefile.am modules/core/clientapi/axis2_msg_sender.h modules/core/clientapi/mep_client.c modules/core/clientapi/msg_sender.c

Author: samisa
Date: Thu Aug  3 05:37:04 2006
New Revision: 428395

URL: http://svn.apache.org/viewvc?rev=428395&view=rev
Log:
Reemovd unwanted obsoleted files that are not required for the latest client API

Removed:
    webservices/axis2/trunk/c/include/axis2_mep_client.h
    webservices/axis2/trunk/c/modules/core/clientapi/axis2_msg_sender.h
    webservices/axis2/trunk/c/modules/core/clientapi/mep_client.c
    webservices/axis2/trunk/c/modules/core/clientapi/msg_sender.c
Modified:
    webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am

Modified: webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am?rev=428395&r1=428394&r2=428395&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am Thu Aug  3 05:37:04 2006
@@ -3,18 +3,14 @@
 libaxis2_clientapi_la_SOURCES = \
                                 async_result.c \
                                 callback.c \
-                                mep_client.c \
                                 listener_manager.c \
                                 callback_recv.c \
-                                msg_sender.c \
                                 stub.c \
 								options.c \
 								op_client.c \
 								svc_client.c
 
-noinst_HEADERS = callback_recv.h \
-                    axis2_msg_sender.h
-                    
+noinst_HEADERS = callback_recv.h
 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/modules/wsdl \



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