Author: sebb
Date: Tue Feb 27 14:18:24 2007
New Revision: 512449

URL: http://svn.apache.org/viewvc?view=rev&rev=512449
Log:
Xstream 1.2.1 & xpp3_min-1.1.1.3.4.O

Added:
    jakarta/jmeter/branches/rel-2-2/lib/xpp3_min-1.1.3.4.O.jar   (with props)
    jakarta/jmeter/branches/rel-2-2/lib/xstream-1.2.1.jar   (with props)
Removed:
    jakarta/jmeter/branches/rel-2-2/lib/xpp3_min-1.1.3.4.I.jar
    jakarta/jmeter/branches/rel-2-2/lib/xstream-1.1.3.jar
Modified:
    jakarta/jmeter/branches/rel-2-2/build.xml
    jakarta/jmeter/branches/rel-2-2/eclipse.classpath
    jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml

Modified: jakarta/jmeter/branches/rel-2-2/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/build.xml?view=diff&rev=512449&r1=512448&r2=512449
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/build.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/build.xml Tue Feb 27 14:18:24 2007
@@ -317,8 +317,8 @@
   <property name="excalibur-datasource.jar" 
value="${lib.dir}/excalibur-datasource-1.1.1.jar"/>
   <property name="excalibur-pool.jar" 
value="${lib.dir}/excalibur-pool-1.2.jar"/>
   <property name="excalibur-instrument.jar" 
value="${lib.dir}/excalibur-instrument-1.0.jar"/>
-  <property name="xstream.jar" value="${lib.dir}/xstream-1.1.3.jar"/>
-  <property name="xpp3.jar" value="${lib.dir}/xpp3_min-1.1.3.4.I.jar"/>
+  <property name="xstream.jar" value="${lib.dir}/xstream-1.2.1.jar"/>
+  <property name="xpp3.jar" value="${lib.dir}/xpp3_min-1.1.3.4.O.jar"/>
          
   <!-- The following 3 jars are probably optional for JDK1.4 -->
   <property name="xalan.jar" value="${lib.dir}/xalan.jar"/>

Modified: jakarta/jmeter/branches/rel-2-2/eclipse.classpath
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/eclipse.classpath?view=diff&rev=512449&r1=512448&r2=512449
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/eclipse.classpath (original)
+++ jakarta/jmeter/branches/rel-2-2/eclipse.classpath Tue Feb 27 14:18:24 2007
@@ -1,50 +1,50 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry output="build/jorphan" kind="src" path="src/jorphan"/>
-       <classpathentry output="build/examples" kind="src" path="src/examples"/>
-       <classpathentry output="build/junit" kind="src" path="src/junit"/>
-       <classpathentry output="build/reports" kind="src" path="src/reports"/>
-       <classpathentry output="build/test" kind="src" path="test/src"/>
-       <classpathentry excluding="org/apache/jmeter/protocol/jms/" 
output="build/protocol/jms" kind="src" path="src/protocol/jms"/>
-       <classpathentry excluding="org/apache/jmeter/protocol/mail/" 
output="build/protocol/mail" kind="src" path="src/protocol/mail"/>
-       <classpathentry 
excluding="org/apache/jmeter/images/|org/apache/jmeter/resources/*.properties" 
output="build/core" kind="src" path="src/core"/>
-       <classpathentry output="build/components" 
excluding="org/apache/jmeter/reporters/MailerModel.java|org/apache/jmeter/reporters/MailerResultCollector.java|org/apache/jmeter/visualizers/MailerVisualizer.java"
 kind="src" path="src/components"/>
-       <classpathentry output="build/functions" kind="src" 
path="src/functions"/>
-       <classpathentry 
excluding="org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java|org/apache/jmeter/protocol/http/control/gui/WebServiceSamplerGui.java"
 output="build/protocol/http" kind="src" path="src/protocol/http"/>
