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/07/29 14:37:50 UTC

cvs commit: ws-axis/c/deploy/bin deploy_apache2.sh deploy_apache.sh

damitha     2004/07/29 05:37:50

  Modified:    c/deploy/bin deploy_apache2.sh deploy_apache.sh
  Log:
  Fixed a minor bug. Thanks Shiraz for pointing it out.
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/deploy/bin/deploy_apache2.sh
  
  Index: deploy_apache2.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/deploy/bin/deploy_apache2.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- deploy_apache2.sh	27 Jul 2004 03:41:27 -0000	1.1
  +++ deploy_apache2.sh	29 Jul 2004 12:37:50 -0000	1.2
  @@ -5,7 +5,7 @@
   cp -f ../lib/libaxiscpp_mod2.so /usr/local/apache2/modules/
   cp -f ../lib/libaxis_expat.so ../lib/libaxis_xmlparser.so
   if test -d ../log; then
  -    echo "check whether log folder exists"
  +    echo "Checking log folder..."
   else
       mkdir ../log
   fi
  
  
  
  1.2       +1 -1      ws-axis/c/deploy/bin/deploy_apache.sh
  
  Index: deploy_apache.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/deploy/bin/deploy_apache.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- deploy_apache.sh	27 Jul 2004 03:41:27 -0000	1.1
  +++ deploy_apache.sh	29 Jul 2004 12:37:50 -0000	1.2
  @@ -5,7 +5,7 @@
   cp -f ../lib/libaxiscpp_mod.so /usr/local/apache/libexec/
   cp -f ../lib/libaxis_expat.so ../lib/libaxis_xmlparser.so
   if test -d ../log; then
  -    echo "check whether log folder exists"
  +    echo "Checking log folder..."
   else
       mkdir ../log
   fi