File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 4949 </condition >
5050
5151<property name =" rat.report" value =" ${basedir}/rat-report.txt" />
52- <property name =" apache.rat.jar" value =" apache-rat-0.8.jar" />
53- <property name =" apache.rat.tasks.jar" value =" apache-rat-tasks-0.8.jar" />
54- <property name =" apache.rat.url" value =" http://people.apache.org/~aharui/rat" />
52+ <property name =" apache.rat.jar" value =" apache-rat-0.11.jar" />
53+ <property name =" apache.rat.tasks.jar" value =" apache-rat-tasks-0.11.jar" />
54+ <property name =" apache.rat.url" value =" http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11" />
55+ <property name =" apache.rat.tasks.url" value =" http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11" />
5556
5657<property file =" ${basedir}/local.properties" />
5758<property file =" ${basedir}/build.properties" />
192193<get src =" ${apache.rat.url}/${apache.rat.jar}" dest =" ${env.ANT_HOME}/lib/${apache.rat.jar}" />
193194</target >
194195<target name =" install-rat.tasks.jar" unless =" apache.rat.tasks.found" >
195- <get src =" ${apache.rat.url}/${apache.rat.tasks.jar}" dest =" ${env.ANT_HOME}/lib/${apache.rat.tasks.jar}" />
196+ <get src =" ${apache.rat.tasks. url}/${apache.rat.tasks.jar}" dest =" ${env.ANT_HOME}/lib/${apache.rat.tasks.jar}" />
196197</target >
197198
198199 <target name =" rat-taskdef" description =" Rat taskdef" >
You can’t perform that action at this time.
0 commit comments