Author: sebb
Date: Sun Sep 25 23:25:53 2011
New Revision: 1175624
URL: http://svn.apache.org/viewvc?rev=1175624&view=rev
Log:
htmlparser 2.1 now available from Maven Central
Modified:
jakarta/jmeter/trunk/build.properties
jakarta/jmeter/trunk/eclipse.classpath
jakarta/jmeter/trunk/lib/ (props changed)
Modified: jakarta/jmeter/trunk/build.properties
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.properties?rev=1175624&r1=1175623&r2=1175624&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.properties (original)
+++ jakarta/jmeter/trunk/build.properties Sun Sep 25 23:25:53 2011
@@ -108,17 +108,13 @@ excalibur-pool.loc = ${maven2.r
excalibur-pool.md5 = 0AF05C8811A2912D62D6E189799FD518
# Common file containing both htmlparser and htmllexer jars
-htmllexer.loc = http://prdownloads.sourceforge.net/htmlparser
-htmllexer.zip = HTMLParser-2.0-SNAPSHOT-bin.zip
-htmllexer.jar = htmllexer-2.0-20060923.jar
-htmllexer.md5 = FE91E957BC72895CDD1F58F67F3F331F
-htmllexer.ent = htmllexer.jar
-
-htmlparser.loc = http://prdownloads.sourceforge.net/htmlparser
-htmlparser.zip = HTMLParser-2.0-SNAPSHOT-bin.zip
-htmlparser.jar = htmlparser-2.0-20060923.jar
-htmlparser.md5 = 5452B45D4587E87724FD14F54A6885FF
-htmlparser.ent = htmlparser.jar
+htmllexer.loc = ${maven2.repo}/org/htmlparser/htmllexer/2.1
+htmllexer.jar = htmllexer-2.1.jar
+htmllexer.md5 = 1cb7184766a0c52f4d98d671bb08be19
+
+htmlparser.loc = ${maven2.repo}/org/htmlparser/htmlparser/2.1
+htmlparser.jar = htmlparser-2.1.jar
+htmlparser.md5 = aa05b921026c228f92ef8b4a13c26f8d
# Apache HttpClient 4.x
httpclient.version = 4.1.2
Modified: jakarta/jmeter/trunk/eclipse.classpath
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/eclipse.classpath?rev=1175624&r1=1175623&r2=1175624&view=diff
==============================================================================
--- jakarta/jmeter/trunk/eclipse.classpath (original)
+++ jakarta/jmeter/trunk/eclipse.classpath Sun Sep 25 23:25:53 2011
@@ -58,8 +58,8 @@
<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/geronimo-jms_1.1_spec-1.1.1.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/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/httpmime-4.1.2.jar"/>
Propchange: jakarta/jmeter/trunk/lib/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Sep 25 23:25:53 2011
@@ -20,8 +20,8 @@ excalibur-instrument-1.0.jar
excalibur-logger-1.1.jar
excalibur-pool-1.2.jar
geronimo*.jar
-htmllexer-2.0-20060923.jar
-htmlparser-2.0-20060923.jar
+htmllexer-2.1.jar
+htmlparser-2.1.jar
httpclient-4.1.2.jar
httpcore-4.1.3.jar
httpmime-4.1.2.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]