Author: ggregory
Date: Thu Apr 18 20:57:43 2013
New Revision: 1469567
URL: http://svn.apache.org/r1469567
Log:
Add missing pmd.xml file to src assembly.
Modified:
commons/proper/codec/trunk/src/main/assembly/src.xml
Modified: commons/proper/codec/trunk/src/main/assembly/src.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/assembly/src.xml?rev=1469567&r1=1469566&r2=1469567&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/codec/trunk/src/main/assembly/src.xml Thu Apr 18 20:57:43
2013
@@ -32,6 +32,7 @@
<include>LICENSE-header.txt</include>
<include>NOTICE.txt</include>
<include>pom.xml</include>
+ <include>pmd.xml</include>
<include>RELEASE-NOTES*.txt</include>
<include>TODO</include>
</includes>