aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2010-02-12 15:08:42 +0000
committerDamian Minkov <damencho@jitsi.org>2010-02-12 15:08:42 +0000
commitd7092d65ddc6376dee589024527531f6ed65a5c6 (patch)
treead9e9ce68c1cf336f9e3c783b3a15ab3c16bbe60 /build.xml
parent19ad20f4a15a007bda51c6b6c1eed7fc8181f647 (diff)
downloadjitsi-d7092d65ddc6376dee589024527531f6ed65a5c6.zip
jitsi-d7092d65ddc6376dee589024527531f6ed65a5c6.tar.gz
jitsi-d7092d65ddc6376dee589024527531f6ed65a5c6.tar.bz2
Introduce new support for Facebook, through xmpp. Remove old one.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml18
1 files changed, 2 insertions, 16 deletions
diff --git a/build.xml b/build.xml
index 3ac8523..02d9206 100644
--- a/build.xml
+++ b/build.xml
@@ -885,7 +885,7 @@
bundle-plugin-googletalkaccregwizz,bundle-argdelegation-service,
bundle-argdelegation,bundle-zrtp4j,
bundle-filehistory,bundle-metahistory,bundle-metahistory-slick,
- bundle-facebook,bundle-plugin-facebookaccregwizz,
+ bundle-plugin-facebookaccregwizz,
bundle-bouncycastle,bundle-plugin-otr,bundle-plugin-iptelaccregwizz"/>
<!--BUNDLE-SC-LAUNCHER-->
@@ -1304,6 +1304,7 @@ javax.swing.event, javax.swing.border"/>
prefix="resources/images">
<include name="protocol/icq/**/*"/>
<include name="protocol/googletalk/**/*"/>
+ <include name="protocol/facebook/**/*"/>
<include name="protocol/jabber/**/*"/>
<include name="protocol/msn/**/*"/>
<include name="protocol/yahoo/**/*"/>
@@ -1475,21 +1476,6 @@ javax.swing.event, javax.swing.border"/>
</jar>
</target>
- <!-- BUNDLE-FACEBOOK -->
- <target name="bundle-facebook">
- <!-- Creates a bundle containing the Facebook impl of the protocol provider.-->
- <jar compress="false" destfile="${bundles.dest}/protocol-facebook.jar"
- manifest="${src}/net/java/sip/communicator/impl/protocol/facebook/facebook.provider.manifest.mf">
- <zipfileset dir="${dest}/net/java/sip/communicator/impl/protocol/facebook"
- prefix="net/java/sip/communicator/impl/protocol/facebook"/>
- <zipfileset dir="${resources}/images/protocol/facebook"
- prefix="resources/images/protocol/facebook" />
- <zipfileset src="${lib.noinst}/commons-codec-1.3.jar" prefix=""/>
- <zipfileset src="${lib.noinst}/httpclient-4.0-beta2.jar" prefix=""/>
- <zipfileset src="${lib.noinst}/json-20090723.jar" prefix=""/>
- </jar>
- </target>
-
<!-- BUNDLE-UI-SERVICE -->
<target name="bundle-ui-service">
<!-- Bundle sip-communicator's UI.-->