geirm 2002/06/04 09:45:16 Modified: jexl project.xml Log: forgot logging Revision Changes Path 1.2 +6 -0 jakarta-commons-sandbox/jexl/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/jexl/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 4 Jun 2002 16:34:51 -0000 1.1 +++ project.xml 4 Jun 2002 16:45:16 -0000 1.2 @@ -64,6 +64,12 @@ </developers> <dependencies> + <dependency> + <name>commons-logging</name> + <type>required</type> + <version>1.0</version> + <jar>commons-logging-1.0.jar</jar> + </dependency> <dependency> <name>velocity</name> <type>required</type>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>