aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDanny van Heumen <danny@dannyvanheumen.nl>2014-01-21 22:24:14 +0100
committerDanny van Heumen <danny@dannyvanheumen.nl>2014-07-30 18:29:59 +0200
commit779d27f7654e4bc7df1e97bc177a00a487ebbe27 (patch)
tree35675f719d152cad55358baf821b4e07572acc51 /build.xml
parent266e3cb8cb9a94dc36b3ceb2b4a542837bfae09b (diff)
downloadjitsi-779d27f7654e4bc7df1e97bc177a00a487ebbe27.zip
jitsi-779d27f7654e4bc7df1e97bc177a00a487ebbe27.tar.gz
jitsi-779d27f7654e4bc7df1e97bc177a00a487ebbe27.tar.bz2
tweaks to the configuration
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/build.xml b/build.xml
index e4ce17e..3ae2bcd 100644
--- a/build.xml
+++ b/build.xml
@@ -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 -->