You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/01/03 17:57:06 UTC

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

Author: sebb
Date: Tue Jan  3 16:57:06 2012
New Revision: 1226866

URL: http://svn.apache.org/viewvc?rev=1226866&view=rev
Log:
Updated httpcore to 4.1.4

Modified:
    jmeter/trunk/build.properties
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/lib/   (props changed)
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1226866&r1=1226865&r2=1226866&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Tue Jan  3 16:57:06 2012
@@ -133,9 +133,9 @@ httpmime.loc               = ${maven2.re
 httpmime.md5               = 9c9e5c9945e8a507927fa5d7b5d0f3d1
 
 # Required for HttpClient
-httpcore.jar                = httpcore-4.1.3.jar
-httpcore.loc                = ${maven2.repo}/org/apache/httpcomponents/httpcore/4.1.3
-httpcore.md5                = 4f6b9d9faf9a8c918c43edff90bc53fa
+httpcore.jar                = httpcore-4.1.4.jar
+httpcore.loc                = ${maven2.repo}/org/apache/httpcomponents/httpcore/4.1.4
+httpcore.md5                = 8614e56c044b5ad79e4cf79fdc3013ee
 
 jakarta-oro.jar             = oro-2.0.8.jar
 jakarta-oro.loc             = ${maven2.repo}/oro/oro/2.0.8

Modified: jmeter/trunk/eclipse.classpath
URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1226866&r1=1226865&r2=1226866&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Tue Jan  3 16:57:06 2012
@@ -62,7 +62,7 @@
 	<classpathentry kind="lib" path="lib/htmllexer-2.1.jar"/>
 	<classpathentry kind="lib" path="lib/htmlparser-2.1.jar"/>
     <classpathentry kind="lib" path="lib/httpclient-4.1.2.jar"/>
-    <classpathentry kind="lib" path="lib/httpcore-4.1.3.jar"/>
+    <classpathentry kind="lib" path="lib/httpcore-4.1.4.jar"/>
     <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"/>

Propchange: jmeter/trunk/lib/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Jan  3 16:57:06 2012
@@ -23,7 +23,7 @@ geronimo*.jar
 htmllexer-2.1.jar
 htmlparser-2.1.jar
 httpclient-4.1.2.jar
-httpcore-4.1.3.jar
+httpcore-4.1.4.jar
 httpmime-4.1.2.jar
 jCharts-0.7.5.jar
 jdom-1.1.jar

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1226866&r1=1226865&r2=1226866&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Tue Jan  3 16:57:06 2012
@@ -259,6 +259,7 @@ Loads any additional properties found in
 <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>
+<li>Updated httpcore to 4.1.4</li>
 </ul>
 
 </section>