You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by se...@apache.org on 2007/02/27 21:42:36 UTC

svn commit: r512382 - /gump/metadata/project/jakarta-jmeter-22.xml

Author: sebb
Date: Tue Feb 27 12:42:35 2007
New Revision: 512382

URL: http://svn.apache.org/viewvc?view=rev&rev=512382
Log:
Updated htmlparser version; use Gump version of xstream and xpp3

Modified:
    gump/metadata/project/jakarta-jmeter-22.xml

Modified: gump/metadata/project/jakarta-jmeter-22.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jakarta-jmeter-22.xml?view=diff&rev=512382&r1=512381&r2=512382
==============================================================================
--- gump/metadata/project/jakarta-jmeter-22.xml (original)
+++ gump/metadata/project/jakarta-jmeter-22.xml Tue Feb 27 12:42:35 2007
@@ -39,7 +39,6 @@
     
 	<!-- Ensure work directories don't get dropped from classpath -->
 	<mkdir dir="build/core"/>
-	<mkdir dir="build/htmlparser"/>
 	<mkdir dir="build/jorphan"/>
 	
 	<!-- Allow http to build: -->
@@ -61,6 +60,9 @@
     <depend project="commons-jexl"/>
     <depend project="commons-httpclient"/>
 
+    <depend project="xstream"/>
+    <depend project="xpp3"/>
+    
     <!-- Try to ensure that this builds after main jmeter build -->
 <!-- 
     <option project="jakarta-jmeter-test">
@@ -69,7 +71,6 @@
 -->
      
     <work nested="build/core"/>
-    <work nested="build/htmlparser"/>
     <work nested="build/jorphan"/>
     
     <!-- Allow http to build: -->
@@ -87,6 +88,8 @@
     <work nested="lib/excalibur-instrument-1.0.jar"/>
     <work nested="lib/excalibur-logger-1.1.jar"/>
     <work nested="lib/excalibur-pool-1.2.jar"/>
+    <work nested="lib/htmlparser-2.0-20060923.jar"/>
+    <work nested="lib/htmllexer-2.0-20060923.jar"/>
     <work nested="lib/jakarta-oro-2.0.8.jar"/>
     <work nested="lib/jCharts-0.7.5.jar"/>
     <work nested="lib/jdom-1.0.jar"/>
@@ -95,9 +98,6 @@
     <work nested="lib/soap.jar"/>
     <work nested="lib/Tidy.jar"/>
 
-    <work nested="lib/xpp3_min-1.1.3.4.I.jar"/>
-    <work nested="lib/xstream-1.1.3.jar"/>   
-
     <!-- needed for documentation -->
     <work nested="lib/velocity-1.4-dev.jar"/>
     
@@ -150,6 +150,9 @@
     <depend project="commons-jexl"/>
     <depend project="commons-httpclient"/>
 
+    <depend project="xstream"/>
+    <depend project="xpp3"/>
+
     <home nested="." />
 
     <work nested="lib/avalon-framework-4.1.4.jar"/>
@@ -161,6 +164,8 @@
     <work nested="lib/excalibur-instrument-1.0.jar"/>
     <work nested="lib/excalibur-logger-1.1.jar"/>
     <work nested="lib/excalibur-pool-1.2.jar"/>
+    <work nested="lib/htmlparser-2.0-20060923.jar"/>
+    <work nested="lib/htmllexer-2.0-20060923.jar"/>
     <work nested="lib/jakarta-oro-2.0.8.jar"/>
     <work nested="lib/jCharts-0.7.5.jar"/>
     <work nested="lib/jdom-1.0.jar"/>
@@ -172,15 +177,11 @@
     <work nested="lib/xalan.jar"/>
     <work nested="lib/xercesImpl.jar"/>
     <work nested="lib/xml-apis.jar"/>
-    <work nested="lib/xpp3_min-1.1.3.4.I.jar"/>
-    <work nested="lib/xstream-1.1.3.jar"/>   
 
 
     <!-- Add jars and classes needed to run tests -->
     <work nested="build/test"/>
     <work nested="lib/jorphan.jar"/>
-    <work nested="lib/htmlparser.jar"/>
-    <work nested="lib/htmlparserparser.jar"/>
     <work nested="lib/ext/ApacheJMeter_components.jar"/>
     <work nested="lib/ext/ApacheJMeter_core.jar"/>
     <work nested="lib/ext/ApacheJMeter_ftp.jar"/>