blob: 442764b844a4ca78a7401db8737bf8239658c974 [file] [log] [blame]
@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
deploy.js %scn%\client-policy.xml %AXIS2C_HOME%\client_repo\policy.xml
echo Copying %scn%\services.xml
deploy.js %scn%\services.xml %AXIS2C_HOME%\services\sec_echo\services.xml
@echo on