You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by an...@apache.org on 2010/06/13 09:16:24 UTC

svn commit: r954178 - in /abdera/java/trunk: CHANGES changes.txt distribution/src/main/assembly/bin.xml

Author: antelder
Date: Sun Jun 13 07:16:24 2010
New Revision: 954178

URL: http://svn.apache.org/viewvc?rev=954178&view=rev
Log:
Rename changes.txt to CHANGES to match other doc files, update it for 1.1 release and include in bin distro

Added:
    abdera/java/trunk/CHANGES
      - copied, changed from r954176, abdera/java/trunk/changes.txt
Removed:
    abdera/java/trunk/changes.txt
Modified:
    abdera/java/trunk/distribution/src/main/assembly/bin.xml

Copied: abdera/java/trunk/CHANGES (from r954176, abdera/java/trunk/changes.txt)
URL: http://svn.apache.org/viewvc/abdera/java/trunk/CHANGES?p2=abdera/java/trunk/CHANGES&p1=abdera/java/trunk/changes.txt&r1=954176&r2=954178&rev=954178&view=diff
==============================================================================
--- abdera/java/trunk/changes.txt (original)
+++ abdera/java/trunk/CHANGES Sun Jun 13 07:16:24 2010
@@ -1,5 +1,5 @@
-Apache Abdera: Changes in XXX Release
----------------------------------------
+Apache Abdera: Changes in 1.1 Release
+-------------------------------------
 
 r941259: Add a changes file listing the changes since 1.0
 r944143: Remove old KEYS files, the actual one thats used is at: http://www.apache.org/dist/abdera/KEYS

Modified: abdera/java/trunk/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/distribution/src/main/assembly/bin.xml?rev=954178&r1=954177&r2=954178&view=diff
==============================================================================
--- abdera/java/trunk/distribution/src/main/assembly/bin.xml (original)
+++ abdera/java/trunk/distribution/src/main/assembly/bin.xml Sun Jun 13 07:16:24 2010
@@ -32,6 +32,7 @@
             <directory>../</directory>
             <outputDirectory>apache-abdera-${version}/</outputDirectory>
             <includes>
+                <include>CHANGES</include>
                 <include>README</include>
             </includes>
         </fileSet>