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/05/08 12:15:11 UTC

svn commit: r404997 - in /webservices/axis2/trunk/c/samples: client/Makefile.am client/echo/echo.c configure.ac

Author: samisa
Date: Mon May  8 03:15:07 2006
New Revision: 404997

URL: http://svn.apache.org/viewcvs?rev=404997&view=rev
Log:
Fixed the build system to reflect the new structure

Modified:
    webservices/axis2/trunk/c/samples/client/Makefile.am
    webservices/axis2/trunk/c/samples/client/echo/echo.c
    webservices/axis2/trunk/c/samples/configure.ac

Modified: webservices/axis2/trunk/c/samples/client/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/Makefile.am?rev=404997&r1=404996&r2=404997&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/Makefile.am Mon May  8 03:15:07 2006
@@ -1 +1 @@
-SUBDIRS = echo math addr_echo google echo_non_blocking notify mtom $(DICLIENT_DIR)
+SUBDIRS = echo math google notify mtom 

Modified: webservices/axis2/trunk/c/samples/client/echo/echo.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/echo/echo.c?rev=404997&r1=404996&r2=404997&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo/echo.c (original)
+++ webservices/axis2/trunk/c/samples/client/echo/echo.c Mon May  8 03:15:07 2006
@@ -36,7 +36,7 @@
     axis2_om_node_t *ret_node = NULL;
    
     /* Set up the envioronment */
-    env = axis2_env_create_all("echo_blocking_addr.log", AXIS2_LOG_LEVEL_TRACE);
+    env = axis2_env_create_all("echo.log", AXIS2_LOG_LEVEL_TRACE);
 
     /* Set end point reference of echo service */
     address = "http://localhost:9090/axis2/services/echo";

Modified: webservices/axis2/trunk/c/samples/configure.ac
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/configure.ac?rev=404997&r1=404996&r2=404997&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/configure.ac (original)
+++ webservices/axis2/trunk/c/samples/configure.ac Mon May  8 03:15:07 2006
@@ -71,10 +71,7 @@
     client/Makefile \
     client/echo/Makefile \
     client/math/Makefile \
-    client/addr_echo/Makefile \
     client/mtom/Makefile \
-    client/diclient/Makefile \
-    client/echo_non_blocking/Makefile \
     client/notify/Makefile \
     client/google/Makefile \
     user_guide/Makefile \