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

SE-146 try to fix bug

SVN: 12920
parent 2f2a356a
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,11 @@
<target name="compile" depends="build-common.compile, clean" />
<target name="run-tests">
<copy todir="${classes}">
<fileset dir="${sources}">
<include name="**/*.xsd" />
</fileset>
</copy>
<antcall target="build-common.run-tests">
<param name="test.suite" value="tests.xml" />
</antcall>
......
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