From 2cc117d8be9b84f9352066a765c1a282ab2b4d8e Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Wed, 25 Jul 2012 11:33:49 +0000
Subject: [PATCH] MINOR : Use the correct name of the poi libraries -- this was
 causing problems in the general batch import

SVN: 26202
---
 openbis/build/build.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/openbis/build/build.xml b/openbis/build/build.xml
index c5e6b1f81ae..d0902149f12 100644
--- a/openbis/build/build.xml
+++ b/openbis/build/build.xml
@@ -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" />
-- 
GitLab