[Jython-checkins] jython: Java since Java 6 supports JSR 223 scripting, so no need to include

jim.baker jython-checkins at python.org
Wed Jul 2 22:50:24 CEST 2014


http://hg.python.org/jython/rev/a00987ea4da6
changeset:   7346:a00987ea4da6
user:        Jim Baker <jim.baker at rackspace.com>
date:        Wed Jul 02 14:50:21 2014 -0600
summary:
  Java since Java 6 supports JSR 223 scripting, so no need to include
supporting jar.

files:
  build.xml                          |    1 -
  extlibs/livetribe-jsr223-2.0.6.jar |  Bin 
  2 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -147,7 +147,6 @@
             <pathelement path="${extlibs.dir}/antlr-2.7.7.jar" />
             <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.8.1.jar"/>
             <pathelement path="${extlibs.dir}/asm-4.0.jar" />
             <pathelement path="${extlibs.dir}/asm-commons-4.0.jar" />
diff --git a/extlibs/livetribe-jsr223-2.0.6.jar b/extlibs/livetribe-jsr223-2.0.6.jar
deleted file mode 100644
index b35c0977f409090ccb831226a426403e11410e54..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]

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


More information about the Jython-checkins mailing list