[Jython-checkins] jython: Add asm-utils to the build

wayne.meissner jython-checkins at python.org
Sun Sep 4 03:55:25 CEST 2011


http://hg.python.org/jython/rev/2cde62dc9425
changeset:   6237:2cde62dc9425
user:        Wayne Meissner <wmeissner at gmail.com>
date:        Fri Jun 17 21:42:19 2011 +1000
summary:
  Add asm-utils to the build

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


diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -188,6 +188,7 @@
 
             <pathelement path="${extlibs.dir}/asm-3.1.jar" />
             <pathelement path="${extlibs.dir}/asm-commons-3.1.jar" />
+            <pathelement path="${extlibs.dir}/asm-util-3.1.jar" />
             <pathelement path="${extlibs.dir}/constantine.jar" />
             <pathelement path="${extlibs.dir}/guava-r07.jar" />
             <pathelement path="${extlibs.dir}/jaffl.jar"/>
@@ -219,6 +220,7 @@
         <path id="test.classpath">
             <path refid="main.classpath"/>
             <pathelement path="${extlibs.dir}/asm-commons-3.1.jar" />
+            <pathelement path="${extlibs.dir}/asm-util-3.1.jar" />
             <pathelement path="${extlibs.dir}/junit-3.8.2.jar" />
             <pathelement path="${exposed.dir}" />
             <pathelement path="${compile.dir}" />

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


More information about the Jython-checkins mailing list