Moved slf4j-{api,simple} into separate bundle.

fix-message-formatting
Danny van Heumen 12 years ago
parent 3dbf64f3e0
commit 8f37c122be

@ -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

@ -34,7 +34,8 @@ felix.auto.start.10= \
reference:file:sc-bundles/bouncycastle.jar \
reference:file:sc-bundles/bccontrib.jar \
reference:file:sc-bundles/commons-lang.jar \
reference:file:sc-bundles/guava.jar
reference:file:sc-bundles/guava.jar \
reference:file:sc-bundles/slf4j-api.jar
# file:lib/bundle/shell.jar \
# file:lib/bundle/servicebinder.jar \

@ -11,4 +11,5 @@ Import-Package: org.osgi.framework,
net.java.sip.communicator.util,
net.java.sip.communicator.service.protocol,
net.java.sip.communicator.service.protocol.event,
org.slf4j,
javax.net.ssl

Loading…
Cancel
Save