Skip to content
Snippets Groups Projects
Commit 3ad3726b authored by felmer's avatar felmer
Browse files

jsonrpc4j and depend libs also added to war

SVN: 22881
parent 489aa83c
No related branches found
No related tags found
No related merge requests found
...@@ -745,6 +745,15 @@ ...@@ -745,6 +745,15 @@
<lib dir="${lib}/jython"> <lib dir="${lib}/jython">
<include name="jython.jar" /> <include name="jython.jar" />
</lib> </lib>
<fileset dir="${lib}/jsonrpc4j">
<include name="jsonrpc4j.jar" />
</fileset>
<fileset dir="${lib}/jackson">
<include name="jackson-core-asl.jar" />
</fileset>
<fileset dir="${lib}/jackson">
<include name="jackson-mapper-asl.jar" />
</fileset>
</war> </war>
<!-- Does some cleaning. --> <!-- Does some cleaning. -->
<delete file="${jar.file}" failonerror="true" /> <delete file="${jar.file}" failonerror="true" />
......
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