You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2019/11/14 13:49:30 UTC

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

Author: burn
Date: Thu Nov 14 13:49:29 2019
New Revision: 1869797

URL: http://svn.apache.org/viewvc?rev=1869797&view=rev
Log:
UIMA-6144 Keep pyc files out of the build

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

Modified: uima/uima-ducc/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/src/main/assembly/bin.xml?rev=1869797&r1=1869796&r2=1869797&view=diff
==============================================================================
--- uima/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/uima-ducc/trunk/src/main/assembly/bin.xml Thu Nov 14 13:49:29 2019
@@ -448,9 +448,9 @@ under the License.
       <outputDirectory>admin</outputDirectory>
       <fileMode>750</fileMode>
       <directoryMode>750</directoryMode>
-      <!--  exclude DuccHello.java. It will be copied separately
-            and given different permissions. Look below at <files>...</files>
-       -->      
+      <excludes>
+	<exclude>*.pyc</exclude>
+      </excludes>
     </fileSet>
 
     <fileSet>
@@ -458,7 +458,9 @@ under the License.
       <outputDirectory>bin</outputDirectory>
       <fileMode>755</fileMode>
       <directoryMode>755</directoryMode>
-      <includes />
+      <excludes>
+	<exclude>*.pyc</exclude>
+      </excludes>
     </fileSet>
 
     <fileSet>