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 2004/11/05 11:44:13 UTC

cvs commit: ws-axis/c/src/transport Makefile.am

samisa      2004/11/05 02:44:13

  Modified:    c/src/transport Makefile.am
  Log:
  Remove axis transport from build. Only axis2 transport will be built by default.
  
  Revision  Changes    Path
  1.7       +1 -1      ws-axis/c/src/transport/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/transport/Makefile.am,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.am	4 Oct 2004 07:25:11 -0000	1.6
  +++ Makefile.am	5 Nov 2004 10:44:13 -0000	1.7
  @@ -1 +1 @@
  -SUBDIRS = axis axis2 @LIBWWWBUILD@
  +SUBDIRS = axis2 @LIBWWWBUILD@