Bugfix to build script.

In the future it would be wise to upgrade to the latest version of the common
build script.
This commit is contained in:
Jonathan Bernard 2012-11-11 18:20:28 -06:00
parent e12a605b5c
commit 82b0afc490

View File

@ -99,7 +99,7 @@
<target name="-compile-groovy" depends="-init,-init-groovy,lib">
<mkdir dir="${build.dir}/main/classes"/>
<groovyc srcdir="${src.dir}/main" destdir="${build.dir}/main/classes"
includeAntRuntime="false">
fork="true" includeAntRuntime="false">
<classpath>
<path refid="groovy.classpath"/>