]> source.dussan.org Git - poi.git/commitdiff
Use <file/> instead of <fileset/> for single files to ensure, they exist
authorUwe Schindler <uschindler@apache.org>
Sun, 22 Nov 2015 14:03:52 +0000 (14:03 +0000)
committerUwe Schindler <uschindler@apache.org>
Sun, 22 Nov 2015 14:03:52 +0000 (14:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715627 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index b80a5232ccd0bf34a190d4652adbbff90e37eecd..b8cab63d73ccb72110e0cc45bf31079ae10cb85c 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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}"