Have the ooxml build correctly ensure that we have the ooxml schemas to hand

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@954507 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2010-06-14 15:05:19 +00:00
parent ad33151624
commit a0a4a806b6
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ under the License.
</copy>
</target>
<target name="compile-ooxml" depends="compile-main,compile-scratchpad">
<target name="compile-ooxml" depends="compile-main,compile-scratchpad,compile-ooxml-xsds">
<javac target="${jdk.version.class}"
source="${jdk.version.source}"
destdir="${ooxml.output.dir}"