Skip to content

Commit

Permalink
added resources build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mike.gaffney committed Oct 7, 2009
1 parent 4f9a95d commit 5ca5f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -154,7 +154,7 @@
</fileset>
</path>

<target name="build.scumd" depends="clean">
<target name="build.scumd" depends="clean, resources">
<javac destdir="${scumd.build.dir}" classpathref="scumd.build.classpath" srcdir="${scumd.src.dir}">
</javac>
</target>
Expand Down

0 comments on commit 5ca5f0f

Please sign in to comment.