Author: fschumacher
Date: Mon Oct 12 20:03:22 2015
New Revision: 1708216
URL: http://svn.apache.org/viewvc?rev=1708216&view=rev
Log:
Remove the output and exclude options from the classpath entry for test/resources.
They are not necessarily needed and would be the only entries that use these options.
Modified:
jmeter/trunk/eclipse.classpath
Modified: jmeter/trunk/eclipse.classpath
URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1708216&r1=1708215&r2=1708216&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Mon Oct 12 20:03:22 2015
@@ -98,7 +98,7 @@
<classpathentry kind="lib" path="lib/xpp3_min-1.1.4c.jar"/>
<classpathentry kind="lib" path="lib/xstream-1.4.8.jar"/>
<!-- Needed for build and test -->
- <classpathentry kind="src" path="test/resources" output="build/test" excluding="**/*.java"/>
+ <classpathentry kind="src" path="test/resources"/>
<classpathentry kind="lib" path="lib/api/bcmail-jdk15on-1.49.jar"/>
<classpathentry kind="lib" path="lib/api/bcprov-jdk15on-1.49.jar"/>
<classpathentry kind="lib" path="lib/api/bcpkix-jdk15on-1.49.jar"/>
|