You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2013/08/16 21:08:41 UTC

svn commit: r1514854 - in /ctakes/branches/ctakes-3.1.0: ./ ctakes-distribution/src/main/assembly/bin.xml

Author: james-masanz
Date: Fri Aug 16 19:08:41 2013
New Revision: 1514854

URL: http://svn.apache.org/r1514854
Log:
merge r1513637 from trunk - assertion jars not in Maven Central yet,  therefore, we still need the fileSets copied over to the distribution binary.

Modified:
    ctakes/branches/ctakes-3.1.0/   (props changed)
    ctakes/branches/ctakes-3.1.0/ctakes-distribution/src/main/assembly/bin.xml

Propchange: ctakes/branches/ctakes-3.1.0/
------------------------------------------------------------------------------
  Merged /ctakes/trunk:r1513637

Modified: ctakes/branches/ctakes-3.1.0/ctakes-distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-distribution/src/main/assembly/bin.xml?rev=1514854&r1=1514853&r2=1514854&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-distribution/src/main/assembly/bin.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-distribution/src/main/assembly/bin.xml Fri Aug 16 19:08:41 2013
@@ -73,6 +73,18 @@
 
 	<fileSets>
 		<fileSet>
+			<!-- Temporary workaround: Adding in the system scoped libaries. Remove 
+				these once they are in Maven Central -->
+			<directory>../ctakes-assertion/lib</directory>
+			<outputDirectory>lib</outputDirectory>
+			<includes>
+				<include>med-facts-i2b2-1.2-SNAPSHOT.jar</include>
+				<include>med-facts-zoner-1.1.jar</include>
+				<include>jcarafe-core_2.9.1-0.9.8.3.RC4.jar</include>
+				<include>jcarafe-ext_2.9.1-0.9.8.3.RC4.jar</include>
+			</includes>
+		</fileSet>	    
+		<fileSet>
 			<directory>../</directory>
 			<outputDirectory></outputDirectory>