aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorIngo Bauersachs <ingo@jitsi.org>2015-08-23 14:53:27 +0200
committerIngo Bauersachs <ingo@jitsi.org>2015-08-23 15:07:05 +0200
commit569a1dab5202ae57bbdc56df278a94150d753e2c (patch)
tree67d088a40d5e016aa82b8be1962a0e693993c7be /build.xml
parent069b42cae0bfe591f93b290a6c1b70c1f9f531ed (diff)
downloadjitsi-569a1dab5202ae57bbdc56df278a94150d753e2c.zip
jitsi-569a1dab5202ae57bbdc56df278a94150d753e2c.tar.gz
jitsi-569a1dab5202ae57bbdc56df278a94150d753e2c.tar.bz2
Update commons-codec to 1.6 (for sdes4j)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index d963c42..e2d975a 100644
--- a/build.xml
+++ b/build.xml
@@ -2155,7 +2155,7 @@ javax.swing.event, javax.swing.border"/>
<!--BUNDLE-COMMONS-CODEC -->
<target name="bundle-commons-codec">
- <copy file="${lib.noinst}/commons-codec-1.4.jar"
+ <copy file="${lib.noinst}/commons-codec-1.6.jar"
tofile="${bundles.dest}/commons-codec.jar"/>
</target>