cedric 2003/02/27 11:21:56
Modified: . build.properties.sample
Log:
Add an entry for http-unit
Revision Changes Path
1.30 +17 -14 jakarta-struts/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-struts/build.properties.sample,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- build.properties.sample 8 Feb 2003 20:10:01 -0000 1.29
+++ build.properties.sample 27 Feb 2003 19:21:56 -0000 1.30
@@ -6,8 +6,8 @@
# to "build.properties" in the same directory that contains the Struts
# "build.xml" file.
#
-# The JARS required for each release or beta distribution are available
-# as a single archive from the Struts downloads directory.
+# The JARS required for each release or beta distribution are available
+# as a single archive from the Struts downloads directory.
# Requirements for the Nightly Build may change between releases and betas.
#
# $Id$
@@ -30,28 +30,28 @@
# if you are going to execute the "deploy.catalina" target.
catalina.home=${apache.home}/jakarta-tomcat-4.0.6
-# The JAR file containing the Beanutils package (Version 1.5 or later)
+# The JAR file containing the Beanutils package (Version 1.5 or later)
# from the Jakarta Commons project.
commons-beanutils.jar=${commons-lib.home}/beanutils/dist/commons-beanutils.jar
-# The JAR file containing the Collections package (Version 2.1 or later)
+# The JAR file containing the Collections package (Version 2.1 or later)
# from the Jakarta Commons project.
commons-collections.jar=${commons-lib.home}/collections/dist/commons-collections.jar
-# The JAR file containing the DBCP package (Version 1.0 or later)
+# The JAR file containing the DBCP package (Version 1.0 or later)
# from the Jakarta Commons project.
commons-dbcp.jar=${commons-lib.home}/dbcp/dist/commons-dbcp.jar
-# The JAR file containing the Digester package (Version 1.3 or later)
+# The JAR file containing the Digester package (Version 1.3 or later)
# from the Jakarta Commons project.
commons-digester.jar=${commons-lib.home}/digester/dist/commons-digester.jar
-# The JAR file containing the FileUpload package (recent Nightly Build)
+# The JAR file containing the FileUpload package (recent Nightly Build)
# from the Jakarta Commons project.
commons-fileupload.jar=${commons-lib.home}/fileupload/target/commons-fileupload-1.0-dev.jar
-# The JAR file containing the Lang package (Version 1.1 or later)
+# The JAR file containing the Lang package (Version 1.1 or later)
# from the Jakarta Commons project.
commons-lang.jar=${commons-lib.home}/lang/dist/commons-lang-1.1.jar
@@ -59,19 +59,19 @@
# from the Jakarta Commons project.
commons-logging.jar=${commons-lib.home}/logging/dist/commons-logging.jar
-# The JAR file containing the POOL package (Version 1.0.1 or later)
+# The JAR file containing the POOL package (Version 1.0.1 or later)
# from the Jakarta Commons project.
commons-pool.jar=${commons-lib.home}/pool/dist/commons-pool.jar
-# The JAR file containing the Resources package (recent Nightly Build)
+# The JAR file containing the Resources package (recent Nightly Build)
# from the Jakarta Commons project.
commons-resources.jar=${commons-sandbox-lib.home}/resources/target/commons-resources.jar
-# The JAR file containing the Validator package (Version 1.0.1 or later)
+# The JAR file containing the Validator package (Version 1.0.1 or later)
# from the Jakarta Commons project.
commons-validator.jar=${commons-lib.home}/validator/dist/commons-validator.jar
-# The JAR file containing the Jakarta ORO project version 2.06 (or later)
+# The JAR file containing the Jakarta ORO project version 2.06 (or later)
jakarta-oro.jar=${apache.home}/jakarta-oro-2.0.6/jakarta-oro-2.0.6.jar
# The JAR file containing the JDBC 2.0 Optional Package extensions API
@@ -106,7 +106,7 @@
# you do not have PMD installed, do not set this property.
pmd.jar = /Java/pmd/lib/pmd-1.01.jar
-# Properties related to Struts Contrib
+# Properties related to Struts Contrib
# -----------------------------------------
# These links to the JSTL jar files are only required for building the
@@ -142,6 +142,9 @@
# AspectJ from Cactus distribution
aspectjrt.jar = ${cactus.lib}/aspectjrt.jar
+
+# The httpunit runtime jar
+httpunit.jar = ${cactus.lib}/httpunit.jar
# Httpclient from Jakarta-Commons
commons-httpclient.jar = ${commons-lib.home}/httpclient/dist/commons-httpclient.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]