Removes from builds the following protocols and plugins: gibberish, ssh, dict, rss, account-info (not used anyway), whiteboard. Note that all related code stays in the repository and everyone could easily enable the above plugins, by simply adding them in the bundles target and felix.client.run.properties file.

cusax-fix
Yana Stamcheva 15 years ago
parent b77cdcb053
commit 0806c73826

@ -906,19 +906,14 @@
bundle-version,bundle-version-impl,bundle-shutdown-timeout,
bundle-growlnotification,bundle-swingnotification,bundle-galagonotification,
bundle-sparkle, bundle-plugin-branding,
bundle-osdependent,bundle-browserlauncher,bundle-gibberish,
bundle-gibberish-slick,bundle-plugin-gibberishaccregwizz,
bundle-rss, bundle-rss-slick,bundle-plugin-rssaccregwizz,
bundle-zeroconf,bundle-plugin-zeroconfaccregwizz,bundle-plugin-whiteboard,
bundle-osdependent,bundle-browserlauncher,
bundle-zeroconf,bundle-plugin-zeroconfaccregwizz,
bundle-irc,bundle-plugin-ircaccregwizz,
bundle-pluginmanager,bundle-skinmanager,bundle-notification,
bundle-notification-config,bundle-ssh,bundle-plugin-sshaccregwizz,
bundle-contacteventhandler,bundle-plugin-contactinfo,
bundle-plugin-accountinfo,bundle-plugin-chatalerter, bundle-keybindings,
bundle-notification-config,bundle-contacteventhandler,
bundle-plugin-contactinfo,bundle-plugin-chatalerter, bundle-keybindings,
bundle-plugin-keybindingChooser,bundle-plugin-globalproxyconfig,
bundle-jfontchooserlib,
bundle-updatecheckplugin,
bundle-dict,bundle-plugin-dictaccregwizz,
bundle-jfontchooserlib,bundle-updatecheckplugin,
bundle-plugin-simpleaccreg,bundle-plugin-generalconfig,
bundle-plugin-googletalkaccregwizz,bundle-argdelegation-service,
bundle-argdelegation,bundle-zrtp4j,bundle-json,

@ -85,19 +85,13 @@ felix.auto.start.52= \
reference:file:sc-bundles/protocol-jabber.jar \
reference:file:sc-bundles/protocol-msn.jar \
reference:file:sc-bundles/protocol-yahoo.jar \
reference:file:sc-bundles/protocol-gibberish.jar \
reference:file:sc-bundles/protocol-ssh.jar \
reference:file:sc-bundles/reconnectplugin.jar \
reference:file:sc-bundles/protocol-zeroconf.jar \
reference:file:sc-bundles/protocol-irc.jar \
reference:file:sc-bundles/protocol-dict.jar
reference:file:sc-bundles/protocol-irc.jar
felix.auto.start.55= \
reference:file:sc-bundles/meta-cl.jar
felix.auto.start.56= \
reference:file:sc-bundles/protocol-rss.jar
felix.auto.start.60= \
reference:file:sc-bundles/history.jar \
reference:file:sc-bundles/msghistory.jar \
@ -119,7 +113,6 @@ felix.auto.start.66= \
felix.auto.start.67= \
reference:file:sc-bundles/pluginmanager.jar \
reference:file:sc-bundles/skinmanager.jar \
reference:file:sc-bundles/whiteboard.jar \
reference:file:sc-bundles/icqaccregwizz.jar \
reference:file:sc-bundles/aimaccregwizz.jar \
reference:file:sc-bundles/sipaccregwizz.jar \
@ -127,19 +120,14 @@ felix.auto.start.67= \
reference:file:sc-bundles/googletalkaccregwizz.jar \
reference:file:sc-bundles/msnaccregwizz.jar \
reference:file:sc-bundles/yahooaccregwizz.jar \
reference:file:sc-bundles/gibberishaccregwizz.jar \
reference:file:sc-bundles/sshaccregwizz.jar \
reference:file:sc-bundles/rssaccregwizz.jar \
reference:file:sc-bundles/zeroconfaccregwizz.jar \
reference:file:sc-bundles/ircaccregwizz.jar \
reference:file:sc-bundles/contacteventhandler.jar \
reference:file:sc-bundles/notificationconfig.jar \
reference:file:sc-bundles/contactinfo.jar \
reference:file:sc-bundles/accountinfo.jar \
reference:file:sc-bundles/chatalerter.jar \
reference:file:sc-bundles/keybindingChooser.jar \
reference:file:sc-bundles/generalconfig.jar \
reference:file:sc-bundles/dictaccregwizz.jar \
reference:file:sc-bundles/otr.jar \
reference:file:sc-bundles/facebookaccregwizz.jar \
reference:file:sc-bundles/advancedconfig.jar \

@ -80,13 +80,11 @@ felix.auto.start.6= \
reference:file:sc-bundles/history.jar \
reference:file:sc-bundles/protocol-icq.jar \
reference:file:sc-bundles/smacklib.jar \
reference:file:sc-bundles/protocol-rss.jar \
reference:file:sc-bundles/neomedia.jar \
reference:file:sc-bundles/protocol-jabber.jar \
reference:file:sc-bundles/protocol-msn.jar \
reference:file:sc-bundles/protocol-sip.jar \
reference:file:sc-bundles/protocol-yahoo.jar \
reference:file:sc-bundles/protocol-gibberish.jar \
reference:file:sc-bundles/protocol-mock.jar \
reference:file:sc-bundles/meta-cl.jar \
reference:file:sc-bundles/msghistory.jar \
@ -108,9 +106,7 @@ felix.auto.start.7= \
reference:file:sc-bundles/protocol-jabber-slick.jar \
reference:file:sc-bundles/protocol-msn-slick.jar \
reference:file:sc-bundles/protocol-yahoo-slick.jar \
reference:file:sc-bundles/protocol-gibberish-slick.jar \
reference:file:sc-bundles/protocol-icq-slick.jar \
reference:file:sc-bundles/protocol-rss-slick.jar \
reference:file:sc-bundles/msghistory-slick.jar \
reference:file:sc-bundles/metahistory-slick.jar \
reference:file:sc-bundles/callhistory-slick.jar \

Loading…
Cancel
Save