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/10/12 13:39:45 UTC

cvs commit: ws-axis/c mkinstalldirs

damitha     2004/10/12 04:39:45

  Modified:    c        mkinstalldirs
  Log:
  
  
  Revision  Changes    Path
  1.6       +3 -0      ws-axis/c/mkinstalldirs
  
  Index: mkinstalldirs
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/mkinstalldirs,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mkinstalldirs	22 Sep 2004 05:05:06 -0000	1.5
  +++ mkinstalldirs	12 Oct 2004 11:39:45 -0000	1.6
  @@ -13,6 +13,9 @@
   if test ! -d "${AXISCPP_DEPLOY}/samples"; then
       cp -rf "${AXISCPP_HOME}/samples" "${AXISCPP_DEPLOY}"
   fi
  +if test ! -d "${AXISCPP_DEPLOY}/wsdls"; then
  +    cp -rf "${AXISCPP_HOME}/deploy/wsdls" "${AXISCPP_DEPLOY}"
  +fi
   if test -d "${AXISCPP_DEPLOY}/log"; then
       chmod 777 "${AXISCPP_DEPLOY}/log"
   else