瀏覽代碼

build.xml: Add missing depends on init for compile-main target

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568556 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_11_BETA1
Dominik Stadler 10 年之前
父節點
當前提交
a4cb9a5826
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      build.xml

+ 1
- 1
build.xml 查看文件

@@ -548,7 +548,7 @@ under the License.

<target name="compile-all" depends="compile,compile-ooxml-lite"/>

<target name="compile-main">
<target name="compile-main" depends="init">
<javac target="${jdk.version.class}"
source="${jdk.version.source}"
destdir="${main.output.dir}"

Loading…
取消
儲存