Browse Source

#62187 - missing lib reference on integration build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832974 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_0_0_FINAL
Andreas Beeker 6 years ago
parent
commit
1e0c76f276
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/integrationtest/build.xml

+ 1
- 0
src/integrationtest/build.xml View File

@@ -115,6 +115,7 @@ Before running this, you should execute the "assemble" target in the main build.
<path id="libs">
<fileset dir="../../lib">
<include name="junit*.jar"/>
<include name="commons-compress*.jar"/>
</fileset>
<fileset dir="../../ooxml-lib">
<include name="ooxml-schemas-*.jar"/>

Loading…
Cancel
Save