You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2016/01/05 22:48:21 UTC

svn commit: r1723178 - /jmeter/trunk/eclipse.classpath

Author: sebb
Date: Tue Jan  5 21:48:21 2016
New Revision: 1723178

URL: http://svn.apache.org/viewvc?rev=1723178&view=rev
Log:
Keep lib items together

Modified:
    jmeter/trunk/eclipse.classpath

Modified: jmeter/trunk/eclipse.classpath
URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1723178&r1=1723177&r2=1723178&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Tue Jan  5 21:48:21 2016
@@ -96,9 +96,9 @@
 	<classpathentry kind="lib" path="lib/xmlgraphics-commons-2.0.1.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"/>
 	<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"/>
+	<classpathentry kind="src" path="test/resources" output="build/test"/>
 	<classpathentry kind="output" path="classes"/>
 </classpath>