craigmcc 01/04/28 15:58:18
Modified: digester build.xml
Log:
Use standardized property names for JAR files from other Commons packages.
Revision Changes Path
1.5 +7 -7 jakarta-commons-sandbox/digester/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/digester/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 2001/04/19 20:42:28 1.4
+++ build.xml 2001/04/28 22:58:17 1.5
@@ -3,7 +3,7 @@
<!--
"Digester" component of the Jakarta Commons Subproject
- $Id: build.xml,v 1.4 2001/04/19 20:42:28 craigmcc Exp $
+ $Id: build.xml,v 1.5 2001/04/28 22:58:17 craigmcc Exp $
-->
@@ -33,8 +33,8 @@
<property name="jaxp.jaxp.jar" value="${jaxp.home}/jaxp.jar"/>
<property name="jaxp.parser.jar" value="${jaxp.home}/crimson.jar"/>
<property name="junit.jar" value="${junit.home}/junit.jar"/>
- <property name="beanutils.jar"
value="${beanutils.home}/build/commons-beanutils.jar"/>
- <property name="collections.jar"
value="${collections.home}/build/commons-collections.jar"/>
+ <property name="commons-beanutils.jar"
value="${beanutils.home}/build/commons-beanutils.jar"/>
+ <property name="commons-collections.jar"
value="${collections.home}/build/commons-collections.jar"/>
<!-- ========== Component Declarations ==================================== -->
@@ -82,8 +82,8 @@
<pathelement location="${build.home}/classes"/>
<pathelement location="${jaxp.jaxp.jar}"/>
<pathelement location="${jaxp.parser.jar}"/>
- <pathelement location="${beanutils.jar}"/>
- <pathelement location="${collections.jar}"/>
+ <pathelement location="${commons-beanutils.jar}"/>
+ <pathelement location="${commons-collections.jar}"/>
<pathelement location="${junit.jar}"/>
</path>
@@ -103,8 +103,8 @@
<pathelement location="${build.home}/classes"/>
<pathelement location="${jaxp.jaxp.jar}"/>
<pathelement location="${jaxp.parser.jar}"/>
- <pathelement location="${beanutils.jar}"/>
- <pathelement location="${collections.jar}"/>
+ <pathelement location="${commons-beanutils.jar}"/>
+ <pathelement location="${commons-collections.jar}"/>
</path>
<!-- Should all tests fail if one does? -->