aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDanny van Heumen <danny@dannyvanheumen.nl>2014-01-26 19:51:43 +0100
committerDanny van Heumen <danny@dannyvanheumen.nl>2014-07-30 18:30:00 +0200
commitb1f4dd6490abefaa7407892a9bd91fee66518c36 (patch)
treea7c261fc4f734468e981a559bbc58f6d9df029c7 /build.xml
parentd94d32244c591a140198df038a5c729e8a37b608 (diff)
downloadjitsi-b1f4dd6490abefaa7407892a9bd91fee66518c36.zip
jitsi-b1f4dd6490abefaa7407892a9bd91fee66518c36.tar.gz
jitsi-b1f4dd6490abefaa7407892a9bd91fee66518c36.tar.bz2
Fix incorrect indent.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 3ae2bcd..a8b7a2a 100644
--- a/build.xml
+++ b/build.xml
@@ -2092,15 +2092,14 @@ javax.swing.event, javax.swing.border"/>
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"/>
+ <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 -->