Systray: Remove old doc

Remove old Main-Class from manifest
Add Class-Path to manifest
This commit is contained in:
zzz
2021-04-26 10:19:51 -04:00
parent bf6dcbce32
commit 1e8e4762a3
2 changed files with 3 additions and 24 deletions

View File

@@ -20,9 +20,11 @@
</depend>
</target>
<!-- only used if not set by a higher build.xml -->
<property name="javac.compilerargs" value="" />
<property name="javac.version" value="1.8" />
<property name="javac.release" value="8" />
<property name="manifest.classpath.name" value="Class-Path" />
<target name="compile" depends="depend">
<mkdir dir="./build" />
@@ -62,7 +64,7 @@
<property name="workspace.changes.tr" value="" />
<jar destfile="./build/systray.jar" basedir="./build/obj" includes="**/*.class">
<manifest>
<attribute name="Main-Class" value="net.i2p.apps.systray.SysTray" />
<attribute name="${manifest.classpath.name}" value="i2p.jar" />
<attribute name="Implementation-Version" value="${full.version}" />
<attribute name="Built-By" value="${build.built-by}" />
<attribute name="Build-Date" value="${build.timestamp}" />