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/05/04 17:01:00 UTC

svn commit: r535279 - in /webservices/rampart/trunk/c: Makefile.am rampart-bindist.sh samples/secpolicy/README.txt

Author: kaushalye
Date: Fri May  4 08:01:00 2007
New Revision: 535279

URL: http://svn.apache.org/viewvc?view=rev&rev=535279
Log:
Minor changes for 0.90 release


Modified:
    webservices/rampart/trunk/c/Makefile.am
    webservices/rampart/trunk/c/rampart-bindist.sh
    webservices/rampart/trunk/c/samples/secpolicy/README.txt

Modified: webservices/rampart/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/Makefile.am?view=diff&rev=535279&r1=535278&r2=535279
==============================================================================
--- webservices/rampart/trunk/c/Makefile.am (original)
+++ webservices/rampart/trunk/c/Makefile.am Fri May  4 08:01:00 2007
@@ -1,5 +1,5 @@
 SUBDIRS = src  test
 include_HEADERS=$(top_builddir)/include/*.h
-EXTRA_DIST = LICENSE build.sh autogen.sh samples
+EXTRA_DIST = LICENSE build.sh autogen.sh samples build
 
 

Modified: webservices/rampart/trunk/c/rampart-bindist.sh
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/rampart-bindist.sh?view=diff&rev=535279&r1=535278&r2=535279
==============================================================================
--- webservices/rampart/trunk/c/rampart-bindist.sh (original)
+++ webservices/rampart/trunk/c/rampart-bindist.sh Fri May  4 08:01:00 2007
@@ -54,6 +54,9 @@
 cp -r samples/secpolicy/* $BIN_DIR/samples/secpolicy/
 cp -r $AXIS2C_HOME/bin/samples/rampart/* $BIN_DIR/samples/
 cp -r $AXIS2C_HOME/services/sec_echo $BIN_DIR/samples/server/
+cp samples/server/sec_echo/services.xml $BIN_DIR/samples/server/sec_echo/services.xml
+cp samples/secpolicy/scenario7/client-outgoing-secpolicy.xml $BIN_DIR/samples/server/sec_echo/outgoing-secpolicy.xml
+cp samples/secpolicy/scenario7/client-incoming-secpolicy.xml $BIN_DIR/samples/server/sec_echo/incoming-secpolicy.xml
 
 echo "Copy headers"
 cp include/*.h $BIN_DIR/include

Modified: webservices/rampart/trunk/c/samples/secpolicy/README.txt
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/secpolicy/README.txt?view=diff&rev=535279&r1=535278&r2=535279
==============================================================================
--- webservices/rampart/trunk/c/samples/secpolicy/README.txt (original)
+++ webservices/rampart/trunk/c/samples/secpolicy/README.txt Fri May  4 08:01:00 2007
@@ -1,5 +1,4 @@
-The scenarios available here can be deployed using either deploy.sh(UNIX) or
-deploy.bat(WIN32).
+The scenarios available here can be deployed using deploy.sh
 
 Simply give the scenario name as an argument to the script
 e.g. %sh deploy.sh scenario1 
@@ -29,7 +28,7 @@
 ---
 * I am in a HURRY and I need to try a scenario
 --------------------------------------------
-If you are in a really hurry and need to try a scenario please use the
+If you are in a real hurry and need to try a scenario please use the
 test_scen.sh
 Usage : %sh test_scen.sh scenarioX server-port
 e.g. %s test_scen.sh scenario3 8080