From ac8a5425eee2b925fb5ec3c07289368f3e27ce08 Mon Sep 17 00:00:00 2001 From: speedy Date: Wed, 27 Sep 2017 20:57:47 -0500 Subject: [PATCH] spark-1900 - enabled idle plugin and removed redundant system tray plugin --- core/src/main/resources/META-INF/plugins.xml | 18 +++++++++--------- pom.xml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/core/src/main/resources/META-INF/plugins.xml b/core/src/main/resources/META-INF/plugins.xml index 36dcad06c..1d4fb2973 100644 --- a/core/src/main/resources/META-INF/plugins.xml +++ b/core/src/main/resources/META-INF/plugins.xml @@ -174,15 +174,15 @@ SystemTray. org.jivesoftware.sparkimpl.plugin.systray.SysTrayPlugin - - - - - - - - - + + UserIdle + 1.0 + Michael Will + http://www.igniterealtime.org + michael-will@gmx.net + SystemTray. + org.jivesoftware.sparkimpl.plugin.idle.UserIdlePlugin + Privacy Lists 2.0 diff --git a/pom.xml b/pom.xml index 6954ef6ef..9045d78d0 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ plugins/tictactoe - plugins/systemtray + plugins/transferguard plugins/translator distribution