Bug 49470: Exclude test output and classes from rat:check

git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/trunk@956256 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f0b414f..e6d7927 100644
--- a/pom.xml
+++ b/pom.xml
@@ -396,6 +396,8 @@
         <configuration>
             <excludes>
                 <exclude>tests/witness/**</exclude>
+                <exclude>tests/output/**</exclude>
+                <exclude>tests/classes/**</exclude>
             </excludes>
         </configuration>
       </plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d43cba7..b4ba010 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,6 +21,7 @@
   </properties>
   <body>
     <release version="1.2.17" date="2010-06-99" description="Maintenance release">
+       <action issue="49470">log4j 1.2.17 release preparation</action>
        <action issue="43282">Eliminate duplicates in OSGi Import-Package directive.</action>
     </release>