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 2016/07/14 15:18:09 UTC

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

Author: cwiklik
Date: Thu Jul 14 15:18:09 2016
New Revision: 1752675

URL: http://svn.apache.org/viewvc?rev=1752675&view=rev
Log:
UIMA-4966 exclude pydevproject

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

Modified: uima/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1752675&r1=1752674&r2=1752675&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-parent/pom.xml Thu Jul 14 15:18:09 2016
@@ -904,7 +904,7 @@ ${uimaDUCCNoticeText}
 										<exclude>uima-ducc-duccdocs/**</exclude>
 										<exclude>**/*.dict</exclude>
 										<exclude>**/*.log</exclude>
-										<exclude>.pydevproject</exclude>
+										<exclude>**/.pydevproject</exclude>
 										<exclude>**/*.out</exclude>
 										<exclude>**/*.png</exclude>
 										<exclude>**/*.jpg</exclude>