You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2006/01/20 03:39:27 UTC

svn commit: r370701 - /jakarta/commons/proper/logging/trunk/build.properties.sample

Author: skitching
Date: Thu Jan 19 18:39:24 2006
New Revision: 370701

URL: http://svn.apache.org/viewcvs?rev=370701&view=rev
Log:
Tweaks to use libs downloaded via newish "ant getlibs" target.

Modified:
    jakarta/commons/proper/logging/trunk/build.properties.sample

Modified: jakarta/commons/proper/logging/trunk/build.properties.sample
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/build.properties.sample?rev=370701&r1=370700&r2=370701&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.properties.sample (original)
+++ jakarta/commons/proper/logging/trunk/build.properties.sample Thu Jan 19 18:39:24 2006
@@ -13,26 +13,26 @@
 # limitations under the License.
 
 # Apache Log4j 1.2.x series
-log4j12.jar=/java/log4j/log4j-1.2.9.jar
+log4j12.jar=lib/log4j-1.2.6.jar
 
 # Apache Log4j 1.3.x series
-log4j13.jar=/java/log4j/log4j-1.3.0.jar
+log4j13.jar=lib/log4j-1.3.0.jar
 
 # logkit.jar - Avalon LogKit classes (see http://jakarta.apache.org/avalon)
-logkit.jar=/java/logkit/logkit.jar
+logkit.jar=lib/logkit-1.0.1.jar
 
 # Avalon framework - used for wrapper for avalon framework logger
-avalon-framework.jar=../../Avalon-4.1.4/avalon-framework-4.1.4.jar
+avalon-framework.jar=lib/avalon-framework-4.1.3.jar
 
 # ServletApi - used to build ServletContextCleaner class
-servletapi.jar=/java/servletapi/servletapi.jar
+servletapi.jar=lib/servletapi-2.3.jar
 
 #
 # if you want to run the test cases, junit needs to be in the classpath.
 # the build.xml uses a default value so you might not need to set this property.
 # Note that version junit 3.8 is required and 3.8.1 recommended.
 # 
-# junit.jar=../../jakarta-velocity/build/lib/junit-3.8.1.jar
+junit.jar=lib/junit-3.8.1.jar
 
 # Maven properties (for web site build)
 # Those committers using agents may like to use



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org