dlr 01/08/09 14:04:20
Modified: . build.xml
Log:
Jon added commons-util in yesterday. Too bad I missed committing this
earlier...
Revision Changes Path
1.13 +1 -10 jakarta-turbine-fulcrum/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-fulcrum/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -u -r1.12 -r1.13
--- build.xml 2001/08/09 19:48:06 1.12
+++ build.xml 2001/08/09 21:04:20 1.13
@@ -12,7 +12,6 @@
<path id="classpath">
<pathelement location="${velocity.jar}"/>
<pathelement location="${log4j.jar}"/>
- <pathelement location="${commons-util.jar}"/>
<pathelement location="${xerces.jar}"/>
<pathelement location="${bsf.jar}"/>
<pathelement location="${torque.jar}"/>
@@ -39,7 +38,6 @@
<echo message="lib.repo = ${lib.repo}"/>
<echo message="velocity.jar = ${velocity.jar}"/>
<echo message="log4j.jar = ${log4j.jar}"/>
- <echo message="commons-util.jar = ${commons-util.jar}"/>
<echo message="torque.jar = ${torque.jar}"/>
<echo message="bsf.jar = ${bsf.jar}"/>
<echo message="servlet.jar = ${servlet.jar}"/>
@@ -100,12 +98,6 @@
/>
<available
- classname="org.apache.commons.util.exception.NestableException"
- property="commons-util.present"
- classpathref="classpath"
- />
-
- <available
classname="javax.sql.ConnectionPoolDataSource"
property="jdbc.present"
classpathref="classpath"
@@ -259,8 +251,7 @@
<target name="prepare"
depends="init,
- check.velocity,check.log4j,check.commons-util,check.torque,check.bsf,
- check.servlet,
+ check.velocity,check.log4j,check.torque,check.bsf,check.servlet,
check.javamail,check.jaf,check.xerces,check.xalan,check.xmlrpc,
check.commons-util,
om,env">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]