add Main-Class:org.antlr.v4.Tool to manifest

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9774]
This commit is contained in:
parrt 2012-01-01 14:41:44 -08:00
parent 77c13da7c5
commit 9114749c51
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ build.sysclasspath=ignore
<zipfileset includes="**/*.class" src="${basedir}/runtime/Java/lib/org.abego.treelayout.core.jar"/>
<manifest>
<attribute name="Version" value="${version}"/>
<attribute name="Main-Class" value="org.antlr.v4.Tool"/>
</manifest>
</jar>
</target>