Author: kaushalye
Date: Mon Apr 30 02:03:24 2007
New Revision: 533631
URL: http://svn.apache.org/viewvc?view=rev&rev=533631
Log:
Adding NOTICE
Added:
webservices/rampart/trunk/c/NOTICE
Modified:
webservices/rampart/trunk/c/INSTALL
webservices/rampart/trunk/c/samples/INSTALL
webservices/rampart/trunk/c/samples/client/sec_echo/Makefile.am
Modified: webservices/rampart/trunk/c/INSTALL
URL:
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/INSTALL?view=diff&rev=533631&r1=533630&r2=533631
==============================================================================
--- webservices/rampart/trunk/c/INSTALL (original)
+++ webservices/rampart/trunk/c/INSTALL Mon Apr 30 02:03:24 2007
@@ -15,17 +15,19 @@
make install
If you need to try samples, you need to build them.
- Go to samples and run the script build.sh
- Then go to samples/secpolicy and try a scenario
- %s test_scen.sh scenarioX server-port
+ -Go to samples and run the script build.sh
+ -Then go to samples/secpolicy and try a scenario
+ %sh test_scen.sh scenarioX server-port
Getting Rampart/C binary distribution working on Linux
============================================
1. Copy modules/rampart to $AXIS2C_HOME/modules
2. Copy samples/server/sec_echo to $AXIS2C_HOME/services/
3. Engage rampart as described in section "Engage Rampart/C with axis2/C"
-4. Go to samples/secpolicy/ and try a scenario
- %s test_scen.sh scenarioX server-port
+4. Go to samples/client/sec_echo/ and deploy the client repo
+ %sh deploy_client_repo.sh
+5. Go to samples/secpolicy/ and try a scenario
+ %sh test_scen.sh scenarioX server-port
Engage Rampart/C with axis2/C
Added: webservices/rampart/trunk/c/NOTICE
URL:
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/NOTICE?view=auto&rev=533631
==============================================================================
--- webservices/rampart/trunk/c/NOTICE (added)
+++ webservices/rampart/trunk/c/NOTICE Mon Apr 30 02:03:24 2007
@@ -0,0 +1,5 @@
+Apache Rampart/C
+Copyright 2005, 2006 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
Modified: webservices/rampart/trunk/c/samples/INSTALL
URL:
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/INSTALL?view=diff&rev=533631&r1=533630&r2=533631
==============================================================================
--- webservices/rampart/trunk/c/samples/INSTALL (original)
+++ webservices/rampart/trunk/c/samples/INSTALL Mon Apr 30 02:03:24 2007
@@ -7,8 +7,8 @@
make install
use './configure --help' for options
-NOTE: If you don't provide a --prefix configure option, it will by default
-install into /usr/local/axis2c/rampart/samples directory.
+Please refer the ../INSTALL for more information
+
Modified: webservices/rampart/trunk/c/samples/client/sec_echo/Makefile.am
URL:
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/client/sec_echo/Makefile.am?view=diff&rev=533631&r1=533630&r2=533631
==============================================================================
--- webservices/rampart/trunk/c/samples/client/sec_echo/Makefile.am (original)
+++ webservices/rampart/trunk/c/samples/client/sec_echo/Makefile.am Mon Apr 30
02:03:24 2007
@@ -1,6 +1,8 @@
SUBDIRS = data
prgbindir=$(prefix)/bin/samples/rampart/client/sec_echo
prgbin_PROGRAMS = echo
+datadir=$(prefix)/bin/samples/rampart/client/sec_echo
+data_DATA= README.txt update_n_run.sh deploy_client_repo.sh
#samplesdir=$(prefix)/samples/client/echo
#samples_DATA=echo.c README.txt Makefile.am Makefile.in
echo_SOURCES = echo.c
@@ -22,4 +24,4 @@
@UTILINC@ \
@AXIOMINC@
-EXTRA_DIST = README.txt update_n_run.sh deploy_client_repo.sh
+EXTRA_DIST = README.txt