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 ka...@apache.org on 2007/06/07 14:16:16 UTC

svn commit: r545152 - /webservices/rampart/trunk/c/samples/secpolicy/win_deploy.bat

Author: kaushalye
Date: Thu Jun  7 05:16:15 2007
New Revision: 545152

URL: http://svn.apache.org/viewvc?view=rev&rev=545152
Log:
Now deploy script has the option of specifying the scenario number as an argument

Modified:
    webservices/rampart/trunk/c/samples/secpolicy/win_deploy.bat

Modified: webservices/rampart/trunk/c/samples/secpolicy/win_deploy.bat
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/secpolicy/win_deploy.bat?view=diff&rev=545152&r1=545151&r2=545152
==============================================================================
--- webservices/rampart/trunk/c/samples/secpolicy/win_deploy.bat (original)
+++ webservices/rampart/trunk/c/samples/secpolicy/win_deploy.bat Thu Jun  7 05:16:15 2007
@@ -1,5 +1,8 @@
 @echo off
+::Here we have scenario 5 as the default 
 SET scn=scenario5
+IF NOT "%1" == "" SET scn=%1
+
 echo Deploying %scn%
 echo Copying %scn%\client policy file
 copy  %scn%\client-policy.xml %AXIS2C_HOME%\client_repo\policy.xml