Skip to content

Commit

Permalink
Fix build (II): Jar fails if there's no folder created yet
Browse files Browse the repository at this point in the history
  • Loading branch information
shafirov committed Jan 25, 2013
1 parent ed3bcc1 commit 4e51105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -7,6 +7,7 @@
<target name="jars">
<delete dir="modules" failonerror="false"/>
<mkdir dir="modules"/>
<mkdir dir="modules/core"/>

<jar destfile="modules/KaraExec.jar" update="false">
<fileset dir="out/production/KaraExec">
Expand Down

0 comments on commit 4e51105

Please sign in to comment.