Mercurial > public > develkit
changeset 10:3c87d0aee1f9
TL-32: Modify for compatiblity with NB 6.9.1
author | smith@nwoca.org |
---|---|
date | Sat, 18 Dec 2010 21:05:20 -0500 |
parents | ae7d512164d0 |
children | de6f3a495afd |
files | groovy-ant.xml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/groovy-ant.xml Sat Dec 18 19:41:10 2010 -0500 +++ b/groovy-ant.xml Sat Dec 18 21:05:20 2010 -0500 @@ -83,6 +83,8 @@ <attribute name="debug" default="${javac.debug}"/> <attribute name="sourcepath" default="${empty.dir}"/> <attribute name="gensrcdir" default="${empty.dir}"/> + <attribute default="" name="processorpath"/> + <attribute default="" name="apgeneratedsrcdir"/> <element name="customize" optional="true"/> <sequential> <taskdef name="groovyc" classpath="${javac.classpath}" classname="org.codehaus.groovy.ant.Groovyc"/>