You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/03/19 11:36:12 UTC

svn commit: r638781 - in /commons/proper/collections/trunk/src/assembly: bin.xml src.xml

Author: niallp
Date: Wed Mar 19 03:36:08 2008
New Revision: 638781

URL: http://svn.apache.org/viewvc?rev=638781&view=rev
Log:
Add missing files

Modified:
    commons/proper/collections/trunk/src/assembly/bin.xml
    commons/proper/collections/trunk/src/assembly/src.xml

Modified: commons/proper/collections/trunk/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/assembly/bin.xml?rev=638781&r1=638780&r2=638781&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/assembly/bin.xml (original)
+++ commons/proper/collections/trunk/src/assembly/bin.xml Wed Mar 19 03:36:08 2008
@@ -26,6 +26,7 @@
             <includes>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
+                <include>README.txt</include>
                 <include>RELEASE-NOTES.html</include>
             </includes>
         </fileSet>

Modified: commons/proper/collections/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/assembly/src.xml?rev=638781&r1=638780&r2=638781&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/assembly/src.xml (original)
+++ commons/proper/collections/trunk/src/assembly/src.xml Wed Mar 19 03:36:08 2008
@@ -25,8 +25,9 @@
         <fileSet>
             <includes>
                 <include>build.xml</include>
+                <include>build-testframework.xml</include>
+                <include>checkstyle.xml</include>
                 <include>DEVELOPERS-GUIDE.html</include>
-                <include>default.properties</include>
                 <include>LICENSE.txt</include>
                 <include>maven.xml</include>
                 <include>NOTICE.txt</include>
@@ -36,7 +37,6 @@
                 <include>PROPOSAL.html</include>
                 <include>README.txt</include>
                 <include>RELEASE-NOTES.html</include>
-
             </includes>
         </fileSet>
         <fileSet>