Author: sebb
Date: Mon Feb 13 02:05:37 2012
New Revision: 1243393
URL: http://svn.apache.org/viewvc?rev=1243393&view=rev
Log:
Ensure checkstyle files are included in assembly
Modified:
commons/proper/net/trunk/src/assembly/src.xml
Modified: commons/proper/net/trunk/src/assembly/src.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/assembly/src.xml?rev=1243393&r1=1243392&r2=1243393&view=diff
==============================================================================
--- commons/proper/net/trunk/src/assembly/src.xml (original)
+++ commons/proper/net/trunk/src/assembly/src.xml Mon Feb 13 02:05:37 2012
@@ -30,6 +30,7 @@ Licensed to the Apache Software Foundati
<include>RELEASE-NOTES.txt</include>
<include>pom.xml</include>
<include>findbugs-exclude-filter.xml</include>
+ <include>checkstyle*.xml</include>
</includes>
</fileSet>
<fileSet>