You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2012/12/17 16:57:29 UTC

svn commit: r1422988 - /incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml

Author: chenpei
Date: Mon Dec 17 15:57:28 2012
New Revision: 1422988

URL: http://svn.apache.org/viewvc?rev=1422988&view=rev
Log:
CTAKES-121 - Remove umls resources from the binary distribution.
This was already done in the 3.0 branch.  Making the same exclude here in trunk.

Modified:
    incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml

Modified: incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml?rev=1422988&r1=1422987&r2=1422988&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml (original)
+++ incubator/ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml Mon Dec 17 15:57:28 2012
@@ -56,6 +56,10 @@
 				<include>org.apache.ctakes:ctakes-type-system</include>
 				<include>org.apache.ctakes:ctakes-utils</include>
 			</includes>
+			
+            <excludes>
+	        	<exclude>net.sourceforge.ctakesresources:*</exclude>
+	        </excludes>			
 			<unpack>false</unpack>
 			<useProjectArtifact>false</useProjectArtifact>
 			<useTransitiveFiltering>true</useTransitiveFiltering>