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

[LMS-2207] add apache-poi jars to DataSet Uploader jnlp

SVN: 21010
parent b123602c
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,13 @@ public class DataSetUploadClientServingServlet extends AbstractWebStartClientSer
+ " <jar href='commons-httpclient.jar'/>\n"
+ " <jar href='commons-io.jar'/>\n" + " <jar href='commons-lang.jar'/>\n"
+ " <jar href='commons-logging.jar'/>\n" + " <jar href='jython.jar'/>\n"
+ " <jar href='dss_upload_gui.jar'/>\n" + " </resources>\n"
+ " <jar href='dss_upload_gui.jar'/>\n"
+ " <jar href='poi-3.7-20101029.jar'/>\n"
+ " <jar href='poi-ooxml-3.7-20101029.jar'/>\n"
+ " <jar href='poi-ooxml-schemas-3.7-20101029.jar'/>\n"
+ " <jar href='dom4j-1.6.1.jar'/>\n"
+ " <jar href='geronimo-stax-api_1.0_spec-1.0.jar'/>\n"
+ " <jar href='xmlbeans-2.3.0.jar'/>\n" + " </resources>\n"
+ " <application-desc main-class='${main-class}'>\n"
+ " <argument>${service-URL}</argument>\n"
+ " <argument>${session-id}</argument>\n" + " </application-desc>\n"
......
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