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/12/17 08:46:23 UTC

cvs commit: ws-axis/c mkinstalldirs

damitha     2004/12/16 23:46:23

  Modified:    c        mkinstalldirs
  Log:
  changed samples into include
  
  Revision  Changes    Path
  1.7       +2 -2      ws-axis/c/mkinstalldirs
  
  Index: mkinstalldirs
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/mkinstalldirs,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mkinstalldirs	12 Oct 2004 11:39:45 -0000	1.6
  +++ mkinstalldirs	17 Dec 2004 07:46:23 -0000	1.7
  @@ -10,8 +10,8 @@
   if test ! -d "${AXISCPP_DEPLOY}/docs"; then
       cp -rf "${AXISCPP_HOME}/docs" "${AXISCPP_DEPLOY}"
   fi
  -if test ! -d "${AXISCPP_DEPLOY}/samples"; then
  -    cp -rf "${AXISCPP_HOME}/samples" "${AXISCPP_DEPLOY}"
  +if test ! -d "${AXISCPP_DEPLOY}/include"; then
  +    cp -rf "${AXISCPP_HOME}/include" "${AXISCPP_DEPLOY}"
   fi
   if test ! -d "${AXISCPP_DEPLOY}/wsdls"; then
       cp -rf "${AXISCPP_HOME}/deploy/wsdls" "${AXISCPP_DEPLOY}"