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/24 06:10:14 UTC

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

Author: bspeakmon
Date: Sun Sep 23 21:10:14 2007
New Revision: 578646

URL: http://svn.apache.org/viewvc?rev=578646&view=rev
Log:
- exclude lib directory from source assemblies, since its contents
  only relate to the gump build

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=578646&r1=578645&r2=578646&view=diff
==============================================================================
--- commons/proper/email/trunk/src/assembly/src.xml (original)
+++ commons/proper/email/trunk/src/assembly/src.xml Sun Sep 23 21:10:14 2007
@@ -40,9 +40,11 @@
         <fileSet>
             <directory>conf</directory>
         </fileSet>
+        <!--
         <fileSet>
             <directory>lib</directory>
         </fileSet>
+        -->
         <fileSet>
             <directory>src</directory>
         </fileSet>