Update commons-codec to 1.6 (for sdes4j)

smack4
Ingo Bauersachs 10 years ago
parent 069b42cae0
commit 569a1dab52

@ -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"/>

@ -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>

Loading…
Cancel
Save