aboutsummaryrefslogtreecommitdiffstats
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
parent069b42cae0bfe591f93b290a6c1b70c1f9f531ed (diff)
downloadjitsi-569a1dab5202ae57bbdc56df278a94150d753e2c.zip
jitsi-569a1dab5202ae57bbdc56df278a94150d753e2c.tar.gz
jitsi-569a1dab5202ae57bbdc56df278a94150d753e2c.tar.bz2
Update commons-codec to 1.6 (for sdes4j)
-rwxr-xr-x.classpath2
-rw-r--r--build.xml2
-rw-r--r--lib/installer-exclude/commons-codec-1.4.jarbin58160 -> 0 bytes
-rw-r--r--lib/installer-exclude/commons-codec-1.6.jarbin0 -> 232771 bytes
4 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index 9dfff0a..1e978b6 100755
--- a/.classpath
+++ b/.classpath
@@ -83,7 +83,7 @@
<classpathentry kind="lib" path="lib/installer-exclude/jcalendar-1.4.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/hsqldb.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/irc-api-1.0.jar" sourcepath="lib/installer-exclude/irc-api-1.0-sources.jar"/>
- <classpathentry kind="lib" path="lib/installer-exclude/commons-codec-1.4.jar"/>
+ <classpathentry kind="lib" path="lib/installer-exclude/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/google-http-client-1.20.0.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/google-http-client-jackson2-1.20.0.jar"/>
<classpathentry kind="lib" path="lib/installer-exclude/google-oauth-client-1.20.0.jar"/>
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>
diff --git a/lib/installer-exclude/commons-codec-1.4.jar b/lib/installer-exclude/commons-codec-1.4.jar
deleted file mode 100644
index 458d432..0000000
--- a/lib/installer-exclude/commons-codec-1.4.jar
+++ /dev/null
Binary files differ
diff --git a/lib/installer-exclude/commons-codec-1.6.jar b/lib/installer-exclude/commons-codec-1.6.jar
new file mode 100644
index 0000000..ee1bc49
--- /dev/null
+++ b/lib/installer-exclude/commons-codec-1.6.jar
Binary files differ