]> source.dussan.org Git - poi.git/commitdiff
build.xml: Add missing depends on init for compile-main target
authorDominik Stadler <centic@apache.org>
Sat, 15 Feb 2014 00:19:50 +0000 (00:19 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 15 Feb 2014 00:19:50 +0000 (00:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568556 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 914eecc02078b1ce10bc3664909cdf3eb3b9b13c..4702c3cc300727b43848940b9aa431ae4de40034 100644 (file)
--- 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}"