Browse Source

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
tags/REL_3_7_BETA1^2
Nick Burch 14 years ago
parent
commit
60cefff59a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.xml

+ 1
- 1
build.xml 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}"

Loading…
Cancel
Save