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 2013/05/24 20:57:23 UTC

svn commit: r1486168 - /ctakes/trunk/ctakes-temporal/.classpath

Author: stevenbethard
Date: Fri May 24 18:57:22 2013
New Revision: 1486168

URL: http://svn.apache.org/r1486168
Log:
Allows Maven to add src/main/resources to Eclipse project for ctakes-temporal

Modified:
    ctakes/trunk/ctakes-temporal/.classpath

Modified: ctakes/trunk/ctakes-temporal/.classpath
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-temporal/.classpath?rev=1486168&r1=1486167&r2=1486168&view=diff
==============================================================================
--- ctakes/trunk/ctakes-temporal/.classpath (original)
+++ ctakes/trunk/ctakes-temporal/.classpath Fri May 24 18:57:22 2013
@@ -12,6 +12,11 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
+	<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"/>