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/08 15:07:19 UTC

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

Author: cwiklik
Date: Fri Nov  8 14:07:19 2013
New Revision: 1540038

URL: http://svn.apache.org/r1540038
Log:
UIMA-2881 exclude text and dict from rat check

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

Modified: uima/sandbox/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/pom.xml?rev=1540038&r1=1540037&r2=1540038&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Fri Nov  8 14:07:19 2013
@@ -398,6 +398,8 @@
      				        <exclude>uima-ducc-cli/**</exclude> 
      				        <exclude>uima-ducc-common/**</exclude> 
      				        <exclude>uima-ducc-duccdocs/**</exclude> 
+     				        <exclude>**/*.tex</exclude>
+     				        <exclude>**/*.dict</exclude>
      				        <exclude>uima-ducc-examples/**</exclude> 
      				        <exclude>uima-ducc-jd/**</exclude> 
      				        <exclude>uima-ducc-orchestrator/**</exclude>