Author: sebb
Date: Fri May  8 21:35:11 2009
New Revision: 773109

URL: http://svn.apache.org/viewvc?rev=773109&view=rev
Log: (empty)

Added:
    jakarta/jmeter/trunk/lib/batik-awt-util-1.7.jar   (with props)
    jakarta/jmeter/trunk/lib/batik-codec-1.7.jar   (with props)
    jakarta/jmeter/trunk/lib/doc/velocity-1.6.2.jar   (with props)
    jakarta/jmeter/trunk/lib/jdom-1.1.jar   (with props)
    jakarta/jmeter/trunk/lib/xstream-1.3.1.jar   (with props)
Removed:
    jakarta/jmeter/trunk/lib/batik-awt-util-1.6.jar
    jakarta/jmeter/trunk/lib/doc/velocity-1.5.jar
    jakarta/jmeter/trunk/lib/jdom-1.0.jar
    jakarta/jmeter/trunk/lib/xstream-1.3.jar
Modified:
    jakarta/jmeter/trunk/build.properties
    jakarta/jmeter/trunk/build.xml
    jakarta/jmeter/trunk/lib/aareadme.txt
    jakarta/jmeter/trunk/xdocs/changes.xml

Modified: jakarta/jmeter/trunk/build.properties
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.properties?rev=773109&r1=773108&r2=773109&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.properties (original)
+++ jakarta/jmeter/trunk/build.properties Fri May  8 21:35:11 2009
@@ -17,7 +17,7 @@
 
 apache-bsf.jar              = ${lib.dir}/bsf-2.4.0.jar
 avalon-framework.jar        = ${lib.dir}/avalon-framework-4.1.4.jar
-batik-awt-util.jar          = ${lib.dir}/batik-awt-util-1.6.jar
+batik-codec.jar             = ${lib.dir}/batik-codec-1.7.jar
 
 commons-codec.jar           = ${lib.dir}/commons-codec-1.3.jar
 commons-collections.jar     = ${lib.dir}/commons-collections-3.2.jar
@@ -37,7 +37,7 @@
 htmllexer.jar               = ${lib.dir}/htmllexer-2.0-20060923.jar
 jakarta-oro.jar             = ${lib.dir}/jakarta-oro-2.0.8.jar
 jcharts.jar                 = ${lib.dir}/jCharts-0.7.5.jar
-jdom.jar                    = ${lib.dir}/jdom-1.0.jar
+jdom.jar                    = ${lib.dir}/jdom-1.1.jar
 js_rhino.jar                = ${lib.dir}/js_rhino1_6R5.jar
 junit.jar                   = ${lib.dir}/junit3.8.2.jar
 
@@ -46,7 +46,7 @@
 
 soap.jar                    = ${lib.dir}/soap.jar
 tidy.jar                    = ${lib.dir}/Tidy.jar
-xstream.jar                 = ${lib.dir}/xstream-1.3.jar
+xstream.jar                 = ${lib.dir}/xstream-1.3.1.jar
 xpp3.jar                    = ${lib.dir}/xpp3_min-1.1.4c.jar
 
 # serialiser and xalan are also used by extras/build.xml
@@ -63,4 +63,4 @@
 
 # The following jars are only needed for source distributions
 # They are used for building the documentation
-velocity.jar                = ${lib.doc}/velocity-1.5.jar
\ No newline at end of file
+velocity.jar                = ${lib.doc}/velocity-1.6.2.jar
\ No newline at end of file

Modified: jakarta/jmeter/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=773109&r1=773108&r2=773109&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Fri May  8 21:35:11 2009
@@ -298,7 +298,7 @@
   <patternset id="external.jars">
     <include name="${apache-bsf.jar}"/>
     <include name="${avalon-framework.jar}"/>
-    <include name="${batik-awt-util.jar}"/>
+    <include name="${batik-codec.jar}"/>
     <include name="${commons-codec.jar}"/>
     <include name="${commons-collections.jar}"/>
     <include name="${commons-httpclient.jar}"/>
@@ -350,7 +350,7 @@
     <!-- Externally produced jars -->
     <pathelement location="${apache-bsf.jar}"/>
     <pathelement location="${avalon-framework.jar}"/>
-    <pathelement location="${batik-awt-util.jar}"/>
+    <pathelement location="${batik-codec.jar}"/>
     <pathelement location="${commons-codec.jar}"/>
     <pathelement location="${commons-collections.jar}"/>
     <pathelement location="${commons-httpclient.jar}"/>

Modified: jakarta/jmeter/trunk/lib/aareadme.txt
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/lib/aareadme.txt?rev=773109&r1=773108&r2=773109&view=diff
==============================================================================
--- jakarta/jmeter/trunk/lib/aareadme.txt (original)
+++ jakarta/jmeter/trunk/lib/aareadme.txt Fri May  8 21:35:11 2009
@@ -3,101 +3,146 @@
 [not exhaustive]
 
 avalon-framework-4.1.4 (org.apache.avalon.framework)
+----------------------
 - LogKit (used by HttpClient ?)
 - Configuration (ResultCollector, SaveService, SampleResult, TestElementSaver)
 
-batik-awt-util-1.6 (org.apache.batik.ext)
+batik-codec-1.7 (org.apache.batik.ext.image.codec)
+------------------
+Download: http://xmlgraphics.apache.org/batik/download.cgi
 - SaveGraphicsService
 
 commons-codec-1.3
+-----------------
+http://commons.apache.org/downloads/download_codec.cgi
 - used by commons-httpclient-3.1
 - also HtmlParserTester for Base64
 
 commons-collections-3.2
