You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2012/07/30 20:54:38 UTC

svn commit: r1367220 - /uima/uima-as/trunk/src/main/assembly/bin.xml

Author: cwiklik
Date: Mon Jul 30 18:54:37 2012
New Revision: 1367220

URL: http://svn.apache.org/viewvc?rev=1367220&view=rev
Log:
UIMA-2436 pickup LICENSE and NOTICE from top level project (uima-as)

Modified:
    uima/uima-as/trunk/src/main/assembly/bin.xml

Modified: uima/uima-as/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/src/main/assembly/bin.xml?rev=1367220&r1=1367219&r2=1367220&view=diff
==============================================================================
--- uima/uima-as/trunk/src/main/assembly/bin.xml (original)
+++ uima/uima-as/trunk/src/main/assembly/bin.xml Mon Jul 30 18:54:37 2012
@@ -216,17 +216,18 @@ under the License.    
     
      
     <!-- Copy binary license / notice to top level --> 
-    <fileSet>
-      <directory>src/main/readme</directory>
       <!-- to get things into the base dir, use this form
            If you use <outputDirectory>.</outputDirectory> - 
            it also puts into the base dir, but creates an
            extra (empty) version of the base dir - probably 
            a bug. -->
+
+    <!--fileSet>
+      <directory>src/main/readme</directory>
       <outputDirectory/>
       <fileMode>644</fileMode>
       <directoryMode>755</directoryMode>
-    </fileSet>
+    </fileSet -->
     
     <!-- files that should be copied from the top level project to the top of the archive -->
     <fileSet>
@@ -236,9 +237,14 @@ under the License.    
       <directoryMode>755</directoryMode>
       <excludes>
         <exclude>LicNoticeAnalysisActiveMQ.txt</exclude>
+        <exclude>NOTICE.prev</exclude>
+        <exclude>LICENSE.prev</exclude>
+      
       </excludes>
       
       <includes>
+        <include>NOTICE</include>
+        <include>LICENSE</include>
         <include>README*</include>
         <include>readme*</include>
         <include>RELEASE_NOTES*</include>