Author: kiwiwings
Date: Mon Mar 21 20:44:32 2016
New Revision: 1736091

URL: http://svn.apache.org/viewvc?rev=1736091&view=rev
Log:
another gump run fix (... try)

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1736091&r1=1736090&r2=1736091&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Mar 21 20:44:32 2016
@@ -690,7 +690,9 @@ under the License.
                     noupa="@{noupa}"
                     nopvr="@{nopvr}"
                     >
-                <classpath refid="ooxml.classpath"/>
+                <classpath>
+                       <path location="${ooxml.xmlbeans23.jar}.orig"/>
+                </classpath>
             </xmlbean>
 
             <replace dir="${xmlbean.sources.dir}" includes="**/*.java" 
excludes="**/impl/**">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to