Skip to content
Snippets Groups Projects
Commit 2cc117d8 authored by cramakri's avatar cramakri
Browse files

MINOR : Use the correct name of the poi libraries -- this was causing problems...

MINOR : Use the correct name of the poi libraries -- this was causing problems in the general batch import

SVN: 26202
parent 1959ecc2
No related branches found
No related tags found
No related merge requests found
......@@ -719,9 +719,9 @@
</lib>
<!-- Excel -->
<lib dir="${lib}/poi">
<include name="poi-3.7-20101029.jar" />
<include name="poi-ooxml-3.7-20101029.jar" />
<include name="poi-ooxml-schemas-3.7-20101029.jar" />
<include name="poi.jar" />
<include name="poi-ooxml.jar" />
<include name="poi-ooxml-schemas.jar" />
</lib>
<lib dir="${lib}/poi/ooxml-lib">
<include name="xmlbeans-2.3.0.jar" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment