1
0
mirror of https://github.com/nerzhul/nrz-androidlib.git synced 2025-06-07 16:06:21 +00:00

Update build.xml

This commit is contained in:
Ner'zhul 2015-04-02 12:18:57 +02:00
parent 536fe8c6e6
commit 063498d321

View File

@ -1,3 +1,4 @@
<project name="nrz-androidlib" default="dist" basedir=".">
<property name="dist.dir" value="dist" />
<target name="dist" depends="compile">
@ -13,3 +14,4 @@
<delete dir="${build.dir}" />
<delete dir="${dist.dir}" />
</target>
</project>