You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2017/04/13 23:24:40 UTC

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

Author: seanfinan
Date: Thu Apr 13 23:24:40 2017
New Revision: 1791307

URL: http://svn.apache.org/viewvc?rev=1791307&view=rev
Log:
ctakes - 410 : fix for rc2, chunker resources

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

Modified: ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml?rev=1791307&r1=1791306&r2=1791307&view=diff
==============================================================================
--- ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml (original)
+++ ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml Thu Apr 13 23:24:40 2017
@@ -165,6 +165,12 @@
 			<directoryMode>755</directoryMode>
     	</fileSet>
 		<fileSet>
+			<directory>../ctakes-chunker-res/src/main/resources/org/apache/ctakes/chunker/pipeline</directory>
+			<outputDirectory>resources/org/apache/ctakes/chunker/pipeline</outputDirectory>
+			<fileMode>644</fileMode>
+			<directoryMode>755</directoryMode>
+		</fileSet>
+		<fileSet>
 			<directory>../ctakes-core-res/src/main/resources/org/apache/ctakes/core/pipeline</directory>
 			<fileMode>644</fileMode>
 			<directoryMode>755</directoryMode>