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 14:51:08 UTC

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

Author: cwiklik
Date: Fri Nov  8 13:51:07 2013
New Revision: 1540031

URL: http://svn.apache.org/r1540031
Log:
UIMA-2881 exclude opensources from RAT 

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=1540031&r1=1540030&r2=1540031&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Fri Nov  8 13:51:07 2013
@@ -408,7 +408,7 @@
      				        <exclude>uima-ducc-spawn/**</exclude> 
      				        <exclude>uima-ducc-transport/**</exclude> 
      				        <exclude>uima-ducc-web/**</exclude> 
-     				        <exclude>uima-ducc-web/src/main/webapp/root/opensources/**/**</exclude> 
+     				        <exclude>uima-ducc-web/src/main/webapp/root/opensources/**/*</exclude> 
 				          </excludes> 
 				       </configuration> 
 				    </execution>