+-----------------------
+http://commons.apache.org/downloads/download_collections.cgi
 - ListenerNotifier
 - Anakia
 
 commons-httpclient-3.1
-- httpclient
-
-commons-io-1.3.1
+----------------------
+http://hc.apache.org/downloads.cgi
+- httpclient version of HTTP sampler
+
+commons-io-1.4
+--------------
+http://commons.apache.org/downloads/download_io.cgi
 - FTPSampler
 
 commons-jexl-1.1
-- Jexl function
-
-commons-lang-2.3
+----------------
+http://commons.apache.org/downloads/download_jexl.cgi
+- Jexl function and BSF test elements
+
+commons-lang-2.4
+----------------
+http://commons.apache.org/downloads/download_lang.cgi
 - velocity (Anakia)
 - URLCollection (unescapeXml)
 
 commons-logging-1.1.1
+---------------------
+http://commons.apache.org/downloads/download_logging.cgi
 - httpclient
 
 commons-net-1.4.1
+-----------------
+http://commons.apache.org/downloads/download_net.cgi
 - FTPSampler
 
 excalibur-datasource-1.1.1 (org.apache.avalon.excalibur.datasource)
+--------------------------
 - jdbc - DataSourceElement
 - JDBCSampler
 
 excalibur-instrument-1.0 (org.apache.excalibur.instrument)
+------------------------
 - used by excalibur-datasource
 
 excalibur-logger-1.1 (org.apache.avalon.excalibur.logger)
+--------------------
 - httpclient?
 - LoggingManager
 
 excalibur-pool-1.2 (org.apache.avalon.excalibur.pool)
+------------------
 - used by excalibur-datasource
 
 htmlparser-2.0-20060923
 htmllexer-2.0-20060923
+----------------------
+http://htmlparser.sourceforge.net/
 - http: parsing html
 
 jakarta-oro-2.0.8
+-----------------
+http://jakarta.apache.org/site/downloads/downloads_oro.cgi
 - regular expressions: various
 
 jCharts-0.7.5 (org.jCharts)
+-------------
+http://jcharts.sourceforge.net/downloads.html
 - AxisGraph,LineGraph,LineChart
 
-jdom-1.0
+jdom-1.1
+--------
+http://www.jdom.org/downloads/index.html
 - XMLAssertion, JMeterTest ONLY
-
-jdom-b9
 - Anakia
 
 js_rhino1_6R5
+-------------
+http://www.mozilla.org/rhino/download.html
 - javascript function
 
-junit3.8.2
+junit 3.8.2
+-----------
 - unit tests
 
 logkit-1.2
+----------
 - logging
 - Anakia
 
 serialiser-2_9_1
+----------------
+http://www.apache.org/dyn/closer.cgi/xml/xalan-j
 - xalan
 
 soap (appears to be version 2.3.1)
+----
 - WebServiceSampler ONLY
 
 Tidy
+----
 - http: various modules for parsing html
 - org.xml.sax - various
 - XPathUtil (XPath assertion)
 
-velocity-1.5
+velocity-1.6.2
+--------------
+http://velocity.apache.org/download.cgi
 - Anakia (create documentation) Not used by JMeter runtime
 
 xalan_2_7_1
+-----------
+http://www.apache.org/dyn/closer.cgi/xml/xalan-j
 +org.apache.xalan|xml|xpath
 
 xercesimpl-2_9_1
+----------------
+http://xerces.apache.org/xerces2-j/download.cgi
 +org.apache.html.dom|org.apache.wml|org.apache.xerces|org.apache.xml.serialize
 +org.w3c.dom.html|ls
 
 xml-apis-2_9_1
+--------------
+http://xerces.apache.org/xerces2-j/download.cgi
 +javax.xml
 +org.w3c.dom
 +org.xml.sax
@@ -105,7 +150,13 @@
 The x* jars above are used for XML handling
 
 xpp3_min-1.1.4c
+---------------
+http://xstream.codehaus.org/download.html
+or
+http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/
 - xstream
 
-xstream-1.3
+xstream-1.3.1
+-------------
+http://xstream.codehaus.org/download.html
 - SaveService
\ No newline at end of file

Added: jakarta/jmeter/trunk/lib/batik-awt-util-1.7.jar
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/lib/batik-awt-util-1.7.jar?rev=773109&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jakarta/jmeter/trunk/lib/batik-awt-util-1.7.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jakarta/jmeter/trunk/lib/batik-codec-1.7.jar
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/lib/batik-codec-1.7.jar?rev=773109&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jakarta/jmeter/trunk/lib/batik-codec-1.7.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jakarta/jmeter/trunk/lib/doc/velocity-1.6.2.jar
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/lib/doc/velocity-1.6.2.jar?rev=773109&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jakarta/jmeter/trunk/lib/doc/velocity-1.6.2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jakarta/jmeter/trunk/lib/jdom-1.1.jar
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/lib/jdom-1.1.jar?rev=773109&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jakarta/jmeter/trunk/lib/jdom-1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jakarta/jmeter/trunk/lib/xstream-1.3.1.jar
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/lib/xstream-1.3.1.jar?rev=773109&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jakarta/jmeter/trunk/lib/xstream-1.3.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=773109&r1=773108&r2=773109&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Fri May  8 21:35:11 2009
@@ -269,6 +269,7 @@
 <li>Moved PreProcessor invocation to JMeterThread class</li>
 <li>Made HashTree Map field final</li>
 <li>Improve performance of calling ResultCollector#isSampleWanted() for 
multiple samples</li>
+<li>Updated to new versions of: batik-codec (1.7), jdom (1.1), xstream 
(1.3.1), velocity (1.6.2)</li>
 </ul>
 </section> 
 </body> 



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to