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

svn commit: r1398992 - in /incubator/ctakes/trunk/ctakes-preprocessor: .classpath pom.xml

Author: dligach
Date: Tue Oct 16 21:03:17 2012
New Revision: 1398992

URL: http://svn.apache.org/viewvc?rev=1398992&view=rev
Log:
removed references to non-existent 'test' directory

Modified:
    incubator/ctakes/trunk/ctakes-preprocessor/.classpath
    incubator/ctakes/trunk/ctakes-preprocessor/pom.xml

Modified: incubator/ctakes/trunk/ctakes-preprocessor/.classpath
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-preprocessor/.classpath?rev=1398992&r1=1398991&r2=1398992&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-preprocessor/.classpath (original)
+++ incubator/ctakes/trunk/ctakes-preprocessor/.classpath Tue Oct 16 21:03:17 2012
@@ -1,33 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<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 excluding="**" kind="src" output="target/classes" path="resources">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" output="target/test-classes" path="test">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<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 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>

Modified: incubator/ctakes/trunk/ctakes-preprocessor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-preprocessor/pom.xml?rev=1398992&r1=1398991&r2=1398992&view=diff
==============================================================================
--- incubator/ctakes/trunk/ctakes-preprocessor/pom.xml (original)
+++ incubator/ctakes/trunk/ctakes-preprocessor/pom.xml Tue Oct 16 21:03:17 2012
@@ -8,14 +8,6 @@
 		<artifactId>ctakes</artifactId>
 		<version>3.0.0-SNAPSHOT</version>
 	</parent>
-	<build>
-		<testSourceDirectory>test</testSourceDirectory>
-		<resources>
-			<resource>
-				<directory>resources</directory>
-			</resource>
-		</resources>
-	</build>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>