You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ce...@apache.org on 2012/07/12 22:58:42 UTC

svn commit: r1360938 - /xmlbeans/trunk/build.xml

Author: cezar
Date: Thu Jul 12 20:58:41 2012
New Revision: 1360938

URL: http://svn.apache.org/viewvc?rev=1360938&view=rev
Log:
Remove org.w3c.dom files from xbean.jar.

Modified:
    xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1360938&r1=1360937&r2=1360938&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Thu Jul 12 20:58:41 2012
@@ -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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org