You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2011/08/09 16:18:23 UTC

svn commit: r1155379 - in /uima/addons/trunk/src/main: assembly/bin.xml readme/RELEASE_NOTES.html

Author: schor
Date: Tue Aug  9 14:18:22 2011
New Revision: 1155379

URL: http://svn.apache.org/viewvc?rev=1155379&view=rev
Log:
[UIMA-2185] move RELEASE_NOTES to top level, so they will be done in one place and included in both binary and source distributions.  Change the binary distribution assembly for addons to include these from the top level.

Removed:
    uima/addons/trunk/src/main/readme/RELEASE_NOTES.html
Modified:
    uima/addons/trunk/src/main/assembly/bin.xml

Modified: uima/addons/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/addons/trunk/src/main/assembly/bin.xml?rev=1155379&r1=1155378&r2=1155379&view=diff
==============================================================================
--- uima/addons/trunk/src/main/assembly/bin.xml (original)
+++ uima/addons/trunk/src/main/assembly/bin.xml Tue Aug  9 14:18:22 2011
@@ -319,6 +319,7 @@ under the License.    
         <include>issuesFixed/**</include>
         <include>README*</include>
         <include>readme*</include>
+        <include>RELEASE_NOTES*</include>
       </includes>
       <fileMode>644</fileMode>
       <directoryMode>755</directoryMode>