You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2008/12/12 21:58:44 UTC

svn commit: r726116 - /commons/proper/configuration/trunk/pom.xml

Author: oheger
Date: Fri Dec 12 12:58:43 2008
New Revision: 726116

URL: http://svn.apache.org/viewvc?rev=726116&view=rev
Log:
The Maven2 build did not include some resources into the resulting jar that were added by the ant and Maven1 build. These resources are now taken into account.

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=726116&r1=726115&r2=726116&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Fri Dec 12 12:58:43 2008
@@ -401,6 +401,14 @@
             <include>LICENSE.txt</include>
           </includes>
         </resource>
+        <resource>
+          <directory>conf</directory>
+          <includes>
+            <include>digesterRules.xml</include>
+            <include>properties.dtd</include>
+            <include>PropertyList-1.0.dtd</include>
+          </includes>
+        </resource>
       </resources>
       <testResources>
         <testResource>