aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJ08nY2017-11-01 21:50:33 +0100
committerJ08nY2017-11-01 21:50:33 +0100
commitca92d2e5237ce3efcfc90f22036b72a2a34679ac (patch)
tree9801f671badfdf2dc03fcc01d85d701e2962560d /build.xml
parentd789fc6f20d1f65a09804ac473c79a40cea6fedd (diff)
downloadECTester-ca92d2e5237ce3efcfc90f22036b72a2a34679ac.tar.gz
ECTester-ca92d2e5237ce3efcfc90f22036b72a2a34679ac.tar.zst
ECTester-ca92d2e5237ce3efcfc90f22036b72a2a34679ac.zip
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 1fd4fcd..9263272 100644
--- a/build.xml
+++ b/build.xml
@@ -92,4 +92,8 @@
</jar>
</target>
-->
+ <target name="-post-jar">
+ <copy file="src/cz/crcs/ectester/scripts/ectester.sh" todir="${dist.dir}"/>
+ <copy file="src/cz/crcs/ectester/scripts/ectester.bat" todir="${dist.dir}"/>
+ </target>
</project>