Use <file/> instead of <fileset/> for single files to ensure, they exist

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715627 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2015-11-22 14:03:52 +00:00
parent 4ccadf7315
commit c941df8642
1 changed files with 1 additions and 1 deletions

View File

@ -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}"