You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by st...@apache.org on 2012/10/23 20:48:30 UTC

svn commit: r1401381 - in /incubator/ctakes/trunk: ctakes-chunker/.classpath ctakes-pos-tagger/.classpath ctakes-preprocessor/.classpath

Author: stevenbethard
Date: Tue Oct 23 18:48:29 2012
New Revision: 1401381

URL: http://svn.apache.org/viewvc?rev=1401381&view=rev
Log:
Lets m2e update .classpath files

Modified:
    incubator/ctakes/trunk/ctakes-chunker/.classpath
    incubator/ctakes/trunk/ctakes-pos-tagger/.classpath
    incubator/ctakes/trunk/ctakes-preprocessor/.classpath

Modified: incubator/ctakes/trunk/ctakes-chunker/.classpath
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-chunker/.classpath?rev=1401381&r1=1401380&r2=1401381&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-chunker/.classpath (original)
+++ incubator/ctakes/trunk/ctakes-chunker/.classpath Tue Oct 23 18:48:29 2012
@@ -19,6 +19,11 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
+	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>

Modified: incubator/ctakes/trunk/ctakes-pos-tagger/.classpath
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-pos-tagger/.classpath?rev=1401381&r1=1401380&r2=1401381&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-pos-tagger/.classpath (original)
+++ incubator/ctakes/trunk/ctakes-pos-tagger/.classpath Tue Oct 23 18:48:29 2012
@@ -19,6 +19,11 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
+	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>

Modified: incubator/ctakes/trunk/ctakes-preprocessor/.classpath
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-preprocessor/.classpath?rev=1401381&r1=1401380&r2=1401381&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-preprocessor/.classpath (original)
+++ incubator/ctakes/trunk/ctakes-preprocessor/.classpath Tue Oct 23 18:48:29 2012
@@ -1,12 +1,35 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry kind="src" output="target/classes" path="src/main/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry excluding="**" kind="src" output="target/classes" path="resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/UIMA"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>