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 2017/03/23 18:19:29 UTC

svn commit: r1788296 - /ctakes/trunk/pom.xml

Author: james-masanz
Date: Thu Mar 23 18:19:29 2017
New Revision: 1788296

URL: http://svn.apache.org/viewvc?rev=1788296&view=rev
Log:
revert the changes made under CTAKES-421 to add ctakes-dictionary-gui as Sean will create a module called ctakes-gui instead

Modified:
    ctakes/trunk/pom.xml

Modified: ctakes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/pom.xml?rev=1788296&r1=1788295&r2=1788296&view=diff
==============================================================================
--- ctakes/trunk/pom.xml (original)
+++ ctakes/trunk/pom.xml Thu Mar 23 18:19:29 2017
@@ -20,7 +20,7 @@
 
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	
+
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.ctakes</groupId>
 	<artifactId>ctakes</artifactId>
@@ -138,7 +138,6 @@
 		<module>ctakes-ytex-web</module>
 		<module>ctakes-dictionary-lookup-fast</module>
 		<module>ctakes-dictionary-lookup-fast-res</module>
-		<module>ctakes-dictionary-gui</module>
 	</modules>
 	<dependencyManagement>
 		<dependencies>
@@ -865,7 +864,7 @@
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore/>
+										<ignore />
 									</action>
 								</pluginExecution>																
 							</pluginExecutions>
@@ -886,4 +885,4 @@
 			</properties>
 		</profile>
 	</profiles>
-</project>
\ No newline at end of file
+</project>