You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by jo...@apache.org on 2009/11/22 06:23:58 UTC

svn commit: r883036 - /poi/trunk/build.xml

Author: josh
Date: Sun Nov 22 05:23:57 2009
New Revision: 883036

URL: http://svn.apache.org/viewvc?rev=883036&view=rev
Log:
Re-added jsr173 jar to ooxml ant tasks (jsr173 is not part of java 5 - r882927 was probably tested against java 6).

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=883036&r1=883035&r2=883036&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Nov 22 05:23:57 2009
@@ -185,6 +185,7 @@
     </path>
 
     <path id="ooxml.classpath">
+        <pathelement location="${ooxml.jsr173.jar}"/>
         <pathelement location="${ooxml.dom4j.jar}"/>
         <pathelement location="${ooxml.xmlbeans.jar}"/>
         <pathelement location="${ooxml.schemas.jar}"/>



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