You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by sa...@apache.org on 2012/06/12 18:12:42 UTC

svn commit: r1349414 - /jena/trunk/jena-larq/.classpath

Author: sallen
Date: Tue Jun 12 16:12:42 2012
New Revision: 1349414

URL: http://svn.apache.org/viewvc?rev=1349414&view=rev
Log:
JENA-253 (LARQ does not compile in eclipse on windows because of overlapping case insensitive overlapping directories)

Modified:
    jena/trunk/jena-larq/.classpath

Modified: jena/trunk/jena-larq/.classpath
URL: http://svn.apache.org/viewvc/jena/trunk/jena-larq/.classpath?rev=1349414&r1=1349413&r2=1349414&view=diff
==============================================================================
--- jena/trunk/jena-larq/.classpath (original)
+++ jena/trunk/jena-larq/.classpath Tue Jun 12 16:12:42 2012
@@ -1,6 +1,5 @@
 <classpath>
   <classpathentry kind="src" path="src/test/java" including="**/*.java"/>
-  <classpathentry kind="src" path="src/test/resources" excluding="**/*.java"/>
   <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
   <classpathentry kind="src" path="src/main/resources" excluding="META-INF/NOTICE|META-INF/LICENSE|META-INF/DEPENDENCIES|**/*.java"/>
   <classpathentry kind="src" path="target/maven-shared-archive-resources" excluding="**/*.java"/>