Skip to content
Snippets Groups Projects
Commit 591c87b0 authored by gpawel's avatar gpawel
Browse files

LMS-2494 Flexible import/upload: poi jars added to openbis distribution

SVN: 22770
parent e7ffc2ca
No related branches found
No related tags found
Loading
...@@ -646,6 +646,16 @@ ...@@ -646,6 +646,16 @@
<lib dir="${lib}/fastutil"> <lib dir="${lib}/fastutil">
<include name="fastutil.jar" /> <include name="fastutil.jar" />
</lib> </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" />
</lib>
<lib dir="${lib}/poi/ooxml-lib">
<include name="xmlbeans-2.3.0.jar" />
<include name="geronimo-stax-api_1.0_spec-1.0.jar" />
</lib>
<!-- Database --> <!-- Database -->
<lib dir="${lib}/postgresql"> <lib dir="${lib}/postgresql">
<include name="postgresql.jar" /> <include name="postgresql.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