You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/07/16 18:11:23 UTC

svn commit: r1362109 - in /commons/proper/dbutils/trunk/src: changes/changes.xml main/assembly/src.xml

Author: simonetripodi
Date: Mon Jul 16 16:11:22 2012
New Revision: 1362109

URL: http://svn.apache.org/viewvc?rev=1362109&view=rev
Log:
[DBUTILS-93] Source assembly artifact fails to build a site because of missing pmd-ruleset.xml - patch submitted by Stevo Slavic

Modified:
    commons/proper/dbutils/trunk/src/changes/changes.xml
    commons/proper/dbutils/trunk/src/main/assembly/src.xml

Modified: commons/proper/dbutils/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/changes/changes.xml?rev=1362109&r1=1362108&r2=1362109&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbutils/trunk/src/changes/changes.xml Mon Jul 16 16:11:22 2012
@@ -44,6 +44,9 @@ The <action> type attribute can be add,u
   </properties>
   <body>
     <release version="1.5" date="2012-07-19" description="Bugfixes and addition of BeanMapHandler">
+      <action dev="simonetripodi" due-to="Stevo Slavic" type="fix" issue="DBUTILS-93">
+        Source assembly artifact fails to build a site because of missing pmd-ruleset.xml
+      </action>
       <action dev="simonetripodi" due-to="Stevo Slavic" type="update" issue="DBUTILS-91">
         Enhance BasicRowProcessor to have row mapping easier to configure
       </action>

Modified: commons/proper/dbutils/trunk/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/main/assembly/src.xml?rev=1362109&r1=1362108&r2=1362109&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/dbutils/trunk/src/main/assembly/src.xml Mon Jul 16 16:11:22 2012
@@ -28,6 +28,7 @@
                 <include>license-header.txt</include>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
+                <include>pmd-ruleset.xml</include>
                 <include>pom.xml</include>
                 <include>RELEASE-NOTES.txt</include>
             </includes>