Update to XStream 1.3, XPP3 1.1.4c

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@642857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2008-03-31 02:20:33 +00:00
parent 6ccc5cf068
commit 0762e25859
7 changed files with 5 additions and 5 deletions

View File

@ -48,8 +48,8 @@ logkit.jar = ${lib.dir}/logkit-1.2.jar
soap.jar = ${lib.dir}/soap.jar
tidy.jar = ${lib.dir}/Tidy.jar
xstream.jar = ${lib.dir}/xstream-1.2.2.jar
xpp3.jar = ${lib.dir}/xpp3_min-1.1.3.4.O.jar
xstream.jar = ${lib.dir}/xstream-1.3.jar
xpp3.jar = ${lib.dir}/xpp3_min-1.1.4c.jar
# serialiser and xalan are also used by extras/build.xml
# remember to update the versions there too (build.properties not present in binary releases)

View File

@ -104,8 +104,8 @@ xml-apis-2_9_1
The x* jars above are used for XML handling
xpp3_min-1.1.3.4.O
xpp3_min-1.1.4c
- xstream
xstream-1.2.2
xstream-1.3
- SaveService

Binary file not shown.

BIN
lib/xpp3_min-1.1.4c.jar Normal file

Binary file not shown.

Binary file not shown.

BIN
lib/xstream-1.3.jar Normal file

Binary file not shown.

View File

@ -139,7 +139,7 @@ As a special case, if the HTTP Sampler path starts with "http://" or "https://"
<li>Better handling of MirrorServer startup problems and improved unit test.</li>
<li>Build process now detects missing 3rd party libraries and reports need for both binary and source archives</li>
<li>Skip BeanShell tests if jar is not present</li>
<li>Update to Xerces 2.9.1, Xalan 2.7.1, Commons-Logging 1.1.1, XStream 1.2.2</li>
<li>Update to Xerces 2.9.1, Xalan 2.7.1, Commons-Logging 1.1.1, XStream 1.3, XPP3 1.1.4c</li>
<li>Use properties for log/logn function descriptions</li>
<li>Check that all jmx files in the demos directory can be loaded OK</li>
<li>Update copyright to 2008; use copy tag instead of numeric character in HTML output</li>