Skip to content

Commit

Permalink
Updated to rhino-1.7.7.2
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1812813 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
milamberspace committed Oct 21, 2017
1 parent 835d304 commit ed14bff
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -270,7 +270,7 @@ For details, please see the files under: licenses/bin
* jodd-props-3.8.6.jar (Simplified BSD)
* jtidy-r938.jar (?)
* junit-4.12.jar (BSD)
* rhino-1.7.7.1.jar (MPL 2.0)
* rhino-1.7.7.2.jar (MPL 2.0)
* rsyntaxtextarea-2.6.1.jar (BSD)
* slf4j-api-1.7.25.jar (MIT)
* slf4j-ext-1.7.25.jar (MIT)
Expand Down
4 changes: 2 additions & 2 deletions build.properties
Expand Up @@ -211,10 +211,10 @@ jcharts.jar = jcharts-${jcharts.version}.jar
jcharts.loc = ${maven2.repo}/jcharts/jcharts/${jcharts.version}
jcharts.md5 = 13927D8077C991E7EBCD8CB284746A7A

rhino.version = 1.7.7.1
rhino.version = 1.7.7.2
rhino.jar = rhino-${rhino.version}.jar
rhino.loc = ${maven2.repo}/org/mozilla/rhino/${rhino.version}
rhino.md5 = 5fc9c6b622cf1f669d00a3792db717e7
rhino.md5 = e0e47c1fe053f70fa6feca20d8c3cb2c

jodd-core.version = 3.8.6
jodd-core.jar = jodd-core-${jodd-core.version}.jar
Expand Down
2 changes: 1 addition & 1 deletion eclipse.classpath
Expand Up @@ -92,7 +92,7 @@
<classpathentry kind="lib" path="lib/oro-2.0.8.jar"/>
<classpathentry kind="lib" path="lib/ph-css-5.0.4.jar"/>
<classpathentry kind="lib" path="lib/ph-commons-8.6.6.jar"/>
<classpathentry kind="lib" path="lib/rhino-1.7.7.1.jar"/>
<classpathentry kind="lib" path="lib/rhino-1.7.7.2.jar"/>
<classpathentry kind="lib" path="lib/rsyntaxtextarea-2.6.1.jar"/>
<classpathentry kind="lib" path="lib/serializer-2.7.2.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.25.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions lib/aareadme.txt
Expand Up @@ -172,9 +172,9 @@ ph-commons-8.6.6
https://github.com/phax/ph-commons
- CssParser

rhino-1.7.7.1
rhino-1.7.7.2
--------
http://www.mozilla.org/rhino/download.html
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino/Download_Rhino
- javascript function
- IfController
- WhileController
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion res/maven/ApacheJMeter_parent.pom
Expand Up @@ -91,7 +91,7 @@ under the License.
<json-path.version>2.4.0</json-path.version>
<json-smart.version>2.3</json-smart.version>
<jsoup.version>1.10.3</jsoup.version>
<rhino.version>1.7.7.1</rhino.version>
<rhino.version>1.7.7.2</rhino.version>
<junit.version>4.12</junit.version>
<mongo-java-driver.version>2.11.3</mongo-java-driver.version>
<ph-css.version>5.0.4</ph-css.version>
Expand Down
1 change: 1 addition & 0 deletions xdocs/changes.xml
Expand Up @@ -128,6 +128,7 @@ Summary
<ch_section>Non-functional changes</ch_section>
<ul>
<li>Updated to bsh-2.0b6 (from bsh-2.0b5)</li>
<li>Updated to rhino-1.7.7.2 (from rhino-1.7.7.1)</li>
</ul>

<!-- =================== Bug fixes =================== -->
Expand Down

0 comments on commit ed14bff

Please sign in to comment.