]> source.dussan.org Git - poi.git/commitdiff
add compile-examples dependency to compile-integration. o.a.p.xssf.eventusermodel...
authorJaven O'Neal <onealj@apache.org>
Wed, 14 Sep 2016 17:55:51 +0000 (17:55 +0000)
committerJaven O'Neal <onealj@apache.org>
Wed, 14 Sep 2016 17:55:51 +0000 (17:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760736 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 6336076181d6017445eab21cffd0392c5984e959..d3623395d9297285e726634c5b9ef26698117999 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1092,7 +1092,7 @@ under the License.
         </copy>
     </target>
 
-    <target name="compile-integration" depends="compile-scratchpad, compile-main, compile-ooxml">
+    <target name="compile-integration" depends="compile-scratchpad, compile-main, compile-ooxml, compile-examples">
         <javac target="${jdk.version.class}"
                source="${jdk.version.source}"
                destdir="${integration.output.test.dir}"