Author: henning
Date: Tue Aug 30 00:57:33 2005
New Revision: 264726

URL: http://svn.apache.org/viewcvs?rev=264726&view=rev
Log:
Added simple logging configuration for test cases.


Added:
    jakarta/turbine/stratum/trunk/conf/test/
    jakarta/turbine/stratum/trunk/conf/test/commons-logging.properties   (with 
props)
    jakarta/turbine/stratum/trunk/conf/test/simplelog.properties   (with props)
Modified:
    jakarta/turbine/stratum/trunk/project.xml

Added: jakarta/turbine/stratum/trunk/conf/test/commons-logging.properties
URL: 
http://svn.apache.org/viewcvs/jakarta/turbine/stratum/trunk/conf/test/commons-logging.properties?rev=264726&view=auto
==============================================================================
--- jakarta/turbine/stratum/trunk/conf/test/commons-logging.properties (added)
+++ jakarta/turbine/stratum/trunk/conf/test/commons-logging.properties Tue Aug 
30 00:57:33 2005
@@ -0,0 +1,16 @@
+# Copyright 2001-2005 The Apache Software Foundation or its licensors,
+# as applicable.
+#
+# 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.
+
+org.apache.commons.logging.Log = org.apache.commons.logging.impl.SimpleLog

Propchange: jakarta/turbine/stratum/trunk/conf/test/commons-logging.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/turbine/stratum/trunk/conf/test/commons-logging.properties
------------------------------------------------------------------------------
    svn:keywords = Id Author

Added: jakarta/turbine/stratum/trunk/conf/test/simplelog.properties
URL: 
http://svn.apache.org/viewcvs/jakarta/turbine/stratum/trunk/conf/test/simplelog.properties?rev=264726&view=auto
==============================================================================
--- jakarta/turbine/stratum/trunk/conf/test/simplelog.properties (added)
+++ jakarta/turbine/stratum/trunk/conf/test/simplelog.properties Tue Aug 30 
00:57:33 2005
@@ -0,0 +1,20 @@
+# Copyright 2001-2005 The Apache Software Foundation or its licensors,
+# as applicable.
+#
+# 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.
+
+org.apache.commons.logging.simplelog.showShortLogname = false
+org.apache.commons.logging.simplelog.showdatetime = false
+org.apache.commons.logging.simplelog.showlogname = false
+
+org.apache.commons.logging.simplelog.defaultlog = warn

Propchange: jakarta/turbine/stratum/trunk/conf/test/simplelog.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/turbine/stratum/trunk/conf/test/simplelog.properties
------------------------------------------------------------------------------
    svn:keywords = Id Author

Modified: jakarta/turbine/stratum/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/turbine/stratum/trunk/project.xml?rev=264726&r1=264725&r2=264726&view=diff
==============================================================================
--- jakarta/turbine/stratum/trunk/project.xml (original)
+++ jakarta/turbine/stratum/trunk/project.xml Tue Aug 30 00:57:33 2005
@@ -1,19 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2001-2005 The Apache Software Foundation or its licensors,
-  as applicable.
+ Copyright 2001-2005 The Apache Software Foundation or its licensors,
+ as applicable.
 
-  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.
+ 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.
 -->
 
 <project>
@@ -327,6 +327,15 @@
       <includes>
         <include>**/*Test*.java</include>
       </includes>
+      <resources>
+        <resource>
+          <directory>conf/test</directory>
+          <includes>
+            <include>commons-logging.properties</include>
+            <include>simplelog.properties</include>
+          </includes>
+        </resource>
+      </resources>
     </unitTest>
     <resources></resources>
     <jars></jars>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to