changeset 7:286d221f6c28

Explicit folder creation in the build.xml
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 22 Dec 2010 04:00:44 +0100
parents 5abe5af181bd
children a78c980749e3
files build.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build.xml	Wed Dec 22 03:33:37 2010 +0100
+++ b/build.xml	Wed Dec 22 04:00:44 2010 +0100
@@ -22,6 +22,7 @@
     </target>
 
     <target name="build">
+    	<mkdir dir="bin"/>
     	<javac srcdir="src" destdir="bin"/>
     	<jar destfile="hgkit.jar" basedir="bin"/>
     </target>