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 da...@apache.org on 2004/03/29 06:26:24 UTC

cvs commit: ws-axis/c/samples/client Makefile.am build.sh configure.ac run.sh

damitha     2004/03/28 20:26:24

  Modified:    c/samples/client Makefile.am build.sh configure.ac run.sh
  Log:
  
  
  Revision  Changes    Path
  1.3       +1 -1      ws-axis/c/samples/client/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/Makefile.am,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.am	25 Mar 2004 16:55:36 -0000	1.2
  +++ Makefile.am	29 Mar 2004 04:26:24 -0000	1.3
  @@ -1 +1 @@
  -SUBDIRS = ssl_client
  +SUBDIRS = ssl_client interoptests
  
  
  
  1.4       +1 -1      ws-axis/c/samples/client/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/build.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.sh	27 Mar 2004 05:57:41 -0000	1.3
  +++ build.sh	29 Mar 2004 04:26:24 -0000	1.4
  @@ -2,4 +2,4 @@
   sh runconfig
   make
   make install
  -strip -g sslclient
  +strip -g sslclient cbase
  
  
  
  1.3       +1 -1      ws-axis/c/samples/client/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/configure.ac,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- configure.ac	25 Mar 2004 16:55:36 -0000	1.2
  +++ configure.ac	29 Mar 2004 04:26:24 -0000	1.3
  @@ -6,5 +6,5 @@
   AC_PROG_CXX
   AC_PROG_INSTALL
   AC_PROG_LIBTOOL
  -AC_OUTPUT(Makefile ssl_client/Makefile)
  +AC_OUTPUT(Makefile ssl_client/Makefile interoptests/Makefile interoptests/cbase/Makefile)
   #AC_OUTPUT(Makefile ssl_client/Makefile interoptests/Makefile interoptests/cbase/Makefile)
  
  
  
  1.3       +6 -0      ws-axis/c/samples/client/run.sh
  
  Index: run.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/run.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- run.sh	25 Mar 2004 16:55:36 -0000	1.2
  +++ run.sh	29 Mar 2004 04:26:24 -0000	1.3
  @@ -4,3 +4,9 @@
   
   echo "-----------------------------"
   
  +echo "running cbase..."
  +echo "-----------------------------"
  +./cbase
  +
  +echo "-----------------------------"
  +