comparison ssdt-common-build.xml @ 32:9480be99ec76

Restore -project.init.groovy.task for backwards compatibility
author smith@nwoca.org
date Tue, 12 Apr 2011 17:24:22 -0400
parents ad0a75e20f7b
children cc9b1cd6098b
comparison
equal deleted inserted replaced
31:0cbc383e341b 32:9480be99ec76
19 <target name="project.cvs.update" 19 <target name="project.cvs.update"
20 depends="project.init" 20 depends="project.init"
21 unless="build.devel.bamboo"> 21 unless="build.devel.bamboo">
22 <!-- Get the latest from CVS --> 22 <!-- Get the latest from CVS -->
23 <cvs command="up -d -P"/> 23 <cvs command="up -d -P"/>
24 </target>
25
26 <target name="-project.init.groovy.task">
27 <echo message="Note: -project.init.groovy.task is a noop. Please remove from dependency."/>
24 </target> 28 </target>
25 29
26 <if> 30 <if>
27 <available classpath="${run.test.classpath}" classname="org.codehaus.groovy.ant.Groovy"/> 31 <available classpath="${run.test.classpath}" classname="org.codehaus.groovy.ant.Groovy"/>
28 <then> 32 <then>