Skip to content
Snippets Groups Projects
Commit 324d4231 authored by tpylak's avatar tpylak
Browse files

LMS-1546 screening distribution: add graphs config file

SVN: 16743
parent bb44d289
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,6 @@
<target name="make-dss-dist" depends="datastore_server.prepare-dist-libs">
<jar update="true" destfile="${dss-jar.file}">
<fileset dir="dist">
<include name="etc/**" />
</fileset>
<fileset dir="source">
<include name="**/*.sql" />
</fileset>
......@@ -54,6 +50,9 @@
<copy todir="${dist.datastore_server}/data">
<fileset dir="${original.dist}/data" />
</copy>
<copy todir="${dist.datastore_server}/etc">
<fileset dir="${original.dist}/etc" />
</copy>
<antcall target="datastore_server.create-distribution" />
</target>
......
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