diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2015-08-23 14:53:27 +0200 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2015-08-23 15:07:05 +0200 |
commit | 569a1dab5202ae57bbdc56df278a94150d753e2c (patch) | |
tree | 67d088a40d5e016aa82b8be1962a0e693993c7be /build.xml | |
parent | 069b42cae0bfe591f93b290a6c1b70c1f9f531ed (diff) | |
download | jitsi-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |