forked from I2P_Developers/i2p.i2p
jrobin 1.5.9.1
sha1sum 7d76f5cdec625fd1ce21acc0e46d286fbd6d307f Released 2008-09-05 Downloaded from http://sourceforge.net/projects/jrobin/files/jrobin/1.5.9/ License: LGPL 2.1 It appears that the only difference from 1.5.9 is it was compiled with Java 5 instead of Java 6. The 1.5.9 jars out there also contain the large font .ttf files, which are not in 1.5.9.1. The only announcement I could find about 1.5.9.1 is here: http://opennms.530661.n2.nabble.com/Am-I-missing-something-td841945.html The following directories are dropped from the jar during the build process: org/jrobin/cmd/ org/jrobin/convertor/ org/jrobin/inspector/
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
<pathelement location="../../systray/java/lib/systray4j.jar" />
|
||||
<pathelement location="../../desktopgui/build" />
|
||||
<pathelement location="../../../installer/lib/wrapper/win32/wrapper.jar" /> <!-- we dont care if we're not on win32 -->
|
||||
<pathelement location="../../jrobin/jrobin-1.5.9.jar" />
|
||||
<pathelement location="../../jrobin/jrobin-1.5.9.1.jar" />
|
||||
</classpath>
|
||||
</depend>
|
||||
</target>
|
||||
@ -58,7 +58,7 @@
|
||||
<pathelement location="../../systray/java/lib/systray4j.jar" />
|
||||
<pathelement location="../../desktopgui/dist/desktopgui.jar" />
|
||||
<pathelement location="../../../installer/lib/wrapper/win32/wrapper.jar" /> <!-- we dont care if we're not on win32 -->
|
||||
<pathelement location="../../jrobin/jrobin-1.5.9.jar" />
|
||||
<pathelement location="../../jrobin/jrobin-1.5.9.1.jar" />
|
||||
</classpath>
|
||||
</javac>
|
||||
</target>
|
||||
@ -90,12 +90,6 @@
|
||||
<attribute name="Workspace-Changes" value="${workspace.changes.j.tr}" />
|
||||
</manifest>
|
||||
</jar>
|
||||
<!-- jrobin taken out of routerconsole.jar in 0.7.12
|
||||
<delete dir="./tmpextract" />
|
||||
<unjar src="../../jrobin/jrobin-1.5.9.jar" dest="./tmpextract" />
|
||||
<jar destfile="./build/routerconsole.jar" basedir="./tmpextract" update="true" />
|
||||
<delete dir="./tmpextract" />
|
||||
-->
|
||||
</target>
|
||||
|
||||
<!-- this is tricky because the message classes go in the jar, not in the war -->
|
||||
|
Reference in New Issue
Block a user