-       <classpathentry output="build/protocol/ftp" kind="src" 
path="src/protocol/ftp"/>
-       <classpathentry output="build/protocol/jdbc" kind="src" 
path="src/protocol/jdbc"/>
-       <classpathentry output="build/protocol/java" kind="src" 
path="src/protocol/java"/>
-       <classpathentry output="build/protocol/ldap" kind="src" 
path="src/protocol/ldap"/>
-       <classpathentry output="build/protocol/tcp" kind="src" 
path="src/protocol/tcp"/>
-       <classpathentry output="build/monitor/model" kind="src" 
path="src/monitor/model"/>
-       <classpathentry output="build/monitor/components" kind="src" 
path="src/monitor/components"/>
-       <classpathentry output="build/htmlparser" kind="src" 
path="src/htmlparser"/>
-       <classpathentry output="build/htmlparser16" kind="src" 
path="src/htmlparser16"/>
+       <classpathentry kind="src" output="build/jorphan" path="src/jorphan"/>
+       <classpathentry kind="src" output="build/examples" path="src/examples"/>
+       <classpathentry kind="src" output="build/junit" path="src/junit"/>
+       <classpathentry kind="src" output="build/reports" path="src/reports"/>
+       <classpathentry kind="src" output="build/test" path="test/src"/>
+       <classpathentry kind="src" output="build/protocol/jms" 
path="src/protocol/jms"/>
+       <classpathentry kind="src" output="build/protocol/mail" 
path="src/protocol/mail"/>
+       <classpathentry 
excluding="org/apache/jmeter/images/|org/apache/jmeter/resources/*.properties" 
kind="src" output="build/core" path="src/core"/>
+       <classpathentry kind="src" output="build/components" 
excluding="org/apache/jmeter/reporters/MailerModel.java|org/apache/jmeter/reporters/MailerResultCollector.java|org/apache/jmeter/visualizers/MailerVisualizer.java"
 path="src/components"/>
+       <classpathentry kind="src" output="build/functions" 
path="src/functions"/>
+       <classpathentry kind="src" 
excluding="org/apache/jmeter/protocol/http/sampler/WebServiceSampler.java|org/apache/jmeter/protocol/http/control/gui/WebServiceSamplerGui.java"
 output="build/protocol/http" kind="src" path="src/protocol/http"/>
+       <classpathentry kind="src" output="build/protocol/ftp" 
path="src/protocol/ftp"/>
+       <classpathentry kind="src" output="build/protocol/jdbc" 
path="src/protocol/jdbc"/>
+       <classpathentry kind="src" output="build/protocol/java" 
path="src/protocol/java"/>
+       <classpathentry kind="src" output="build/protocol/ldap" 
path="src/protocol/ldap"/>
+       <classpathentry kind="src" output="build/protocol/tcp" 
path="src/protocol/tcp"/>
+       <classpathentry kind="src" output="build/monitor/model" 
path="src/monitor/model"/>
+       <classpathentry kind="src" output="build/monitor/components" 
path="src/monitor/components"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-       <classpathentry kind="lib" path="lib/excalibur-logger-1.1.jar"/>
        <classpathentry kind="lib" path="lib/avalon-framework-4.1.4.jar"/>
+       <classpathentry kind="lib" path="lib/batik-awt-util.jar"/>
+       <classpathentry kind="lib" path="lib/bsf-2.3.0.jar"/>
+       <classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
+       <classpathentry kind="lib" path="lib/commons-collections.jar"/>
+       <classpathentry kind="lib" path="lib/commons-httpclient-3.0.1.jar"/>
+       <classpathentry kind="lib" path="lib/commons-jexl-1.0.jar"/>
+       <classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/>
+       <classpathentry kind="lib" path="lib/excalibur-datasource-1.1.1.jar"/>
+       <classpathentry kind="lib" path="lib/excalibur-instrument-1.0.jar"/>
+       <classpathentry kind="lib" path="lib/excalibur-logger-1.1.jar"/>
+       <classpathentry kind="lib" path="lib/excalibur-pool-1.2.jar"/>
+       <classpathentry kind="lib" path="lib/htmllexer-2.0-20060923.jar"/>
+       <classpathentry kind="lib" path="lib/htmlparser-2.0-20060923.jar"/>
        <classpathentry kind="lib" path="lib/jakarta-oro-2.0.8.jar"/>
