You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2012/08/27 20:07:53 UTC

svn commit: r1377776 - /myfaces/core/trunk/impl/src/main/resources/META-INF/WebConfigParamsLogger.vm

Author: lu4242
Date: Mon Aug 27 18:07:52 2012
New Revision: 1377776

URL: http://svn.apache.org/viewvc?rev=1377776&view=rev
Log:
MYFACES-3597 Wrong message indicating ri or myfaces in the classpath 

Modified:
    myfaces/core/trunk/impl/src/main/resources/META-INF/WebConfigParamsLogger.vm

Modified: myfaces/core/trunk/impl/src/main/resources/META-INF/WebConfigParamsLogger.vm
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/main/resources/META-INF/WebConfigParamsLogger.vm?rev=1377776&r1=1377775&r2=1377776&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/resources/META-INF/WebConfigParamsLogger.vm (original)
+++ myfaces/core/trunk/impl/src/main/resources/META-INF/WebConfigParamsLogger.vm Mon Aug 27 18:07:52 2012
@@ -56,7 +56,7 @@ public class WebConfigParamsLogger
             {
                 if(log.isLoggable(Level.INFO))
                 {
-                    log.info("Starting up Tomahawk on the RI-JSF-Implementation.");
+                    log.info("Starting up Tomahawk on the MyFaces-JSF-Implementation");
                 }
             }
 
@@ -64,7 +64,7 @@ public class WebConfigParamsLogger
             {
                 if(log.isLoggable(Level.INFO))
                 {
-                    log.info("Starting up Tomahawk on the MyFaces-JSF-Implementation");
+                    log.info("Starting up Tomahawk on the RI-JSF-Implementation.");
                 }
             }
         }