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

LMS-1888 bug in build.xml fixed

SVN: 18867
parent 4f3801b3
No related branches found
No related tags found
No related merge requests found
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
<include name="native/**/*"/> <include name="native/**/*"/>
</fileset> </fileset>
</jar> </jar>
<copy file="${lib}/sybit-image-viewer/image-viewer.jar" todir="${dist.datastore_server.lib}" />
<copy todir="${dist.datastore_server}/data"> <copy todir="${dist.datastore_server}/data">
<fileset dir="${original.dist}/data" /> <fileset dir="${original.dist}/data" />
</copy> </copy>
......
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