Author: samisa
Date: Wed Jul 4 21:55:56 2007
New Revision: 553372
URL: http://svn.apache.org/viewvc?view=rev&rev=553372
Log:
Added copying README to rampart client samples folder
Modified:
webservices/rampart/trunk/c/samples/Makefile.am
webservices/rampart/trunk/c/samples/README
Modified: webservices/rampart/trunk/c/samples/Makefile.am
URL:
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/Makefile.am?view=diff&rev=553372&r1=553371&r2=553372
==============================================================================
--- webservices/rampart/trunk/c/samples/Makefile.am (original)
+++ webservices/rampart/trunk/c/samples/Makefile.am Wed Jul 4 21:55:56 2007
@@ -5,6 +5,7 @@
install-data-hook:
cp -rf secpolicy/* $(datadir)
+ cp -rf README $(datadir)/../
EXTRA_DIST=secpolicy omxmlsec data
Modified: webservices/rampart/trunk/c/samples/README
URL:
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/README?view=diff&rev=553372&r1=553371&r2=553372
==============================================================================
--- webservices/rampart/trunk/c/samples/README (original)
+++ webservices/rampart/trunk/c/samples/README Wed Jul 4 21:55:56 2007
@@ -1,44 +1,7 @@
Apache Rampart/C samples
- Rampart, What is it?
- -----------
- Please read the rampart/README file.
-
- The Latest Version
- ------------------
-
- You can get the latest svn checkout of Apache Axis2/C Rampart samples from
-
- https://svn.apache.org/repos/asf/webservices/rampart/trunk/c
-
- Installation
- ------------
-
- Please see the file called INSTALL.
-
- Try samples
- -----------
- Please install the sec_echo service and invoke that service using enc_echo
client sample.
- To get more information read ABOUT_SAMPLES
-
- Licensing
- ---------
-
- Please see the file called LICENSE.
-
- Contacts
- --------
-
- o If you have a bug report for Apache Axis2/C Rampart samples please go
log a
- Jira issue at https://issues.apache.org/jira/browse/RAMPARTC-2
-
- o If you want to participate in actively developing Apache Axis2/C
Rampart
- samples please subscribe to the [EMAIL PROTECTED]' mailing list
-
-
- Acknowledgments
- ----------------
-
- Apache Rampart/C samples relies heavily on the use of autoconf and
- libtool to provide a build environment.
+ How to Run Samples?
+ -------------------
+
+ Please have a look at the secpolicy/README.txt file.