You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/12/22 09:20:09 UTC

svn commit: r1819017 - in /jmeter/trunk: LICENSE eclipse.classpath

Author: fschumacher
Date: Fri Dec 22 09:20:08 2017
New Revision: 1819017

URL: http://svn.apache.org/viewvc?rev=1819017&view=rev
Log:
The name of the jar file is spock-core and not spock.

Follow-up to r1816319 and relates to #332 on github.

Modified:
    jmeter/trunk/LICENSE
    jmeter/trunk/eclipse.classpath

Modified: jmeter/trunk/LICENSE
URL: http://svn.apache.org/viewvc/jmeter/trunk/LICENSE?rev=1819017&r1=1819016&r2=1819017&view=diff
==============================================================================
--- jmeter/trunk/LICENSE [utf-8] (original)
+++ jmeter/trunk/LICENSE [utf-8] Fri Dec 22 09:20:08 2017
@@ -256,7 +256,7 @@ The following software is provided under
 * objenesis-2.6.jar
 * ph-commons-8.6.6.jar
 * ph-css-5.0.4.jar
-* spock-1.0-groovy-2.4.jar
+* spock-core-1.0-groovy-2.4.jar
 
 - Software produced outside the ASF which is available under other licenses (not AL 2.0):
 For details, please see the files under: licenses/bin

Modified: jmeter/trunk/eclipse.classpath
URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1819017&r1=1819016&r2=1819017&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Fri Dec 22 09:20:08 2017
@@ -108,7 +108,7 @@
 	<classpathentry kind="lib" path="lib/xpp3_min-1.1.4c.jar"/>
 	<classpathentry kind="lib" path="lib/xstream-1.4.10.jar"/>
 	<!-- Needed for build and test -->
-	<classpathentry kind="lib" path="lib/spock-1.0-groovy-2.4.jar"/>
+	<classpathentry kind="lib" path="lib/spock-core-1.0-groovy-2.4.jar"/>
 	<classpathentry kind="lib" path="lib/cglib-nodep-3.2.5.jar"/>
 	<classpathentry kind="lib" path="lib/objenesis-2.6.jar"/>
 	<classpathentry kind="lib" path="lib/api/bcmail-jdk15on-1.49.jar"/>