[Jython-checkins] jython: Remove superfluous ANTLR JARs from extlibs.

jeff.allen jython-checkins at python.org
Thu Jun 19 23:33:30 CEST 2014


http://hg.python.org/jython/rev/4de0eff57af5
changeset:   7305:4de0eff57af5
user:        Jeff Allen <ja.py at farowl.co.uk>
date:        Thu Jun 19 19:38:55 2014 +0100
summary:
  Remove superfluous ANTLR JARs from extlibs.
antlr-3.1.3.jar contains all the others. This also mitigates issue #2165.

files:
  extlibs/antlr-2.7.7.jar          |  Bin 
  extlibs/antlr-runtime-3.1.3.jar  |  Bin 
  extlibs/stringtemplate-3.2.1.jar |  Bin 
  3 files changed, 0 insertions(+), 0 deletions(-)


diff --git a/extlibs/antlr-2.7.7.jar b/extlibs/antlr-2.7.7.jar
deleted file mode 100644
index 5e5f14b35584eac2a9f0f888769f0ab93ca6d849..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/extlibs/antlr-runtime-3.1.3.jar b/extlibs/antlr-runtime-3.1.3.jar
deleted file mode 100644
index b0a9ea69f5c29097145a48c26e127972920db440..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/extlibs/stringtemplate-3.2.1.jar b/extlibs/stringtemplate-3.2.1.jar
deleted file mode 100644
index d0e11b7193734c5b2784127951a1a91372f2ab94..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]

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


More information about the Jython-checkins mailing list