소스 검색

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 년 전
부모
커밋
60cefff59a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      build.xml

+ 1
- 1
build.xml 파일 보기

@@ -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…
취소
저장