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/04 06:45:16 UTC

svn commit: r428618 - in /webservices/axis2/trunk/c: include/axis2_di_client.h modules/core/clientapi/Makefile.am modules/core/clientapi/diclient/

Author: samisa
Date: Thu Aug  3 21:45:16 2006
New Revision: 428618

URL: http://svn.apache.org/viewvc?rev=428618&view=rev
Log:
Removing diclient as this is no longer used or needed.
Dynamic client now uses svc_client interface

Removed:
    webservices/axis2/trunk/c/include/axis2_di_client.h
    webservices/axis2/trunk/c/modules/core/clientapi/diclient/
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=428618&r1=428617&r2=428618&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am Thu Aug  3 21:45:16 2006
@@ -1,4 +1,3 @@
-SUBDIRS = $(DICLIENT_DIR) 
 noinst_LTLIBRARIES = libaxis2_clientapi.la
 libaxis2_clientapi_la_SOURCES = \
                                 async_result.c \
@@ -20,5 +19,3 @@
             -I$(top_builddir)/xml_schema/include\
 			@AXIOMINC@ \
 			@UTILINC@ 
-
-EXTRA_DIST=diclient



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