sebb 2004/06/21 14:35:00
Modified: project jakarta-jmeter.xml
Log:
Make xpp and xstream separate sub-projects
Revision Changes Path
1.102 +32 -16 gump/project/jakarta-jmeter.xml
Index: jakarta-jmeter.xml
===================================================================
RCS file: /home/cvs/gump/project/jakarta-jmeter.xml,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- jakarta-jmeter.xml 20 Jun 2004 01:48:04 -0000 1.101
+++ jakarta-jmeter.xml 21 Jun 2004 21:35:00 -0000 1.102
@@ -97,11 +97,10 @@
<work nested="build/htmlparser"/>
<work nested="build/jorphan"/>
- <!-- Not available as Gump projects -->
- <work nested="lib/xpp3-1.1.3.4.D.jar"/>
- <work nested="lib/xstream-1.0.1.jar"/>
-
- <!-- Allow http to build: -->
+ <depend project="xpp3"/>
+ <depend project="xstream"/>
+
+ <!-- Allow http to build: -->
<work nested="build/components"/>
<!-- Allow Monitor to build -->
@@ -113,8 +112,25 @@
<regexp pattern="/BUILD FAILED/" subject="JMeter Build Failure"/>
</nag>
</project>
-
- <project name="jakarta-jmeter-cvs">
+
+ <project name="xpp3">
+ <url href="http://www.extreme.indiana.edu/xgws/xsoap/xpp/"/>
+ <description>
+ Xml Pull Parser (in short XPP) is a streaming pull XML parser
+ and should be used when there is a need to process quickly and
efficiently
+ all input elements.
+ </description>
+ <jar name="lib/xpp3-1.1.3.4.D.jar" id="xpp3"/>
+ </project>
+
+ <project name="xstream">
+ <url href="http://xstream.codehaus.org/"/>
+ <description>XStream is a simple library to serialize objects to XML and back
again
+ </description>
+ <jar name="lib/xstream-1.0.1.jar" id="xstream"/>
+ </project>
+
+ <project name="jakarta-jmeter-cvs">
<!-- Build JMeter from CVS versions of dependencies -->
<package>org.apache.jmeter</package>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]