You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2011/08/15 13:09:30 UTC

svn commit: r1157778 - in /webservices/wss4j/trunk: README.txt build.xml

Author: coheigea
Date: Mon Aug 15 11:09:30 2011
New Revision: 1157778

URL: http://svn.apache.org/viewvc?rev=1157778&view=rev
Log:
Adding a README.txt file to trunk.

Added:
    webservices/wss4j/trunk/README.txt
Modified:
    webservices/wss4j/trunk/build.xml

Added: webservices/wss4j/trunk/README.txt
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/README.txt?rev=1157778&view=auto
==============================================================================
--- webservices/wss4j/trunk/README.txt (added)
+++ webservices/wss4j/trunk/README.txt Mon Aug 15 11:09:30 2011
@@ -0,0 +1,47 @@
+
+* Apache WSS4J *
+
+The Apache WSS4J© project provides a Java implementation of the primary
+security standards for Web Services, namely the OASIS Web Services Security
+(WS-Security) specifications from the OASIS Web Services Security TC. WSS4J
+provides an implementation of the following WS-Security standards:
+
+    SOAP Message Security 1.1
+    Username Token Profile 1.1
+    X.509 Certificate Token Profile 1.1
+    SAML Token Profile 1.1
+    Basic Security Profile 1.1
+
+Apache WSS4J, Apache, and the Apache feather logo are trademarks of The Apache
+Software Foundation. 
+
+The master link to WSS4J: http://ws.apache.org/wss4j/
+
+* Crypto Notice *
+
+   This distribution includes cryptographic software.  The country in
+   which you currently reside may have restrictions on the import,
+   possession, use, and/or re-export to another country, of
+   encryption software.  BEFORE using any encryption software, please
+   check your country's laws, regulations and policies concerning the
+   import, possession, or use, and re-export of encryption software, to
+   see if this is permitted.  See <http://www.wassenaar.org/> for more
+   information.
+
+   The U.S. Government Department of Commerce, Bureau of Industry and
+   Security (BIS), has classified this software as Export Commodity
+   Control Number (ECCN) 5D002.C.1, which includes information security
+   software using or performing cryptographic functions with asymmetric
+   algorithms.  The form and manner of this Apache Software Foundation
+   distribution makes it eligible for export under the License Exception
+   ENC Technology Software Unrestricted (TSU) exception (see the BIS
+   Export Administration Regulations, Section 740.13) for both object
+   code and source code.
+
+   The following provides more details on the included cryptographic
+   software:
+
+   Apache Santuario : http://santuario.apache.org/
+   Apache WSS4J     : http://ws.apache.org/wss4j/
+   Bouncycastle     : http://www.bouncycastle.org/
+

Modified: webservices/wss4j/trunk/build.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/build.xml?rev=1157778&r1=1157777&r2=1157778&view=diff
==============================================================================
--- webservices/wss4j/trunk/build.xml (original)
+++ webservices/wss4j/trunk/build.xml Mon Aug 15 11:09:30 2011
@@ -351,7 +351,7 @@ org.apache.ws.security.util
          <zip destfile=
            "${dir.dist}/${product.shortname}-bin-${product.version}.zip">
             <zipfileset prefix="wss4j-${product.version}" dir="."
-                includes="legal/** lib/** LICENSE.txt NOTICE "/>
+                includes="legal/** lib/** LICENSE.txt README.txt NOTICE "/>
             <zipfileset prefix="wss4j-${product.version}/lib" dir="target/"
                 includes="wss4j-${product.version}.jar" />
             <zipfileset prefix="wss4j-${product.version}/doc" dir="target/"
@@ -367,7 +367,7 @@ org.apache.ws.security.util
         <zip destfile=
                  "${dir.dist}/${product.shortname}-src-${product.version}.zip">
             <zipfileset prefix="wss4j-${product.version}" dir="."
-                includes="src/** legal/** lib/** endorsed/** ChangeLog.txt LICENSE.txt NOTICE build.xml pom.xml"/>
+                includes="src/** legal/** lib/** endorsed/** ChangeLog.txt LICENSE.txt README.txt NOTICE build.xml pom.xml"/>
         </zip>
     </target>