You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/03/29 06:29:40 UTC

git commit: [flex-falcon] [refs/heads/develop] - switch to newer rat from Maven

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 74aebf34c -> bf746d0b9


switch to newer rat from Maven


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

Branch: refs/heads/develop
Commit: bf746d0b9ac1e062452d2c16afc5b1f939715b62
Parents: 74aebf3
Author: Alex Harui <ah...@apache.org>
Authored: Mon Mar 28 21:29:36 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Mar 28 21:29:36 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/bf746d0b/ApproveFalcon.xml
----------------------------------------------------------------------
diff --git a/ApproveFalcon.xml b/ApproveFalcon.xml
index 6f99c25..51c4e56 100644
--- a/ApproveFalcon.xml
+++ b/ApproveFalcon.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"/>
     
@@ -164,7 +165,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">