add jars to final jar

This commit is contained in:
Terence Parr 2014-07-02 10:01:15 -07:00
parent c2154188b0
commit 9c7563646f
1 changed files with 1 additions and 1 deletions

View File

@ -27,8 +27,8 @@ def mkjar():
manifest = """Version: %s
Main-Class: org.antlr.v4.Tool
""" % VERSION
# copy 3.5.1 in there
unjar("runtime/Java/lib/org.abego.treelayout.core.jar", trgdir="out")
unjar(os.path.join(JARCACHE,"antlr-3.5.1-complete.jar"), trgdir="out")
jar("dist/antlr-"+VERSION+"-complete.jar", srcdir="out", manifest=manifest)
def all():