You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bs...@apache.org on 2007/09/20 05:32:12 UTC

svn commit: r577523 - /commons/proper/email/trunk/src/assembly/src.xml

Author: bspeakmon
Date: Wed Sep 19 20:32:11 2007
New Revision: 577523

URL: http://svn.apache.org/viewvc?rev=577523&view=rev
Log:
- include maven-build artifacts for build.xml in source assemblies

Modified:
    commons/proper/email/trunk/src/assembly/src.xml

Modified: commons/proper/email/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/assembly/src.xml?rev=577523&r1=577522&r2=577523&view=diff
==============================================================================
--- commons/proper/email/trunk/src/assembly/src.xml (original)
+++ commons/proper/email/trunk/src/assembly/src.xml Wed Sep 19 20:32:11 2007
@@ -27,6 +27,7 @@
         <fileSet>
             <includes>
                 <include>build.xml</include>
+                <include>maven-build.*</include>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
                 <include>pom.xml</include>