You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by sebb <se...@gmail.com> on 2011/12/10 20:26:01 UTC

Re: svn commit: r1212848 - in /jmeter/trunk: build.properties eclipse.classpath xdocs/changes.xml

On 10 December 2011 19:11,  <pm...@apache.org> wrote:
> Author: pmouawad
> Date: Sat Dec 10 19:11:08 2011
> New Revision: 1212848
>
> URL: http://svn.apache.org/viewvc?rev=1212848&view=rev
> Log:
> Upgrade of js to 1.7R3

Are you sure 1.7R3 is available from Maven repos?

Last time I checked, the most recent version was 1.7R2.

> Modified:
>    jmeter/trunk/build.properties
>    jmeter/trunk/eclipse.classpath
>    jmeter/trunk/xdocs/changes.xml
>
> Modified: jmeter/trunk/build.properties
> URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1212848&r1=1212847&r2=1212848&view=diff
> ==============================================================================
> --- jmeter/trunk/build.properties (original)
> +++ jmeter/trunk/build.properties Sat Dec 10 19:11:08 2011
> @@ -153,9 +153,9 @@ jdom.jar                    = jdom-1.1.j
>  jdom.loc                    = ${maven2.repo}/org/jdom/jdom/1.1
>  jdom.md5                    = ADF67FC5DCF48E1593640AD7E02F6AD4
>
> -js_rhino.jar                = js-1.6R5.jar
> -js_rhino.loc                = ${maven2.repo}/rhino/js/1.6R5
> -js_rhino.md5                = 437A15E789AB9A95D10C2F950E94A84E
> +js_rhino.jar                = js-1.7R3.jar
> +js_rhino.loc                = ${maven2.repo}/rhino/js/1.7R3
> +js_rhino.md5                = 9ca5d6cc894b8caa6ad8f908a7fd1967
>
>  junit.jar                   = junit-4.9.jar
>  junit.loc                   = ${maven2.repo}/junit/junit/4.9
>
> Modified: jmeter/trunk/eclipse.classpath
> URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1212848&r1=1212847&r2=1212848&view=diff
> ==============================================================================
> --- jmeter/trunk/eclipse.classpath (original)
> +++ jmeter/trunk/eclipse.classpath Sat Dec 10 19:11:08 2011
> @@ -66,7 +66,7 @@
>     <classpathentry kind="lib" path="lib/httpmime-4.1.2.jar"/>
>        <classpathentry kind="lib" path="lib/jCharts-0.7.5.jar"/>
>        <classpathentry kind="lib" path="lib/jdom-1.1.jar"/>
> -       <classpathentry kind="lib" path="lib/js-1.6R5.jar"/>
> +       <classpathentry kind="lib" path="lib/js-1.7R3.jar"/>
>     <classpathentry kind="lib" path="lib/jtidy-r938.jar"/>
>     <classpathentry kind="lib" path="lib/junit-4.9.jar"/>
>        <classpathentry kind="lib" path="lib/logkit-2.0.jar"/>
>
> Modified: jmeter/trunk/xdocs/changes.xml
> URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1212848&r1=1212847&r2=1212848&view=diff
> ==============================================================================
> --- jmeter/trunk/xdocs/changes.xml (original)
> +++ jmeter/trunk/xdocs/changes.xml Sat Dec 10 19:11:08 2011
> @@ -238,6 +238,7 @@ Loads any additional properties found in
>  <li>fixes to build.xml: support scripts; localise re-usable property names</li>
>  <li>Bug 51923 - Counter function bug or documentation issue ? (fixed docs)</li>
>  <li>Update velocity.jar to 1.7 (from 1.6.2)</li>
> +<li>Update js.jar to 1.7R3 (from 1.6R5)</li>
>  <li>Bug 51954 - Generated documents include &lt;/br&gt; entries which cause extra blank lines </li>
>  <li>Bug 52075 - JMeterProperty.clone() currently returns Object; it should return JMeterProperty</li>
>  </ul>
>
>