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/08/06 12:31:09 UTC

svn commit: r563096 - in /webservices/rampart/trunk/c: rampart-bindist.sh samples/client/sec_echo/data/client.axis2.xml

Author: kaushalye
Date: Mon Aug  6 03:31:06 2007
New Revision: 563096

URL: http://svn.apache.org/viewvc?view=rev&rev=563096
Log:
Security phase for client.
Changed the bin-dist script.

Modified:
    webservices/rampart/trunk/c/rampart-bindist.sh
    webservices/rampart/trunk/c/samples/client/sec_echo/data/client.axis2.xml

Modified: webservices/rampart/trunk/c/rampart-bindist.sh
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/rampart-bindist.sh?view=diff&rev=563096&r1=563095&r2=563096
==============================================================================
--- webservices/rampart/trunk/c/rampart-bindist.sh (original)
+++ webservices/rampart/trunk/c/rampart-bindist.sh Mon Aug  6 03:31:06 2007
@@ -1,6 +1,7 @@
 #!/bin/bash
 echo "If you do not need to build Rampart/C %sh rampart-bindist nobuild"
-BIN_DIR=rampartc-bin-0.90-linux
+BIN_DIR=rampartc-bin-1.0.0-linux
+INCL_V_DIR=rampart-1.0.0
 TAR_GZ=$BIN_DIR.tar.gz
 MD5=$TAR_GZ.md5
 PWDIR=$PWD
@@ -33,6 +34,7 @@
 mkdir $BIN_DIR/samples/secpolicy
 mkdir $BIN_DIR/samples/server
 mkdir $BIN_DIR/include
+mkdir $BIN_DIR/include/$INCL_V_DIR
 
 echo "Copy related files to $BIN_DIR"
 #Copy other related files
@@ -55,11 +57,10 @@
 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
+cp samples/server/sec_echo/server_axis2.xml $BIN_DIR/samples/server/sec_echo/server_axis2.xml
 
 echo "Copy headers"
-cp include/*.h $BIN_DIR/include
+cp include/*.h $BIN_DIR/include/$INCL_V_DIR
 
 echo "Removing garbage in $BIN_DIR"
 cd $BIN_DIR

Modified: webservices/rampart/trunk/c/samples/client/sec_echo/data/client.axis2.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/client/sec_echo/data/client.axis2.xml?view=diff&rev=563096&r1=563095&r2=563096
==============================================================================
--- webservices/rampart/trunk/c/samples/client/sec_echo/data/client.axis2.xml (original)
+++ webservices/rampart/trunk/c/samples/client/sec_echo/data/client.axis2.xml Mon Aug  6 03:31:06 2007
@@ -128,7 +128,6 @@
         <!--phase name="RMPhase"/-->
         <!--phase name="userphase1"/-->
         <phase name="MessageOut"/>
-        <phase name="Security"/>
     </phaseOrder>
 </axisconfig>