You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/06/06 00:58:49 UTC

svn commit: r544668 - in /logging/log4j/companions/logsf/trunk: pom.xml src/site/site.xml src/test/java/org/apache/log4j/TestLogSF.java

Author: carnold
Date: Tue Jun  5 15:58:48 2007
New Revision: 544668

URL: http://svn.apache.org/viewvc?view=rev&rev=544668
Log:
Bug 42589: Remove stray LogMF references in LogSF

Modified:
    logging/log4j/companions/logsf/trunk/pom.xml
    logging/log4j/companions/logsf/trunk/src/site/site.xml
    logging/log4j/companions/logsf/trunk/src/test/java/org/apache/log4j/TestLogSF.java

Modified: logging/log4j/companions/logsf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/logsf/trunk/pom.xml?view=diff&rev=544668&r1=544667&r2=544668
==============================================================================
--- logging/log4j/companions/logsf/trunk/pom.xml (original)
+++ logging/log4j/companions/logsf/trunk/pom.xml Tue Jun  5 15:58:48 2007
@@ -25,7 +25,7 @@
   <name>Apache LogSF Companion for log4j 1.2.</name>
   <description>This companion provides parameterized logging using a log4j 1.3 style message formatter
   to simplify porting of code that used the parameterized logging facility in log4j 1.3 or SLF4J.</description>
-  <url>http://logging.apache.org/log4j/companions/logsf</url>
+  <url>http://logging.apache.org:80/log4j/companions/logsf</url>
   <issueManagement>
     <system>Bugzilla</system>
     <url>http://issues.apache.org/bugzilla/</url>

Modified: logging/log4j/companions/logsf/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/logsf/trunk/src/site/site.xml?view=diff&rev=544668&r1=544667&r2=544668
==============================================================================
--- logging/log4j/companions/logsf/trunk/src/site/site.xml (original)
+++ logging/log4j/companions/logsf/trunk/src/site/site.xml Tue Jun  5 15:58:48 2007
@@ -15,7 +15,7 @@
  limitations under the License.
 
 -->
-<project name="logmf">
+<project name="logsf">
   <bannerLeft>
     <name>Logging Services</name>
     <src>images/ls-logo.jpg</src>

Modified: logging/log4j/companions/logsf/trunk/src/test/java/org/apache/log4j/TestLogSF.java
URL: http://svn.apache.org/viewvc/logging/log4j/companions/logsf/trunk/src/test/java/org/apache/log4j/TestLogSF.java?view=diff&rev=544668&r1=544667&r2=544668
==============================================================================
--- logging/log4j/companions/logsf/trunk/src/test/java/org/apache/log4j/TestLogSF.java (original)
+++ logging/log4j/companions/logsf/trunk/src/test/java/org/apache/log4j/TestLogSF.java Tue Jun  5 15:58:48 2007
@@ -24,7 +24,7 @@
 
 
 /**
- * Unit test for LogMF.
+ * Unit test for LogSF.
  */
 public class TestLogSF extends TestCase {
     /**
@@ -49,7 +49,7 @@
      * Logger.
      */
     private final Logger logger = Logger.getLogger(
-            "org.apache.log4j.formatter.TestLogMF");
+            "org.apache.log4j.formatter.TestLogSF");
 
     /**
      * Create the test case



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