Author: carnold
Date: Sat Jun 19 17:44:54 2010
New Revision: 956256
URL: http://svn.apache.org/viewvc?rev=956256&view=rev
Log:
Bug 49470: Exclude test output and classes from rat:check
Modified:
logging/log4j/trunk/pom.xml
logging/log4j/trunk/src/changes/changes.xml
Modified: logging/log4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=956256&r1=956255&r2=956256&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Sat Jun 19 17:44:54 2010
@@ -396,6 +396,8 @@ target platform and specify -Dntdll_targ
<configuration>
<excludes>
<exclude>tests/witness/**</exclude>
+ <exclude>tests/output/**</exclude>
+ <exclude>tests/classes/**</exclude>
</excludes>
</configuration>
</plugin>
Modified: logging/log4j/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/trunk/src/changes/changes.xml?rev=956256&r1=956255&r2=956256&view=diff
==============================================================================
--- logging/log4j/trunk/src/changes/changes.xml (original)
+++ logging/log4j/trunk/src/changes/changes.xml Sat Jun 19 17:44:54 2010
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]