[Jython-checkins] jython: Bundle Apache commons compression support jar with jar jar links

jim.baker jython-checkins at python.org
Wed May 7 19:44:45 CEST 2014


http://hg.python.org/jython/rev/5d9ada3c7a62
changeset:   7221:5d9ada3c7a62
user:        Jim Baker <jim.baker at rackspace.com>
date:        Wed May 07 11:45:01 2014 -0600
summary:
  Bundle Apache commons compression support jar with jar jar links

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


diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -148,7 +148,6 @@
             <pathelement path="${extlibs.dir}/antlr-3.1.3.jar" />
             <pathelement path="${extlibs.dir}/stringtemplate-3.2.1.jar" />
             <pathelement path="${extlibs.dir}/livetribe-jsr223-2.0.6.jar" />
-
             <pathelement path="${extlibs.dir}/commons-compress-1.4.1.jar"/>
             <pathelement path="${extlibs.dir}/asm-4.0.jar" />
             <pathelement path="${extlibs.dir}/asm-commons-4.0.jar" />
@@ -574,6 +573,8 @@
             <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/commons-compress-1.4.1.jar"/>
+	    <rule pattern="org.apache.**" result="org.python.apache. at 1"/>
             <zipfileset src="extlibs/guava-13.0.1.jar"/>
             <rule pattern="com.google.**" result="org.python.google. at 1"/>
             <zipfileset src="extlibs/icu4j-52_1.jar"/>

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


More information about the Jython-checkins mailing list