You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tc...@apache.org on 2010/08/12 10:12:51 UTC

svn commit: r984677 - in /commons/proper/compress/trunk: RELEASE-NOTES.txt src/assembly/bin.xml src/assembly/src.xml

Author: tcurdt
Date: Thu Aug 12 08:12:51 2010
New Revision: 984677

URL: http://svn.apache.org/viewvc?rev=984677&view=rev
Log:
added RELEASE-NOTES.txt and README.txt to the assembly
refer to released version in release notes


Modified:
    commons/proper/compress/trunk/RELEASE-NOTES.txt
    commons/proper/compress/trunk/src/assembly/bin.xml
    commons/proper/compress/trunk/src/assembly/src.xml

Modified: commons/proper/compress/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/RELEASE-NOTES.txt?rev=984677&r1=984676&r2=984677&view=diff
==============================================================================
--- commons/proper/compress/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/compress/trunk/RELEASE-NOTES.txt Thu Aug 12 08:12:51 2010
@@ -1,6 +1,6 @@
                         
 
-              Apache Commons Compress 1.1-SNAPSHOT RELEASE NOTES
+              Apache Commons Compress 1.1 RELEASE NOTES
 
 Release 1.1
 

Modified: commons/proper/compress/trunk/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/assembly/bin.xml?rev=984677&r1=984676&r2=984677&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/assembly/bin.xml (original)
+++ commons/proper/compress/trunk/src/assembly/bin.xml Thu Aug 12 08:12:51 2010
@@ -26,6 +26,8 @@
             <includes>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
+                <include>README.txt</include>
+                <include>RELEASE-NOTES.txt</include>
             </includes>
         </fileSet>
         <fileSet>

Modified: commons/proper/compress/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/assembly/src.xml?rev=984677&r1=984676&r2=984677&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/assembly/src.xml (original)
+++ commons/proper/compress/trunk/src/assembly/src.xml Thu Aug 12 08:12:51 2010
@@ -27,6 +27,8 @@
                 <include>build.xml</include>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
+                <include>README.txt</include>
+                <include>RELEASE-NOTES.txt</include>
                 <include>pom.xml</include>
                 <include>STATUS</include>
                 <include>findbugs-exclude-filter.xml</include>