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/06 12:08:23 UTC

svn commit: r1154477 - /uima/addons/trunk/src/main/assembly/bin.xml

Author: schor
Date: Sat Aug  6 10:08:23 2011
New Revision: 1154477

URL: http://svn.apache.org/viewvc?rev=1154477&view=rev
Log:
[UIMA-2185] have uima-addons binary build include the issuesFixed and the README.txt

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=1154477&r1=1154476&r2=1154477&view=diff
==============================================================================
--- uima/addons/trunk/src/main/assembly/bin.xml (original)
+++ uima/addons/trunk/src/main/assembly/bin.xml Sat Aug  6 10:08:23 2011
@@ -309,7 +309,19 @@ under the License.    
       <outputDirectory/>
       <fileMode>644</fileMode>
       <directoryMode>755</directoryMode>      
-    </fileSet>     
+    </fileSet>
+    
+    <!-- copy issuesFixed and README.txt -->
+    <fileSet>
+      <directory/>
+      <outputDirectory/>
+      <includes>
+        <include>issuesFixed/**</include>
+        <include>README.txt</include>
+      </includes>
+      <fileMode>644</fileMode>
+      <directoryMode>755</directoryMode>      
+    </fileSet>    
 
   </fileSets>
 </assembly>
\ No newline at end of file