+       <classpathentry kind="lib" path="lib/jCharts-0.7.5.jar"/>
+       <classpathentry kind="lib" path="lib/jdom-1.0.jar"/>
        <classpathentry kind="lib" path="lib/js_rhino1_6R5.jar"/>
        <classpathentry kind="lib" path="lib/junit.jar"/>
        <classpathentry kind="lib" path="lib/logkit-1.2.jar"/>
-       <classpathentry kind="lib" path="lib/Tidy.jar"/>
-       <classpathentry kind="lib" path="lib/commons-collections.jar"/>
-       <classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
        <classpathentry kind="lib" path="lib/soap.jar"/>
-       <classpathentry kind="lib" path="lib/jdom-1.0.jar"/>
+       <classpathentry kind="lib" path="lib/Tidy.jar"/>
        <classpathentry kind="lib" path="lib/xalan.jar"/>
        <classpathentry kind="lib" path="lib/xercesImpl.jar"/>
        <classpathentry kind="lib" path="lib/xml-apis.jar"/>
-       <classpathentry kind="lib" path="lib/commons-httpclient-3.0.1.jar"/>
-       <classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/>
-       <classpathentry kind="lib" path="lib/excalibur-datasource-1.1.1.jar"/>
-       <classpathentry kind="lib" path="lib/excalibur-instrument-1.0.jar"/>
-       <classpathentry kind="lib" path="lib/excalibur-pool-1.2.jar"/>
-       <classpathentry kind="lib" path="lib/xstream-1.1.3.jar"/>
-       <classpathentry kind="lib" path="lib/xpp3_min-1.1.3.4.I.jar"/>
-       <classpathentry kind="lib" path="lib/batik-awt-util.jar"/>
-       <classpathentry kind="lib" path="lib/jCharts-0.7.5.jar"/>
-       <classpathentry kind="lib" path="lib/bsf-2.3.0.jar"/>
-    <classpathentry kind="lib" path="lib/commons-jexl-1.0.jar"/>
+       <classpathentry kind="lib" path="lib/xpp3_min-1.1.3.4.O.jar"/>
+       <classpathentry kind="lib" path="lib/xstream-1.2.1.jar"/>
        <classpathentry kind="output" path=""/>
 </classpath>

Added: jakarta/jmeter/branches/rel-2-2/lib/xpp3_min-1.1.3.4.O.jar
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/lib/xpp3_min-1.1.3.4.O.jar?view=auto&rev=512449
==============================================================================
Binary file - no diff available.

Propchange: jakarta/jmeter/branches/rel-2-2/lib/xpp3_min-1.1.3.4.O.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jakarta/jmeter/branches/rel-2-2/lib/xstream-1.2.1.jar
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/lib/xstream-1.2.1.jar?view=auto&rev=512449
==============================================================================
Binary file - no diff available.

Propchange: jakarta/jmeter/branches/rel-2-2/lib/xstream-1.2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml?view=diff&rev=512449&r1=512448&r2=512449
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml Tue Feb 27 14:18:24 2007
@@ -65,6 +65,7 @@
 <li>HTTP Mirror Server Workbench element</li>
 <li>Bug 41253 - extend XPathExtractor to work with non-NodeList XPath 
expressions</li>
 <li>Change to htmlparser 2.0</li>
+<li>Updated to xstream 1.2.1/xpp3_min-1.1.3.4.O</li>
 </ul>
 
 <h4>Bug fixes:</h4>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to