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 2013/12/04 19:00:48 UTC

svn commit: r1547860 - /uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Author: cwiklik
Date: Wed Dec  4 18:00:48 2013
New Revision: 1547860

URL: http://svn.apache.org/r1547860
Log:
UIMA-2881 fixed duplicate copy of NOTICE and LICENSE

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

Modified: uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml?rev=1547860&r1=1547859&r2=1547860&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Wed Dec  4 18:00:48 2013
@@ -469,15 +469,6 @@ under the License.    
       <includes />
     </fileSet>
 
-
-    <fileSet>
-      <directory>src/main/legal</directory>
-      <outputDirectory></outputDirectory>
-      <fileMode>644</fileMode>
-      <directoryMode>755</directoryMode>
-      <includes />
-    </fileSet>
-
     <fileSet>
       <directory></directory>
       <outputDirectory></outputDirectory>
@@ -486,6 +477,11 @@ under the License.    
         <include>RELEASE_NOTES.html</include>
         <include>issuesFixed/**</include>
       </includes>
+      <!-- The NOTICE and LICENSE for binary distro will be copied from src/main/legal  -->
+      <excludes>
+         <exclude>NOTICE</exclude>
+         <exclude>LICENSE</exclude>
+      </excludes>
       <fileMode>644</fileMode>
       <directoryMode>755</directoryMode>
      
@@ -700,12 +696,7 @@ under the License.    
       <destName>Messages.properties</destName>
     </file>
     
-    <file>
-      <source>src/main/config/activemq-ducc.xml</source>
-      <outputDirectory>activemq/conf</outputDirectory>
-      <fileMode>644</fileMode>
-    </file>
-    
+
     <file>
       <source>src/main/config/README.txt</source>
       <outputDirectory>activemq</outputDirectory>