Remove org.w3c.dom files from xbean.jar.


git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@1360938 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index 4da3738..94fbf2c 100644
--- a/build.xml
+++ b/build.xml
@@ -497,7 +497,9 @@
             <fileset dir="build/classes/toolschema"/>
             <fileset dir="build/classes/xsdschema"/>
             <fileset dir="build/classes/xmlschema"/>
-            <fileset dir="build/classes/store"/>
+            <fileset dir="build/classes/store">
+                <exclude name="org/w3c/dom/**" />
+            </fileset>
             <fileset dir="build/classes/saaj_api"/>
             <fileset dir="build/classes/xmlinputstream"/>
             <fileset dir="build/classes/marshal"/>