Author: kkolinko
Date: Sun Jul 19 11:13:13 2015
New Revision: 1691813

URL: http://svn.apache.org/r1691813
Log:
Update Eclipse configuration to exclude test/webapp* and similar paths from 
compiler classpath
This is a follow-up to introduction of a testcase for BZ 58096, see "Re: 
r1689346" on dev mailing list

Modified:
    tomcat/trunk/res/ide-support/eclipse/eclipse.classpath

Modified: tomcat/trunk/res/ide-support/eclipse/eclipse.classpath
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/ide-support/eclipse/eclipse.classpath?rev=1691813&r1=1691812&r2=1691813&view=diff
==============================================================================
--- tomcat/trunk/res/ide-support/eclipse/eclipse.classpath (original)
+++ tomcat/trunk/res/ide-support/eclipse/eclipse.classpath Sun Jul 19 11:13:13 
2015
@@ -17,7 +17,7 @@
 -->
 <classpath>
     <classpathentry kind="src" path="java"/>
-    <classpathentry kind="src" path="test"/>
+    <classpathentry excluding="deployment/|tld/|webapp*/|webresources/" 
kind="src" path="test"/>
     <classpathentry kind="src" path="webapps/examples/WEB-INF/classes"/>
     <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
     <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to