tweaks to the configuration

fix-message-formatting
Danny van Heumen 12 years ago
parent 266e3cb8cb
commit 779d27f765

@ -2089,18 +2089,18 @@ javax.swing.event, javax.swing.border"/>
<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">
manifest="${src}/net/java/sip/communicator/impl/protocol/irc/irc.provider.manifest.mf">
<zipfileset dir="${dest}/net/java/sip/communicator/impl/protocol/irc"
prefix="net/java/sip/communicator/impl/protocol/irc"/>
<zipfileset src="${lib.noinst}/irc-api-1.0.jar"
prefix="" />
<zipfileset src="${lib.noinst}/irc-api-1.0.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 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 -->

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

Loading…
Cancel
Save