[Jython-checkins] jython: Fixing a minor build problem.

alan.kennedy jython-checkins at python.org
Sun Apr 1 14:36:43 CEST 2012


http://hg.python.org/jython/rev/ecd7e472749e
changeset:   6514:ecd7e472749e
user:        Alan Kennedy <alan at xhaus.com>
date:        Sun Apr 01 13:35:17 2012 +0100
summary:
  Fixing a minor build problem.

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


diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -631,7 +631,7 @@
             <zipfileset src="extlibs/asm-commons-4.0.jar"/>
             <zipfileset src="extlibs/asm-util-4.0.jar"/>
             <rule pattern="org.objectweb.asm.**" result="org.python.objectweb.asm. at 1"/>
-            <zipfileset src="extlibs/guava-r07.jar"/>
+            <zipfileset src="extlibs/guava-11.0.2.jar"/>
             <rule pattern="com.google.**" result="org.python.google. at 1"/>
             <zipfileset src="extlibs/jaffl.jar"/>
             <zipfileset src="extlibs/jffi-Darwin.jar"/>

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


More information about the Jython-checkins mailing list