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:
parent
4ccadf7315
commit
c941df8642
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user