diff options
author | Damian Minkov <damencho@jitsi.org> | 2006-09-29 11:10:52 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2006-09-29 11:10:52 +0000 |
commit | 7d7a352b29fee67fad32fa411597d835d03d291e (patch) | |
tree | 25504f91441d4415016e6842a9eb4550dc3f8e3d /build.xml | |
parent | 020de5c4aab72ef8b91ea9e55286e5f1024de903 (diff) | |
download | jitsi-7d7a352b29fee67fad32fa411597d835d03d291e.zip jitsi-7d7a352b29fee67fad32fa411597d835d03d291e.tar.gz jitsi-7d7a352b29fee67fad32fa411597d835d03d291e.tar.bz2 |
Build jabber slick
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -534,10 +534,9 @@ bundle-slick-runner,bundle-sip,bundle-sip-slick,bundle-fileaccess, bundle-fileaccess-slick,bundle-media,bundle-media-slick, bundle-protocol,bundle-icq,bundle-icq-slick,bundle-mock, - bundle-jabber,bundle-swing-ui, + bundle-jabber,bundle-jabber-slick,bundle-swing-ui, meta-contactlist,meta-contactlist-slick, bundle-plugin-icqaccregwizz,bundle-plugin-jabberaccregwizz"/> - <!-- bundle-jabber-slick --> <!--BUNDLE-HISTORY--> <target name="bundle-history"> @@ -819,7 +818,7 @@ javax.swing.event, javax.swing.border"/> </target> <!-- BUNDLE-JABBER-SLICK --> - <!-- Creates a bundle containing the slick for the Jabber protocol provider." + <!-- Creates a bundle containing the slick for the Jabber protocol provider."--> <target name="bundle-jabber-slick"> <jar compress="false" destfile="${bundles.dest}/protocol-jabber-slick.jar" @@ -830,7 +829,7 @@ javax.swing.event, javax.swing.border"/> <zipfileset src="${lib}/smackx.jar" prefix=""/> </jar> </target> - --> + <!-- BUNDLE-SWING-UI --> |