Fixing issue with running Grendel from the Ant build file. Patch by Chris Gioran <himicos [at] gmail.com>. r=rj.keller@beonex.com

This commit is contained in:
rj.keller%beonex.com 2005-07-22 00:48:40 +00:00
parent ee93d82c69
commit 291b56f207

View File

@ -103,7 +103,7 @@
</target>
<target name="run" description="Runs Grendel after compiling.">
<java classname="grendel.Main" classpath="dist"/>
<java classname="grendel.Main" fork="true" dir="dist"/>
</target>
<target name="clean" description="Cleans up generated class files.">