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 2012/10/04 23:54:58 UTC

svn commit: r1394288 - in /incubator/ctakes/trunk/ctakes-assertion: pom.xml src/main/java/edu/ src/main/java/org/apache/ctakes/assertion/medfacts/types/ src/main/java/org/mitre/

Author: chenpei
Date: Thu Oct  4 21:54:57 2012
New Revision: 1394288

URL: http://svn.apache.org/viewvc?rev=1394288&view=rev
Log:
Removing the types classes that were checked into SVN.
It should be autogenerated by jcasgen otherwise, we'll run into weird/outdated type system issues.

Removed:
    incubator/ctakes/trunk/ctakes-assertion/src/main/java/edu/
    incubator/ctakes/trunk/ctakes-assertion/src/main/java/org/apache/ctakes/assertion/medfacts/types/
    incubator/ctakes/trunk/ctakes-assertion/src/main/java/org/mitre/
Modified:
    incubator/ctakes/trunk/ctakes-assertion/pom.xml

Modified: incubator/ctakes/trunk/ctakes-assertion/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-assertion/pom.xml?rev=1394288&r1=1394287&r2=1394288&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-assertion/pom.xml (original)
+++ incubator/ctakes/trunk/ctakes-assertion/pom.xml Thu Oct  4 21:54:57 2012
@@ -175,4 +175,17 @@
 			<systemPath>${project.basedir}/lib/jcarafe-ext_2.9.1-0.9.8.3.RC4.jar</systemPath>
 		</dependency>
 	</dependencies>
+	<build>
+		<plugins>
+			<!-- Invoke JCasGen on the type system (see properties above) -->
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>exec-maven-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>build-helper-maven-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</build>
 </project>