aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorIngo Bauersachs <ingo@jitsi.org>2016-10-24 22:39:39 +0200
committerIngo Bauersachs <ingo@jitsi.org>2016-10-24 22:39:39 +0200
commit2cca1f070ccfda479a43d82a2a24ac656f8ad396 (patch)
treeab99faa97af5a9bc2dc20a351e66e2abccab64e9 /build.xml
parent94db8054a6f7de9d7af5dcc7a51273926e5427f9 (diff)
downloadjitsi-2cca1f070ccfda479a43d82a2a24ac656f8ad396.zip
jitsi-2cca1f070ccfda479a43d82a2a24ac656f8ad396.tar.gz
jitsi-2cca1f070ccfda479a43d82a2a24ac656f8ad396.tar.bz2
Remove Yahoo protocol
Closes #76, #293
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml38
1 files changed, 1 insertions, 37 deletions
diff --git a/build.xml b/build.xml
index ccdf34e..47745ef 100644
--- a/build.xml
+++ b/build.xml
@@ -930,11 +930,10 @@
bundle-jabber,bundle-jabber-slick,bundle-swing-ui,bundle-ui-service,
bundle-phonenumbers,
bundle-irc,bundle-irc-commands,bundle-plugin-ircaccregwizz,
- bundle-yahoo,bundle-yahoo-slick,
bundle-contactlist,meta-contactlist,meta-contactlist-slick,
bundle-plugin-icqaccregwizz,bundle-plugin-jabberaccregwizz,
bundle-plugin-sipaccregwizz,
- bundle-plugin-yahooaccregwizz,bundle-plugin-aimaccregwizz,
+ bundle-plugin-aimaccregwizz,
bundle-httputil,bundle-plugin-spellcheck,
bundle-version-impl,bundle-shutdown-timeout,bundle-windows-clean-shutdown,
bundle-growlnotification,bundle-swingnotification,bundle-galagonotification,
@@ -1425,7 +1424,6 @@ javax.swing.event, javax.swing.border"/>
<include name="protocol/icq/**/*"/>
<include name="protocol/googletalk/**/*"/>
<include name="protocol/jabber/**/*"/>
- <include name="protocol/yahoo/**/*"/>
<!-- the media package lives in the protocol-media bundle -->
<exclude name="protocol/media/**/*"/>
</zipfileset>
@@ -1536,30 +1534,6 @@ javax.swing.event, javax.swing.border"/>
</jar>
</target>
- <!-- BUNDLE-YAHOO -->
- <target name="bundle-yahoo">
- <!-- Creates a bundle containing the yahoo impl of the protocol provider.-->
- <jar compress="false" destfile="${bundles.dest}/protocol-yahoo.jar"
- manifest="${src}/net/java/sip/communicator/impl/protocol/yahoo/yahoo.provider.manifest.mf">
- <zipfileset dir="${dest}/net/java/sip/communicator/impl/protocol/yahoo"
- prefix="net/java/sip/communicator/impl/protocol/yahoo"/>
- <zipfileset src="${lib.noinst}/ymsg_network_v0_67.jar" prefix=""/>
- </jar>
- </target>
-
- <!-- BUNDLE-YAHOO-SLICK -->
- <!-- Creates a bundle containing the slick for the Yahoo protocol provider.-->
- <target name="bundle-yahoo-slick">
- <jar compress="false" destfile="${bundles.dest}/protocol-yahoo-slick.jar"
- manifest="${testsrc}/net/java/sip/communicator/slick/protocol/yahoo/yahoo.provider.slick.manifest.mf">
- <zipfileset dir="${dest}/net/java/sip/communicator/slick/protocol/yahoo"
- prefix="net/java/sip/communicator/slick/protocol/yahoo"/>
- <zipfileset src="${lib.noinst}/ymsg_network_v0_67.jar" prefix=""/>
- <zipfileset dir="${dest}/net/java/sip/communicator/slick/protocol/generic"
- prefix="net/java/sip/communicator/slick/protocol/generic"/>
- </jar>
- </target>
-
<!-- BUNDLE-GIBBERISH -->
<target name="bundle-gibberish">
<!-- Creates a bundle containing the Gibberish impl of the protocol provider.-->
@@ -1676,16 +1650,6 @@ javax.swing.event, javax.swing.border"/>
</jar>
</target>
- <!-- BUNDLE-PLUGIN-YAHOOACCREGWIZZ -->
- <target name="bundle-plugin-yahooaccregwizz">
- <!-- Creates a bundle for the plugin Yahoo Account Registration Wizard.-->
- <jar compress="false" destfile="${bundles.dest}/yahooaccregwizz.jar"
- manifest="${src}/net/java/sip/communicator/plugin/yahooaccregwizz/yahooaccregwizz.manifest.mf">
- <zipfileset dir="${dest}/net/java/sip/communicator/plugin/yahooaccregwizz"
- prefix="net/java/sip/communicator/plugin/yahooaccregwizz"/>
- </jar>
- </target>
-
<!-- BUNDLE-PLUGIN-SIPACCREGWIZZ -->
<target name="bundle-plugin-sipaccregwizz">
<!-- Creates a bundle for the plugin SIP Account Registration Wizard.-->