[Jython-checkins] jython: Repaired build.xml so that 'ant jar-standalone' works again.

stefan.richthofer jython-checkins at python.org
Mon Jan 5 05:33:01 CET 2015


https://hg.python.org/jython/rev/86465a524ce2
changeset:   7499:86465a524ce2
user:        Stefan Richthofer <stefan.richthofer at gmx.de>
date:        Mon Jan 05 05:32:47 2015 +0100
summary:
  Repaired build.xml so that 'ant jar-standalone' works again.

files:
  build.xml |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -154,7 +154,7 @@
             <pathelement path="${extlibs.dir}/asm-commons-4.0.jar" />
             <pathelement path="${extlibs.dir}/asm-util-4.0.jar" />
             <pathelement path="${extlibs.dir}/guava-18.0.jar" />
-            <pathelement path="${extlibs.dir}/icu4j-54_1.jar" />
+            <pathelement path="${extlibs.dir}/icu4j-54_1_1.jar" />
             <pathelement path="${extlibs.dir}/jffi-arm-Linux.jar"/>
             <pathelement path="${extlibs.dir}/jffi-Darwin.jar"/>
             <pathelement path="${extlibs.dir}/jffi-i386-FreeBSD.jar"/>
@@ -588,7 +588,7 @@
 	    <rule pattern="org.apache.**" result="org.python.apache. at 1"/>
             <zipfileset src="extlibs/guava-18.0.jar"/>
             <rule pattern="com.google.**" result="org.python.google. at 1"/>
-            <zipfileset src="extlibs/icu4j-54_1.jar"/>
+            <zipfileset src="extlibs/icu4j-54_1_1.jar"/>
             <rule pattern="com.ibm.icu.**" result="org.python.icu. at 1"/>
             <zipfileset src="extlibs/netty-buffer-4.0.25.Final.jar" excludes="META-INF/**"/>
             <rule pattern="io.netty.**" result="org.python.netty. at 1"/>

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list