* Console: Add DTG to classpath for old installs

This commit is contained in:
zzz
2011-02-03 15:44:56 +00:00
parent 85d5a8542e
commit 9257cbb0e7

View File

@ -65,7 +65,8 @@
<jar destfile="./build/routerconsole.jar" basedir="./build/obj" includes="**/*.class">
<manifest>
<!-- top level installer will rename to jrobin.jar -->
<attribute name="Class-Path" value="i2p.jar router.jar jrobin.jar" />
<!-- DTG added in 0.8.4, not in the classpath for very old installs, before we changed wrapper.config to specify * -->
<attribute name="Class-Path" value="i2p.jar router.jar jrobin.jar desktopgui.jar" />
</manifest>
</jar>
<delete dir="./tmpextract" />