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/11/13 15:45:43 UTC

svn commit: r1541536 - /uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Author: cwiklik
Date: Wed Nov 13 14:45:43 2013
New Revision: 1541536

URL: http://svn.apache.org/r1541536
Log:
UIMA-2881 extended rat excludes 

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1541536&r1=1541535&r2=1541536&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Wed Nov 13 14:45:43 2013
@@ -893,6 +893,11 @@
      				        <exclude>uima-ducc-common/**</exclude> 
      				        <exclude>uima-ducc-duccdocs/**</exclude> 
      				        <exclude>**/*.dict</exclude>
+     				        <exclude>**/*.tex</exclude>
+                            <exclude>**/*.dict</exclude>
+                            <exclude>**/*.log</exclude>
+                            <exclude>**/*.out</exclude>
+                            <exclude>**/*.aux</exclude>
      				        <exclude>uima-ducc-examples/**</exclude> 
      				        <exclude>uima-ducc-jd/**</exclude> 
      				        <exclude>uima-ducc-orchestrator/**</exclude>