Fixed typo in taskdef task

This commit is contained in:
Jonathan Bernard 2010-10-22 08:54:46 -05:00
parent 3c4205f336
commit c4455b0811

View File

@ -36,7 +36,7 @@
</target>
<target name="-init-groovy">
<taskef name="groovyc" classpathref="groovy.classpath"
<taskdef name="groovyc" classpathref="groovy.classpath"
classname="org.codehaus.groovy.ant.Groovyc"/>
</target>