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:08:06 UTC

svn commit: r1377777 - /myfaces/core/branches/2.0.x/impl/src/main/resources/META-INF/WebConfigParamsLogger.vm

Author: lu4242
Date: Mon Aug 27 18:08:06 2012
New Revision: 1377777

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

Modified:
    myfaces/core/branches/2.0.x/impl/src/main/resources/META-INF/WebConfigParamsLogger.vm

Modified: myfaces/core/branches/2.0.x/impl/src/main/resources/META-INF/WebConfigParamsLogger.vm
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/impl/src/main/resources/META-INF/WebConfigParamsLogger.vm?rev=1377777&r1=1377776&r2=1377777&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/impl/src/main/resources/META-INF/WebConfigParamsLogger.vm (original)
+++ myfaces/core/branches/2.0.x/impl/src/main/resources/META-INF/WebConfigParamsLogger.vm Mon Aug 27 18:08:06 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.");
                 }
             }
         }