diff options
author | Dominik Stadler <centic@apache.org> | 2014-02-15 00:19:50 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2014-02-15 00:19:50 +0000 |
commit | a4cb9a5826d3766c9514a6eb410ac0126e2cce24 (patch) | |
tree | dbdfb8f930865986200b71381808bc02c2c3ddfe /build.xml | |
parent | 240579a854832029923a9aae4c9bfd807178f4a2 (diff) | |
download | poi-a4cb9a5826d3766c9514a6eb410ac0126e2cce24.tar.gz poi-a4cb9a5826d3766c9514a6eb410ac0126e2cce24.zip |
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
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |