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 ma...@apache.org on 2007/09/05 08:25:30 UTC

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

Author: manjula
Date: Tue Sep  4 23:25:30 2007
New Revision: 572884

URL: http://svn.apache.org/viewvc?rev=572884&view=rev
Log:
Fixing the windows build.

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=572884&r1=572883&r2=572884&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 Tue Sep  4 23:25:30 2007
@@ -14,9 +14,9 @@
 
 
 @echo Copying axis2.xml to client_repo
-copy /Y ".\bin\samples\client\sec_echo\data\client.axis2.xml" "%CLIENT_REPO%\axis2.xml"
+copy /Y ".\data\client.axis2.xml" "%CLIENT_REPO%\axis2.xml"
 	  
-copy /Y ".\bin\samples\secpolicy\scenario5\client-policy.xml" "%CLIENT_REPO%\policy.xml"
+copy /Y ".\..\..\secpolicy\scenario5\client-policy.xml" "%CLIENT_REPO%\policy.xml"
 
 @echo Copying libraries to client_repo
 xcopy /S/I/Q/Y "%AXIS2C_HOME%\lib" "%CLIENT_REPO%\lib"
@@ -24,4 +24,4 @@
 @echo Copying latest modules to client_repo
 xcopy /S/I/Q/Y "%AXIS2C_HOME%\modules" "%CLIENT_REPO%\modules"
 
-echo on
\ No newline at end of file
+echo on