You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2015/09/29 15:42:14 UTC

svn commit: r1705861 - in /creadur/rat/trunk: apache-rat-gradle/ pom.xml src/changes/changes.xml

Author: jochen
Date: Tue Sep 29 13:42:13 2015
New Revision: 1705861

URL: http://svn.apache.org/viewvc?rev=1705861&view=rev
Log:
PR: RAT-163

Removing the Gradle Plugin from the Rat Core project, so that building
with Java 5 works again.

Removed:
    creadur/rat/trunk/apache-rat-gradle/
Modified:
    creadur/rat/trunk/pom.xml
    creadur/rat/trunk/src/changes/changes.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1705861&r1=1705860&r2=1705861&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Tue Sep 29 13:42:13 2015
@@ -346,7 +346,6 @@ agnostic home for software distribution
               <!-- This file only describes how to build the project and it has no license header -->
               <exclude>BUILD.txt</exclude>
               <!-- rat:check does not seem to use exclusions from modules -->
-              <exclude>apache-rat-gradle/**</exclude>
               <exclude>apache-rat/README*.txt</exclude>
               <exclude>apache-rat-core/src/test/resources/**</exclude>
               <exclude>apache-rat*/target/**</exclude>
@@ -640,9 +639,6 @@ agnostic home for software distribution
     <module>apache-rat-api</module>
     <module>apache-rat-core</module>
     <module>apache-rat-plugin</module>
-    <!-- RAT-163: current patch uses a JDK7-compiled test dependencies; thus fails our JDK5 compliance
-    <module>apache-rat-gradle</module>
-    -->
     <module>apache-rat-tasks</module>
     <module>apache-rat</module>
   </modules>

Modified: creadur/rat/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/src/changes/changes.xml?rev=1705861&r1=1705860&r2=1705861&view=diff
==============================================================================
--- creadur/rat/trunk/src/changes/changes.xml (original)
+++ creadur/rat/trunk/src/changes/changes.xml Tue Sep 29 13:42:13 2015
@@ -44,6 +44,12 @@ The <action> type attribute can be add,u
   </properties>
 
   <body>
+    <release version="0.12" date="Not yet released">
+      <action dev="jochen" issue="RAT-163">
+        Removing the Gradle Plugin from the Rat Core project, so that building
+        with Java 5 works again.
+      </action>
+    </release>
     <release version="0.11" date="2014-08-31" description=
 "* Rat stays at compiler level 1.5 to be more compliant with other Maven plugins,
   fixed build/CI environment to reflect and ensure that.