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 ro...@apache.org on 2004/08/03 12:31:41 UTC

cvs commit: ws-axis/c/tests/client/soapHeader Makefile.am

roshan      2004/08/03 03:31:41

  Modified:    c        configure.ac
               c/tests/client/soapHeader Makefile.am
  Log:
  make files changes to accomadate tests/client/soapHeader/test10 entry
  
  Revision  Changes    Path
  1.42      +2 -0      ws-axis/c/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/configure.ac,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- configure.ac	2 Aug 2004 14:05:48 -0000	1.41
  +++ configure.ac	3 Aug 2004 10:31:41 -0000	1.42
  @@ -273,6 +273,8 @@
       tests/client/soapHeader/test8/rpc/Makefile \
       tests/client/soapHeader/test9/Makefile \
       tests/client/soapHeader/test9/rpc/Makefile \
  +    tests/client/soapHeader/test10/Makefile \
  +    tests/client/soapHeader/test10/rpc/Makefile \
       tests/client/xsdAnyTest1/Makefile \
       tests/client/xsdAnyTest1/gen_src/Makefile \
       tests/client/httpHeader/Makefile \
  
  
  
  1.4       +1 -1      ws-axis/c/tests/client/soapHeader/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/soapHeader/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.am	2 Aug 2004 13:53:32 -0000	1.3
  +++ Makefile.am	3 Aug 2004 10:31:41 -0000	1.4
  @@ -1 +1 @@
  -SUBDIRS = test1 test2 test3 test4 test6 test8 test9
  +SUBDIRS = test1 test2 test3 test4 test6 test8 test9 test10