You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2014/06/14 16:34:36 UTC

svn commit: r1602589 - /logging/log4j/log4j2/trunk/log4j-jmx-gui/src/main/resources/META-INF/services/com.sun.tools.jconsole.JConsolePlugin

Author: rpopma
Date: Sat Jun 14 14:34:35 2014
New Revision: 1602589

URL: http://svn.apache.org/r1602589
Log:
bugfix: update configured jConsole plugin class name to match renamed class

Modified:
    logging/log4j/log4j2/trunk/log4j-jmx-gui/src/main/resources/META-INF/services/com.sun.tools.jconsole.JConsolePlugin

Modified: logging/log4j/log4j2/trunk/log4j-jmx-gui/src/main/resources/META-INF/services/com.sun.tools.jconsole.JConsolePlugin
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-jmx-gui/src/main/resources/META-INF/services/com.sun.tools.jconsole.JConsolePlugin?rev=1602589&r1=1602588&r2=1602589&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-jmx-gui/src/main/resources/META-INF/services/com.sun.tools.jconsole.JConsolePlugin (original)
+++ logging/log4j/log4j2/trunk/log4j-jmx-gui/src/main/resources/META-INF/services/com.sun.tools.jconsole.JConsolePlugin Sat Jun 14 14:34:35 2014
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # 
-org.apache.logging.log4j.jmx.gui.ClientGUIJConsolePlugin
+org.apache.logging.log4j.jmx.gui.ClientGuiJConsolePlugin