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 du...@apache.org on 2007/04/30 10:06:17 UTC

svn commit: r533621 - in /webservices/rampart/trunk/c/build/win32: deploy_rampart.bat make_bin_dist.bat makefile

Author: dumindu
Date: Mon Apr 30 01:06:16 2007
New Revision: 533621

URL: http://svn.apache.org/viewvc?view=rev&rev=533621
Log:
updated the win32 build

Modified:
    webservices/rampart/trunk/c/build/win32/deploy_rampart.bat
    webservices/rampart/trunk/c/build/win32/make_bin_dist.bat
    webservices/rampart/trunk/c/build/win32/makefile

Modified: webservices/rampart/trunk/c/build/win32/deploy_rampart.bat
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/build/win32/deploy_rampart.bat?view=diff&rev=533621&r1=533620&r2=533621
==============================================================================
--- webservices/rampart/trunk/c/build/win32/deploy_rampart.bat (original)
+++ webservices/rampart/trunk/c/build/win32/deploy_rampart.bat Mon Apr 30 01:06:16 2007
@@ -18,4 +18,4 @@
 copy bin\samples\callback\pwcb.dll %AXIS2C_HOME%\bin\samples\rampart\callback\
 
 md %AXIS2C_HOME%\bin\samples\rampart\credential_provider
-copy bin\samples\credential_provider\cred_provider.dll %AXIS2C_HOME%\bin\samples\rampart\cred_provider
\ No newline at end of file
+copy bin\samples\credential_provider\cred_provider.dll %AXIS2C_HOME%\bin\samples\rampart\cred_provider\
\ No newline at end of file

Modified: webservices/rampart/trunk/c/build/win32/make_bin_dist.bat
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/build/win32/make_bin_dist.bat?view=diff&rev=533621&r1=533620&r2=533621
==============================================================================
--- webservices/rampart/trunk/c/build/win32/make_bin_dist.bat (original)
+++ webservices/rampart/trunk/c/build/win32/make_bin_dist.bat Mon Apr 30 01:06:16 2007
@@ -1,6 +1,10 @@
-set BINDIST = ..\rampart-bin-0.90-win32
+set BINDIST=..\rampart-bin-0.90-win32
 if exist %BINDIST% rd /s /q %BINDIST%
 mkdir %BINDIST%
+mkdir %BINDIST%\samples
+mkdir %BINDIST%\modules
+mkdir %BINDIST%\include
 
-xcopy /E /I /Y bin\samples\ %BINDIST%\samples\
-xcopy /E /I /Y bin\modules\ %BINDIST%\modules\
+xcopy /E /I /Y .\bin\samples\* %BINDIST%\samples\
+xcopy /E /I /Y .\modules\* %BINDIST%\modules\
+xcopy /E /I /Y .\include\* %BINDIST%\include\

Modified: webservices/rampart/trunk/c/build/win32/makefile
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/build/win32/makefile?view=diff&rev=533621&r1=533620&r2=533621
==============================================================================
--- webservices/rampart/trunk/c/build/win32/makefile (original)
+++ webservices/rampart/trunk/c/build/win32/makefile Mon Apr 30 01:06:16 2007
@@ -148,7 +148,8 @@
 
 mod_rampart_copy_deploy:
 	copy deploy_rampart.bat $(RAMPART_DISTDIR)
-	copy make_bin_dist.bat $(RAMPART_DISTDIR)
+
+#copy make_bin_dist.bat $(RAMPART_DISTDIR)
 
 mod_rampart_all: mod_rampart mod_rampart_authn mod_rampart_pwcb mod_rampart_htpwcb mod_rampart_samples mod_rampart_copy_include