aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2014-02-15 00:19:50 +0000
committerDominik Stadler <centic@apache.org>2014-02-15 00:19:50 +0000
commita4cb9a5826d3766c9514a6eb410ac0126e2cce24 (patch)
treedbdfb8f930865986200b71381808bc02c2c3ddfe /build.xml
parent240579a854832029923a9aae4c9bfd807178f4a2 (diff)
downloadpoi-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 914eecc020..4702c3cc30 100644
--- a/build.xml
+++ b/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}"