Removing binary artifacts from the source distribution

diff --git a/README.txt b/README.txt
index a4efae1..d0b1392 100644
--- a/README.txt
+++ b/README.txt
@@ -56,3 +56,6 @@
 
 [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 @@
         <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>