You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2005/02/07 00:05:00 UTC

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

Author: rdonkin
Date: Sun Feb  6 15:04:59 2005
New Revision: 151635

URL: http://svn.apache.org/viewcvs?view=rev&rev=151635
Log:
Added sample properties

Added:
    jakarta/commons/proper/logging/trunk/optional/build.properties.sample

Added: jakarta/commons/proper/logging/trunk/optional/build.properties.sample
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/optional/build.properties.sample?view=auto&rev=151635
==============================================================================
--- jakarta/commons/proper/logging/trunk/optional/build.properties.sample (added)
+++ jakarta/commons/proper/logging/trunk/optional/build.properties.sample Sun Feb  6 15:04:59 2005
@@ -0,0 +1,36 @@
+# Copyright 2001-2004 The Apache Software Foundation.
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#      http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# log4j.jar - log4j classes (see http://jakarta.apache.org/log4j)
+log4j.jar=/java/log4j/log4j.jar
+
+# Used for testing against older 1.2.x Log4J versions
+log4j12.jar=/java/log4j/log4j-1.2.7.jar
+
+# logkit.jar - Avalon LogKit classes (see http://jakarta.apache.org/avalon)
+logkit.jar=/java/logkit/logkit.jar
+
+# Avalon framework - used for wrapper for avalon framework logger
+avalon-framework.jar=../../Avalon-4.1.4/avalon-framework-4.1.4.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.
+#
+# junit.jar=../../jakarta-velocity/build/lib/junit-3.7.jar
+
+# Maven properties (for web site build)
+# Those committers using agents may like to use
+#maven.username=rdonkin
+#logging.cvs=lserver:rdonkin@cvs.apache.org:/home/cvs



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