You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2014/02/15 01:19:51 UTC

svn commit: r1568556 - /poi/trunk/build.xml

Author: centic
Date: Sat Feb 15 00:19:50 2014
New Revision: 1568556

URL: http://svn.apache.org/r1568556
Log:
build.xml: Add missing depends on init for compile-main target

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1568556&r1=1568555&r2=1568556&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Feb 15 00:19:50 2014
@@ -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}"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org