From 85b68b7c68fb86ceadeda0006f3c93fdb1871732 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Sat, 21 Jan 2006 19:21:26 +0000 Subject: [PATCH] Add URLs to the dependencies. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@371106 13f79535-47bb-0310-9956-ffa450edef68 --- project.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project.xml b/project.xml index eb5e6a8..b16c39e 100644 --- a/project.xml +++ b/project.xml @@ -181,6 +181,7 @@ log4j log4j 1.2.12 + http://logging.apache.org/log4j/docs/index.html Runtime Optional. @@ -192,6 +193,7 @@ Runtime Optional. logkit logkit 1.0.1 + http://avalon.apache.org/logkit/ Runtime Optional @@ -201,6 +203,7 @@ Runtime Optional. junit junit 3.8.1 + http://www.junit.org/index.htm Used for testing only. test @@ -211,6 +214,7 @@ Runtime Optional. avalon-framework avalon-framework 4.1.3 + http://avalon.apache.org/ Runtime Optional @@ -220,6 +224,7 @@ Runtime Optional. javax.servlet servlet-api 2.3 + http://java.sun.com/products/servlet/ Used only by servlet filter. Not used by core logging implementation.