Mercurial > public > develkit
comparison groovy-ant.xml @ 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 |
comparison
equal
deleted
inserted
replaced
9:ae7d512164d0 | 10:3c87d0aee1f9 |
---|---|
81 <attribute name="includes" default="${includes}"/> | 81 <attribute name="includes" default="${includes}"/> |
82 <attribute name="excludes" default="${excludes}"/> | 82 <attribute name="excludes" default="${excludes}"/> |
83 <attribute name="debug" default="${javac.debug}"/> | 83 <attribute name="debug" default="${javac.debug}"/> |
84 <attribute name="sourcepath" default="${empty.dir}"/> | 84 <attribute name="sourcepath" default="${empty.dir}"/> |
85 <attribute name="gensrcdir" default="${empty.dir}"/> | 85 <attribute name="gensrcdir" default="${empty.dir}"/> |
86 <attribute default="" name="processorpath"/> | |
87 <attribute default="" name="apgeneratedsrcdir"/> | |
86 <element name="customize" optional="true"/> | 88 <element name="customize" optional="true"/> |
87 <sequential> | 89 <sequential> |
88 <taskdef name="groovyc" classpath="${javac.classpath}" classname="org.codehaus.groovy.ant.Groovyc"/> | 90 <taskdef name="groovyc" classpath="${javac.classpath}" classname="org.codehaus.groovy.ant.Groovyc"/> |
89 <property name="empty.dir" location="${build.dir}/empty"/> | 91 <property name="empty.dir" location="${build.dir}/empty"/> |
90 <mkdir dir="${empty.dir}"/> | 92 <mkdir dir="${empty.dir}"/> |