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/12/18 17:18:32 UTC

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

Author: cwiklik
Date: Wed Dec 18 16:18:32 2013
New Revision: 1552003

URL: http://svn.apache.org/r1552003
Log:
UIMA-2881 added Makefile to 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=1552003&r1=1552002&r2=1552003&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Wed Dec 18 16:18:32 2013
@@ -713,6 +713,7 @@
 										<exclude>.pydevproject</exclude>
 										<exclude>**/*.out</exclude>
 										<exclude>**/*.aux</exclude>
+										<exclude>uima-ducc-spawn/src/Makefile</exclude>
 										<exclude>uima-ducc-examples/**</exclude>
 										<exclude>uima-ducc-jd/**</exclude>
 										<exclude>uima-ducc-orchestrator/**</exclude>