You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by dm...@apache.org on 2009/05/18 01:36:04 UTC

svn commit: r775780 - /commons/sandbox/resources/trunk/src/assembly/src.xml

Author: dmeikle
Date: Sun May 17 23:36:03 2009
New Revision: 775780

URL: http://svn.apache.org/viewvc?rev=775780&view=rev
Log:
Missed conf folder from src assembly build

Modified:
    commons/sandbox/resources/trunk/src/assembly/src.xml

Modified: commons/sandbox/resources/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/resources/trunk/src/assembly/src.xml?rev=775780&r1=775779&r2=775780&view=diff
==============================================================================
--- commons/sandbox/resources/trunk/src/assembly/src.xml (original)
+++ commons/sandbox/resources/trunk/src/assembly/src.xml Sun May 17 23:36:03 2009
@@ -31,6 +31,9 @@
             </includes>
         </fileSet>
         <fileSet>
+            <directory>conf</directory>
+        </fileSet>
+        <fileSet>
             <directory>src</directory>
         </fileSet>
         <fileSet>