Skip to content

Commit

Permalink
Cleaning up before creating a jar to avoid keeping old files around.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Sep 23, 2002
1 parent 4ecf28c commit e27d490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -32,7 +32,7 @@
classpath="${build}" fork="true" />
</target>

<target name="jar" depends="compile"
<target name="jar" depends="clean,compile"
description="create a jar of the source">

<jar destfile="GalleryRemote.jar" basedir="${build}" />
Expand Down

0 comments on commit e27d490

Please sign in to comment.