You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2019/10/31 14:37:10 UTC

[ws-wss4j] 03/03: Removing binary artifacts from the source distribution

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to annotated tag 1_6_6
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit b8fad25eb904c130ff198f93f5286d9bb0062011
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon May 21 17:05:23 2012 +0000

    Removing binary artifacts from the source distribution
---
 README.txt | 3 +++
 build.xml  | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.txt b/README.txt
index a4efae1..d0b1392 100644
--- a/README.txt
+++ b/README.txt
@@ -56,3 +56,6 @@ installed.
 
 [1] http://www.oracle.com/technetwork/java/javase/downloads/index.html
 
+Note that for JDK 1.5 the tests require that xml-apis and xercesImpl be 
+available in an "endorsed" subdirectory.
+
diff --git a/build.xml b/build.xml
index 78e0e64..2802f81 100644
--- a/build.xml
+++ b/build.xml
@@ -368,7 +368,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 README.txt NOTICE build.xml pom.xml"/>
+                includes="src/** ChangeLog.txt LICENSE.txt README.txt NOTICE build.xml pom.xml"/>
         </zip>
     </target>