switch to newer rat from maven

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/164ec03e
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/164ec03e
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/164ec03e

Branch: refs/heads/feature/maven-migration
Commit: 164ec03e9231789041b50ed80d6f28f724b86288
Parents: f742bc2
Author: Alex Harui <[email protected]>
Authored: Mon Mar 28 21:15:35 2016 -0700
Committer: Alex Harui <[email protected]>
Committed: Mon Mar 28 21:15:35 2016 -0700

----------------------------------------------------------------------
 ApproveFlexJS.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/164ec03e/ApproveFlexJS.xml
----------------------------------------------------------------------
diff --git a/ApproveFlexJS.xml b/ApproveFlexJS.xml
index b01029b..f6dccd1 100644
--- a/ApproveFlexJS.xml
+++ b/ApproveFlexJS.xml
@@ -54,9 +54,10 @@
        
     <property name="src.rat.report" value="${basedir}/rat-report-src.txt"/>
     <property name="bin.rat.report" value="${basedir}/rat-report-bin.txt"/>
-       <property name="apache.rat.jar" value="apache-rat-0.8.jar" />
-       <property name="apache.rat.tasks.jar" value="apache-rat-tasks-0.8.jar" 
/>
-       <property name="apache.rat.url" 
value="http://people.apache.org/~aharui/rat"; />
+       <property name="apache.rat.jar" value="apache-rat-0.11.jar" />
+       <property name="apache.rat.tasks.jar" value="apache-rat-tasks-0.11.jar" 
/>
+       <property name="apache.rat.url" 
value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11";
 />
+    <property name="apache.rat.tasks.url" 
value="http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11";
 />
           
     <property file="${basedir}/approvefalcon.properties"/>
     
@@ -187,7 +188,7 @@
                <get src="${apache.rat.url}/${apache.rat.jar}" 
dest="${env.ANT_HOME}/lib/${apache.rat.jar}" />
        </target>
        <target name="install-rat.tasks.jar" unless="apache.rat.tasks.found">
-               <get src="${apache.rat.url}/${apache.rat.tasks.jar}" 
dest="${env.ANT_HOME}/lib/${apache.rat.tasks.jar}" />
+               <get src="${apache.rat.tasks.url}/${apache.rat.tasks.jar}" 
dest="${env.ANT_HOME}/lib/${apache.rat.tasks.jar}" />
        </target>
        
     <target name="rat-taskdef" description="Rat taskdef">

Reply via email to