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> 


Reply via email to