You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by se...@apache.org on 2015/09/30 18:25:39 UTC

svn commit: r1706066 - /creadur/rat/branches/0.12-release-branch/src/changes/changes.xml

Author: sebb
Date: Wed Sep 30 16:25:39 2015
New Revision: 1706066

URL: http://svn.apache.org/viewvc?rev=1706066&view=rev
Log:
Remove duplicate entries; fix issue number

Modified:
    creadur/rat/branches/0.12-release-branch/src/changes/changes.xml

Modified: creadur/rat/branches/0.12-release-branch/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release-branch/src/changes/changes.xml?rev=1706066&r1=1706065&r2=1706066&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release-branch/src/changes/changes.xml (original)
+++ creadur/rat/branches/0.12-release-branch/src/changes/changes.xml Wed Sep 30 16:25:39 2015
@@ -84,7 +84,6 @@ The <action> type attribute can be add,u
       <action dev="pottlinger" issue="RAT-180" due-to="Sebastian Bazley" type="fix">
         Generify and beautify texts in RAT report. 
       </action>
-
       <action dev="pottlinger" issue="RAT-196" due-to="Karl Heinz Marbais" type="add">
         Minor refactoring in pom.xml.
       </action>
@@ -94,9 +93,6 @@ The <action> type attribute can be add,u
       <action dev="dennisl" issue="RAT-61" due-to="Jukka Zitting" type="add">
         List files with unapproved licenses in Maven output.
       </action>
-      <action dev="dennisl" issue="RAT-61" due-to="Jukka Zitting" type="add">
-        List files with unapproved licenses in Maven output.
-      </action>
       <action dev="dennisl" issue="RAT-170" due-to="Philipp Ottlinger" type="add">
         RAT should use itself during build and site generation.
       </action>
@@ -106,21 +102,15 @@ The <action> type attribute can be add,u
       <action dev="pottlinger" issue="RAT-184" due-to="Karl Heinz Marbaise" type="add">
         Add DEPENDENCIES to the list of ignored files in NoteGuesser.
       </action>
-      <action dev="pottlinger" issue="RAT-184" due-to="Karl Heinz Marbaise" type="add">
-        Add DEPENDENCIES to the list of ignored files in NoteGuesser.
-      </action>
       <action dev="dennisl" issue="RAT-185" due-to="Karl Heinz Marbaise" type="add">
         .repository folder should be ignored.
       </action>
-      <action dev="dennisl" issue="RAT-185" type="add">
+      <action dev="dennisl" issue="RAT-186" type="add">
         BinaryGuesser should recognize PSD files as images.
       </action>
       <action dev="dennisl" issue="RAT-187" due-to="Karl Heinz Marbaise" type="add">
         Add 'SAR', 'HAR', 'WSR' as archives which should be ignored.
       </action>
-      <action dev="dennisl" issue="RAT-187" due-to="Karl Heinz Marbaise" type="add">
-        Add 'SAR', 'HAR', 'WSR' as archives which should be ignored.
-      </action>
       <action dev="pottlinger" issue="RAT-197" due-to="Karl Heinz Marbaise" type="add">
         Improve exclusion defaults when working with Maven 3.3.1 (exclude .mvn).
       </action>
@@ -151,7 +141,6 @@ The <action> type attribute can be add,u
       <action dev="pottlinger" issue="RAT-204" type="add">
         Unify resource handling in code and tests, make sure the resources are properly closed. Apply minor refactorings.
       </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,