Author: sebb
Date: Tue Feb 7 01:39:52 2012
New Revision: 1241318
URL: http://svn.apache.org/viewvc?rev=1241318&view=rev
Log:
Document Rhino JS Maven co-ordinate change
Modified:
jmeter/trunk/xdocs/changes.xml
Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1241318&r1=1241317&r2=1241318&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Tue Feb 7 01:39:52 2012
@@ -140,7 +140,11 @@ or a Debug Sampler with all fields set t
<h2>Non-functional changes</h2>
<ul>
-<li>Upgraded to rhino 1.7R3 (was js-1.7R2.jar)</li>
+<li>Upgraded to rhino 1.7R3 (was js-1.7R2.jar).
+Note: the Maven coordinates for the jar were changed from rhino:js to org.mozilla:rhino.
+This does not affect JMeter directly, but might cause problems if using JMeter in a Maven
project
+with other code that depends on an earlier version of the Rhino Javascript jar.
+</li>
</ul>
</section>
|