aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
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 6336076181..d3623395d9 100644
--- 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}"