The default.properties hasn't been updated to the standardized file
names that are in the project.xml, so the ant test fails. I've attached
the simple patch that just renames a few and adds all the right version
numbers.

- Stephen
Index: default.properties
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-torque/default.properties,v
retrieving revision 1.29
diff -r1.29 default.properties
49c49
< velocity.jar = ${lib.repo}/velocity-1.3-dev.jar
---
> velocity.jar = ${lib.repo}/velocity-1.3-dev.jar    
55c55
< commons-collections.jar = ${lib.repo}/commons-collections.jar
---
> commons-collections.jar = ${lib.repo}/commons-collections-2.0.jar
58c58
< commons-lang.jar = ${lib.repo}/commons-lang-0.1-dev.jar
---
> commons-lang.jar = ${lib.repo}/commons-lang-1.0-dev.jar
60,61c60,61
< commons-pool.jar = ${lib.repo}/commons-pool.jar
< jdbc.jar = ${lib.repo}/jdbc2_0-stdext.jar
---
> commons-pool.jar = ${lib.repo}/commons-pool-1.0.jar
> jdbc.jar = ${lib.repo}/jdbc-2.0.jar
66c66
< tomcat-naming.jar = ${lib.repo}/tomcat-naming-common.jar
---
> tomcat-naming.jar = ${lib.repo}/tomcat-naming-1.0.jar
--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to