|
|
|
|
@ -1054,7 +1054,7 @@
|
|
|
|
|
bundle-icq-slick,bundle-mock,bundle-smacklib,bundle-jmdnslib,
|
|
|
|
|
bundle-jabber,bundle-jabber-slick,bundle-swing-ui,bundle-ui-service,
|
|
|
|
|
bundle-jnalib,bundle-phonenumbers,
|
|
|
|
|
bundle-irc, bundle-plugin-ircaccregwizz,
|
|
|
|
|
bundle-irc,bundle-plugin-ircaccregwizz,
|
|
|
|
|
bundle-msn,bundle-msn-slick,bundle-yahoo,bundle-yahoo-slick,
|
|
|
|
|
bundle-contactlist,meta-contactlist,meta-contactlist-slick,
|
|
|
|
|
bundle-plugin-icqaccregwizz,bundle-plugin-jabberaccregwizz,
|
|
|
|
|
@ -1099,7 +1099,7 @@
|
|
|
|
|
bundle-usersearch,
|
|
|
|
|
bundle-plugin-propertieseditor,bundle-plugin-accountinfo,
|
|
|
|
|
bundle-plugin-connectioninfo,
|
|
|
|
|
bundle-guava,bundle-hsql"/>
|
|
|
|
|
bundle-guava,bundle-hsql,bundle-slf4j"/>
|
|
|
|
|
|
|
|
|
|
<!--BUNDLE-SC-LAUNCHER-->
|
|
|
|
|
<target name="bundle-sc-launcher">
|
|
|
|
|
@ -2086,7 +2086,7 @@ javax.swing.event, javax.swing.border"/>
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
<!-- BUNDLE-IRC -->
|
|
|
|
|
<target name="bundle-irc">
|
|
|
|
|
<target name="bundle-irc" depends="bundle-slf4j">
|
|
|
|
|
<!-- Creates a bundle containing the IRC impl of the protocol provider.-->
|
|
|
|
|
<jar compress="false" destfile="${bundles.dest}/protocol-irc.jar"
|
|
|
|
|
manifest="${src}/net/java/sip/communicator/impl/protocol/irc/irc.provider.manifest.mf">
|
|
|
|
|
@ -2094,13 +2094,15 @@ javax.swing.event, javax.swing.border"/>
|
|
|
|
|
prefix="net/java/sip/communicator/impl/protocol/irc"/>
|
|
|
|
|
<zipfileset src="${lib.noinst}/irc-api-1.0.jar"
|
|
|
|
|
prefix="" />
|
|
|
|
|
<zipfileset src="${lib.noinst}/slf4j-api-1.7.5.jar"
|
|
|
|
|
prefix="" />
|
|
|
|
|
<zipfileset src="${lib.noinst}/slf4j-simple-1.7.5.jar"
|
|
|
|
|
prefix="" />
|
|
|
|
|
</jar>
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
<!-- BUNDLE SLF4J -->
|
|
|
|
|
<target name="bundle-slf4j">
|
|
|
|
|
<copy file="${lib.noinst}/slf4j-api-1.7.5.jar" tofile="${bundles.dest}/slf4j-api.jar"/>
|
|
|
|
|
<copy file="${lib.noinst}/slf4j-simple-1.7.5.jar" tofile="${bundles.dest}/slf4j-simple.jar"/>
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
<!-- BUNDLE-PLUGIN-IRCACCREGWIZZ -->
|
|
|
|
|
<target name="bundle-plugin-ircaccregwizz">
|
|
|
|
|
<!-- Creates a bundle for the plugin IRC Account Registration
|
|
|
|
|
|