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/08 22:52:30 UTC

svn commit: r1512025 - in /ctakes/branches/ctakes-3.1.0/ctakes-distribution: RELEASE_NOTES.html pom.xml src/main/assembly/bin.xml

Author: james-masanz
Date: Thu Aug  8 20:52:29 2013
New Revision: 1512025

URL: http://svn.apache.org/r1512025
Log:
update RELEASE_NOTES to 3.1.0, include template filler in lists of modules, and add -res projects to list of deps for ctakes-distribution

Modified:
    ctakes/branches/ctakes-3.1.0/ctakes-distribution/RELEASE_NOTES.html
    ctakes/branches/ctakes-3.1.0/ctakes-distribution/pom.xml
    ctakes/branches/ctakes-3.1.0/ctakes-distribution/src/main/assembly/bin.xml

Modified: ctakes/branches/ctakes-3.1.0/ctakes-distribution/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-distribution/RELEASE_NOTES.html?rev=1512025&r1=1512024&r2=1512025&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-distribution/RELEASE_NOTES.html (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-distribution/RELEASE_NOTES.html Thu Aug  8 20:52:29 2013
@@ -24,9 +24,9 @@
 </head>
 <body>
 
-        Release Notes - cTAKES - Version 3.0.0-incubating </p>
-        <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313621&version=12322969">
-        https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313621&version=12322969
+        Release Notes - Apache cTAKES - Version 3.1.0 </p>
+        <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12323276&projectId=12313621">
+        https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12323276&projectId=12313621
         </a>
                     
 </body>

Modified: ctakes/branches/ctakes-3.1.0/ctakes-distribution/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.1.0/ctakes-distribution/pom.xml?rev=1512025&r1=1512024&r2=1512025&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.1.0/ctakes-distribution/pom.xml (original)
+++ ctakes/branches/ctakes-3.1.0/ctakes-distribution/pom.xml Thu Aug  8 20:52:29 2013
@@ -32,90 +32,162 @@
 
 	<!-- Versions will automatically be updated by the release plugin -->
 	<dependencies>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-type-system</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-core</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-utils</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-context-tokenizer</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-dictionary-lookup</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-preprocessor</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-lvg</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-chunker</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-ne-contexts</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-pos-tagger</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-assertion</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-dependency-parser</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-clinical-pipeline</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-constituency-parser</artifactId>
-		</dependency>		
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-coreference</artifactId>
-		</dependency>			
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-drug-ner</artifactId>
-		</dependency>	
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-ne-contexts</artifactId>
-		</dependency>				
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-pad-term-spotter</artifactId>
-		</dependency>		
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-relation-extractor</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-side-effect</artifactId>
-		</dependency>		
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-smoking-status</artifactId>
-		</dependency>						
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-type-system</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-utils</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-core</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-core-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-dictionary-lookup</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-dictionary-lookup-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-preprocessor</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-pos-tagger</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-pos-tagger-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-chunker</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-chunker-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-lvg</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-lvg-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-context-tokenizer</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-clinical-pipeline</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-pad-term-spotter</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-pad-term-spotter-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-ne-contexts</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-ne-contexts-res</artifactId>
+			</dependency>							
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-assertion</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-assertion-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-assertion-zoner</artifactId>
+			</dependency>		
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-assertion-zoner-res</artifactId>
+			</dependency>				
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-constituency-parser</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-constituency-parser-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-coreference</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-coreference-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-drug-ner</artifactId>
+			</dependency>	
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-drug-ner-res</artifactId>
+			</dependency>					
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-side-effect</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-side-effect-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-smoking-status</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-smoking-status-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-dependency-parser</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-dependency-parser-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-relation-extractor</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-relation-extractor-res</artifactId>
+			</dependency>			
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-template-filler</artifactId>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.ctakes</groupId>
+				<artifactId>ctakes-template-filler-res</artifactId>
+			</dependency>			
 	</dependencies>
 
 	<build>

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=1512025&r1=1512024&r2=1512025&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 Thu Aug  8 20:52:29 2013
@@ -35,6 +35,7 @@
 		<dependencySet>
 			<includes>
 				<include>org.apache.ctakes:ctakes-assertion</include>
+				<include>org.apache.ctakes:ctakes-assertion-zoner</include>
 				<include>org.apache.ctakes:ctakes-chunker</include>
 				<include>org.apache.ctakes:ctakes-clinical-pipeline</include>
 				<include>org.apache.ctakes:ctakes-constituency-parser</include>
@@ -52,6 +53,7 @@
 				<include>org.apache.ctakes:ctakes-relation-extractor</include>
 				<include>org.apache.ctakes:ctakes-side-effect</include>
 				<include>org.apache.ctakes:ctakes-smoking-status</include>
+				<include>org.apache.ctakes:ctakes-template-filler</include>
 				<!-- <include>org.apache.ctakes:ctakes-temporal</include> -->
 				<include>org.apache.ctakes:ctakes-type-system</include>
 				<include>org.apache.ctakes:ctakes-utils</include>
@@ -116,7 +118,7 @@
 			<outputDirectory>config</outputDirectory>
 		</fileSet>
 
-		<!-- Copy a default log4j config that could be overrided during runtime -->
+		<!-- Copy a default log4j config that could be overridden during runtime -->
 		<fileSet>
 			<directory>../ctakes-core/src/main/resources</directory>
 			<fileMode>644</fileMode>