Utils: Add main classes to i2p.jar and router.jar

for simple command line access to utilities
This commit is contained in:
zzz
2016-02-26 18:12:11 +00:00
parent b3f37db33f
commit d28f983c46
4 changed files with 142 additions and 1 deletions

View File

@@ -58,6 +58,7 @@
<attribute name="Built-By" value="${build.built-by}" />
<attribute name="Build-Date" value="${build.timestamp}" />
<attribute name="Base-Revision" value="${workspace.version}" />
<attribute name="Main-Class" value="net.i2p.util.CommandLine" />
<attribute name="Workspace-Changes" value="${workspace.changes.tr}" />
</manifest>
</jar>