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 2014/04/25 18:19:21 UTC

svn commit: r1590075 - in /ctakes/trunk: ctakes-distribution/pom.xml ctakes-distribution/src/main/assembly/bin.xml ctakes-pad-term-spotter-res/ ctakes-pad-term-spotter/ pom.xml

Author: chenpei
Date: Fri Apr 25 16:19:21 2014
New Revision: 1590075

URL: http://svn.apache.org/r1590075
Log:
CTAKES-286 - Remove no longer used pad term spotter and related resources.
Full Thread here: http://mail-archives.apache.org/mod_mbox/ctakes-dev/201402.mbox/%3C924DE05C19409B438EB81DE683A942D91066CE4B%40CHEXMBX1A.CHBOSTON.ORG%3E

Removed:
    ctakes/trunk/ctakes-pad-term-spotter/
    ctakes/trunk/ctakes-pad-term-spotter-res/
Modified:
    ctakes/trunk/ctakes-distribution/pom.xml
    ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml
    ctakes/trunk/pom.xml

Modified: ctakes/trunk/ctakes-distribution/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-distribution/pom.xml?rev=1590075&r1=1590074&r2=1590075&view=diff
==============================================================================
--- ctakes/trunk/ctakes-distribution/pom.xml (original)
+++ ctakes/trunk/ctakes-distribution/pom.xml Fri Apr 25 16:19:21 2014
@@ -99,11 +99,7 @@
 		<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>					
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-relation-extractor</artifactId>

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=1590075&r1=1590074&r2=1590075&view=diff
==============================================================================
--- ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml (original)
+++ ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml Fri Apr 25 16:19:21 2014
@@ -47,7 +47,6 @@
 				<include>org.apache.ctakes:ctakes-drug-ner</include>
 				<include>org.apache.ctakes:ctakes-lvg</include>
 				<include>org.apache.ctakes:ctakes-ne-contexts</include>
-				<include>org.apache.ctakes:ctakes-pad-term-spotter</include>
 				<include>org.apache.ctakes:ctakes-pos-tagger</include>
 				<include>org.apache.ctakes:ctakes-preprocessor</include>
 				<include>org.apache.ctakes:ctakes-relation-extractor</include>
@@ -298,19 +297,7 @@
 		    <outputDirectory>resources</outputDirectory>
 			<fileMode>644</fileMode>
 			<directoryMode>755</directoryMode>
-    	</fileSet>      	 	
-		<fileSet>
-		    <directory>../ctakes-pad-term-spotter/src/main/resources</directory>
-		    <outputDirectory>resources</outputDirectory>
-			<fileMode>644</fileMode>
-			<directoryMode>755</directoryMode>
-    	</fileSet>    	
-		<fileSet>
-		    <directory>../ctakes-pad-term-spotter-res/src/main/resources</directory>
-		    <outputDirectory>resources</outputDirectory>
-			<fileMode>644</fileMode>
-			<directoryMode>755</directoryMode>
-    	</fileSet>       	
+    	</fileSet>      	 	    	
 		<fileSet>
 		    <directory>../ctakes-pos-tagger/src/main/resources</directory>
 		    <outputDirectory>resources</outputDirectory>

Modified: ctakes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/pom.xml?rev=1590075&r1=1590074&r2=1590075&view=diff
==============================================================================
--- ctakes/trunk/pom.xml (original)
+++ ctakes/trunk/pom.xml Fri Apr 25 16:19:21 2014
@@ -106,7 +106,6 @@
 		<module>ctakes-smoking-status</module>
 		<module>ctakes-dependency-parser</module>
 		<module>ctakes-relation-extractor</module>
-		<module>ctakes-pad-term-spotter</module>
 		<module>ctakes-assertion</module>
 		<module>ctakes-assertion-zoner</module>
 		<module>ctakes-temporal</module>
@@ -121,7 +120,6 @@
 		<module>ctakes-dependency-parser-res</module>
 		<module>ctakes-dictionary-lookup-res</module>
 		<module>ctakes-lvg-res</module>
-		<module>ctakes-pad-term-spotter-res</module>
 		<module>ctakes-pos-tagger-res</module>
 		<module>ctakes-relation-extractor-res</module>
 		<module>ctakes-side-effect-res</module>
@@ -214,21 +212,7 @@
 					ctakes-clinical-pipeline
 				</artifactId>
 				<version>${ctakes.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.ctakes</groupId>
-				<artifactId>
-					ctakes-pad-term-spotter
-				</artifactId>
-				<version>${ctakes.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.ctakes</groupId>
-				<artifactId>
-					ctakes-pad-term-spotter-res
-				</artifactId>
-				<version>${ctakes.version}</version>
-			</dependency>			
+			</dependency>		
 			<dependency>
 				<groupId>org.apache.ctakes</groupId>
 				<artifactId>
@@ -727,7 +711,6 @@
 						    <additionalClasspathElement>ctakes-drug-ner-res/src/main/resources</additionalClasspathElement>						    						    					    						    						    						    						    
 						    <additionalClasspathElement>ctakes-lvg-res/src/main/resources</additionalClasspathElement>
 						    <additionalClasspathElement>ctakes-ne-contexts-res/src/main/resources</additionalClasspathElement>
-						    <additionalClasspathElement>ctakes-pad-term-spotter-res/src/main/resources</additionalClasspathElement>
 						    <additionalClasspathElement>ctakes-pos-tagger-res/src/main/resources</additionalClasspathElement>						    
 						    <additionalClasspathElement>ctakes-relation-extractor-res/src/main/resources</additionalClasspathElement>
 						    <additionalClasspathElement>ctakes-side-effect-res/src/main/resources</additionalClasspathElement>