Author: kkolinko
Date: Sun Jul 19 11:37:44 2015
New Revision: 1691816

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

Backport of r1691813 from tomcat/trunk.

Modified:
    tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse-websocket.classpath
    tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse.classpath
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: 
tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse-websocket.classpath
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse-websocket.classpath?rev=1691816&r1=1691815&r2=1691816&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse-websocket.classpath 
(original)
+++ tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse-websocket.classpath 
Sun Jul 19 11:37:44 2015
@@ -17,7 +17,7 @@
 -->
 <classpath>
     <classpathentry including="org/apache/tomcat/websocket/" kind="src" 
path="java"/>
-    <classpathentry 
including="org/apache/catalina/websocket/|org/apache/tomcat/websocket/" 
kind="src" path="test"/>
+    <classpathentry excluding="deployment/|webapp*/" 
including="org/apache/catalina/websocket/|org/apache/tomcat/websocket/" 
kind="src" path="test"/>
     <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
     <classpathentry combineaccessrules="false" kind="src" 
path="/tomcat-7.0.x"/>

Modified: tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse.classpath
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse.classpath?rev=1691816&r1=1691815&r2=1691816&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse.classpath (original)
+++ tomcat/tc7.0.x/trunk/res/ide-support/eclipse/eclipse.classpath Sun Jul 19 
11:37:44 2015
@@ -17,7 +17,7 @@
 -->
 <classpath>
     <classpathentry excluding="org/apache/tomcat/websocket/" kind="src" 
path="java"/>
-    <classpathentry 
excluding="org/apache/tomcat/websocket/|org/apache/catalina/websocket/" 
kind="src" path="test"/>
+    <classpathentry 
excluding="org/apache/tomcat/websocket/|org/apache/catalina/websocket/|deployment/|webapp*/"
 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.6"/>
     <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1691816&r1=1691815&r2=1691816&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sun Jul 19 11:37:44 2015
@@ -110,6 +110,14 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Other">
+    <changelog>
+      <fix>
+        Update sample Eclipse IDE configuration to exclude test/webapp* and
+        similar paths from compiler sourcepath. (kkolinko)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 7.0.63 (violetagg)" rtext="released 2015-07-06">
   <subsection name="Catalina">



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

Reply via email to