You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by us...@apache.org on 2015/11/22 15:03:52 UTC

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

Author: uschindler
Date: Sun Nov 22 14:03:52 2015
New Revision: 1715627

URL: http://svn.apache.org/viewvc?rev=1715627&view=rev
Log:
Use <file/> instead of <fileset/> for single files to ensure, they exist

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1715627&r1=1715626&r2=1715627&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Nov 22 14:03:52 2015
@@ -717,7 +717,7 @@ under the License.
             </replace>
 
             <copy todir="${xmlbean.sources.dir}">
-                <fileset dir="src/ooxml/java" includes="org/apache/poi/POIXMLTypeLoader.java"/>
+                <file basedir="${ooxml.src}" file="${ooxml.src}/org/apache/poi/POIXMLTypeLoader.java"/>
             </copy>
 
             <javac target="${jdk.version.class}"



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