Author: kiwiwings
Date: Sun Mar 20 13:15:04 2016
New Revision: 1735876
URL: http://svn.apache.org/viewvc?rev=1735876&view=rev
Log:
XmlBeans generation still needs the original jar
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1735876&r1=1735875&r2=1735876&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Mar 20 13:15:04 2016
@@ -660,7 +660,7 @@ under the License.
<taskdef name="xmlbean"
classname="org.apache.xmlbeans.impl.tool.XMLBean"
- classpath="${ooxml.xmlbeans23.jar}"/>
+ classpath="${ooxml.xmlbeans23.jar}.orig"/>
<property name="xmlbean.xsds.dir" location="build/xmlbean-xsds"/>
<property name="xmlbean.sources.dir"
location="build/xmlbean-sources"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]