jvanzyl 01/07/26 13:47:29 Modified: . README.txt Log: - log4j is required, so let people know. Revision Changes Path 1.3 +3 -0 jakarta-turbine-torque/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/jakarta-turbine-torque/README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README.txt 2001/07/20 22:12:05 1.2 +++ README.txt 2001/07/26 20:47:29 1.3 @@ -22,6 +22,7 @@ velocity.jar xerces.jar village.jar +log4j.jar Torque uses Velocity to generate the OM sources, and Torque XML schema parsing requires Xerces. We will soon move to using @@ -31,3 +32,5 @@ Village is required to build the distribution. Village isn't needed for building, but the generated classes are dependent on Village. + +Log4j is required for logging in Torque. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
