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

SP-70, BIS-35: Add javassist.jar to screening DSS lib in distribution.

SVN: 25417
parent 9df54ff0
No related branches found
No related tags found
No related merge requests found
...@@ -123,6 +123,7 @@ ...@@ -123,6 +123,7 @@
<include name="tabular-data-graph.properties" /> <include name="tabular-data-graph.properties" />
</fileset> </fileset>
</copy> </copy>
<copy file="${lib}/javassist/javassist.jar" todir="${dist.datastore_server.lib}"/>
<copy todir="${dist.datastore_server.lib}" flatten="true"> <copy todir="${dist.datastore_server.lib}" flatten="true">
<fileset dir="${lib}/reflections"> <fileset dir="${lib}/reflections">
<include name="**/*.jar"/> <include name="**/*.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