You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by sh...@apache.org on 2008/02/08 10:58:16 UTC

svn commit: r619816 - /webservices/rampart/trunk/c/samples/client/sec_echo/deploy_client_repo.bat

Author: shankar
Date: Fri Feb  8 01:58:15 2008
New Revision: 619816

URL: http://svn.apache.org/viewvc?rev=619816&view=rev
Log:
decorations - no functionality change

Modified:
    webservices/rampart/trunk/c/samples/client/sec_echo/deploy_client_repo.bat

Modified: webservices/rampart/trunk/c/samples/client/sec_echo/deploy_client_repo.bat
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/client/sec_echo/deploy_client_repo.bat?rev=619816&r1=619815&r2=619816&view=diff
==============================================================================
--- webservices/rampart/trunk/c/samples/client/sec_echo/deploy_client_repo.bat (original)
+++ webservices/rampart/trunk/c/samples/client/sec_echo/deploy_client_repo.bat Fri Feb  8 01:58:15 2008
@@ -1,4 +1,7 @@
 echo off
+echo -------------------------------------------------------------------------
+echo deploying client repository .... 
+echo -------------------------------------------------------------------------
 
 rem if your client repository is different, change the value.
 set CLIENT_REPO=%AXIS2C_HOME%\client_repo
@@ -24,4 +27,7 @@
 @echo Copying latest modules to client_repo
 xcopy /S/I/Q/Y "%AXIS2C_HOME%\modules" "%CLIENT_REPO%\modules"
 
+echo -------------------------------------------------------------------------
+echo Client repository deployed to %CLIENT_REPO%
+echo -------------------------------------------------------------------------
 echo on