Author: ceki
Date: Wed Oct 19 15:00:03 2005
New Revision: 398

Added:
   nlog4j/trunk/tests/local.properties.sample
      - copied unchanged from r397, nlog4j/trunk/tests/build.properties.sample
Removed:
   nlog4j/trunk/tests/build.properties.sample
Modified:
   nlog4j/trunk/tests/build.xml
Log:
renamed build.properties as local.properties

Modified: nlog4j/trunk/tests/build.xml
==============================================================================
--- nlog4j/trunk/tests/build.xml        (original)
+++ nlog4j/trunk/tests/build.xml        Wed Oct 19 15:00:03 2005
@@ -1,6 +1,6 @@
 <project name="log4j" default="usage" basedir="." >
 
-  <property file="build.properties"/>
+  <property file="local.properties"/>
 
   <!-- Read the system environment variables and stores them in properties, -->
   <!-- prefixed with "env". -->
_______________________________________________
nlog4j-dev mailing list
[email protected]
http://slf4j.org/mailman/listinfo/nlog4j-dev

Reply via email to