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

LMS-401 bug fixed in build.xml !?

SVN: 5866
parent 508a0a79
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,12 @@
<target name="compile" depends="build-common.compile, clean" />
<target name="run-tests">
<antcall target="build-common.run-tests">
<param name="test.suite" value="tests_fast.xml" />
</antcall>
</target>
<target name="jar" depends="compile">
<mkdir dir="${dist.download-service.lib}" />
<build-info revision="revision.number" version="version.number" clean="clean.flag" />
......@@ -50,5 +56,6 @@
<delete dir="${dist.download-service.lib}" />
</target>
<target name="ci" depends="run-tests, check-dependencies"/>
<target name="ci" depends="run-tests, check-dependencies, dist"/>
</project>
\ No newline at end of file
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