mirror of
https://github.com/igniterealtime/Spark.git
synced 2026-02-05 08:45:43 +00:00
spark-1900 - enabled idle plugin and removed redundant system tray plugin
This commit is contained in:
@ -174,15 +174,15 @@
|
||||
<description>SystemTray.</description>
|
||||
<class>org.jivesoftware.sparkimpl.plugin.systray.SysTrayPlugin</class>
|
||||
</plugin>
|
||||
<!--<plugin>-->
|
||||
<!--<name>UserIdle</name>-->
|
||||
<!--<version>1.0</version>-->
|
||||
<!--<author>Michael Will</author>-->
|
||||
<!--<homePage>http://www.igniterealtime.org</homePage>-->
|
||||
<!--<email>michael-will@gmx.net</email>-->
|
||||
<!--<description>SystemTray.</description>-->
|
||||
<!--<class>org.jivesoftware.sparkimpl.plugin.idle.UserIdlePlugin</class>-->
|
||||
<!--</plugin>-->
|
||||
<plugin>
|
||||
<name>UserIdle</name>
|
||||
<version>1.0</version>
|
||||
<author>Michael Will</author>
|
||||
<homePage>http://www.igniterealtime.org</homePage>
|
||||
<email>michael-will@gmx.net</email>
|
||||
<description>SystemTray.</description>
|
||||
<class>org.jivesoftware.sparkimpl.plugin.idle.UserIdlePlugin</class>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<name>Privacy Lists</name>
|
||||
<version>2.0</version>
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -83,7 +83,7 @@
|
||||
<module>plugins/tictactoe</module>
|
||||
<!--<module>plugins/spelling</module>-->
|
||||
<!--<module>plugins/sip</module>-->
|
||||
<module>plugins/systemtray</module>
|
||||
<!--<module>plugins/systemtray</module>-->
|
||||
<module>plugins/transferguard</module>
|
||||
<module>plugins/translator</module>
|
||||
<module>distribution</module>
|
||||
|
||||
Reference in New Issue
Block a user