JRobin: 1.6.0-1, 2014-10-28, checked in as source

from https://github.com/OpenNMS/jrobin/releases
Replaces 1.5.9.1 from 2008-09-05
Needed for Java 9 to remove dependency on Sun private classes.
No modifications, but includes only core, data, and graph;
cmd, convertor, inspector, and tests are not included.
Using source instead of jar because:
 - Release jar not available
 - Additional change will be needed for Java 9
   to remove dependency on Sun private classes, see:
   https://github.com/OpenNMS/jrobin/issues/3
This commit is contained in:
zzz
2016-10-26 17:45:34 +00:00
parent 08d1ea89bf
commit 78acf707dc
123 changed files with 23768 additions and 18 deletions

View File

@@ -30,7 +30,7 @@
<pathelement location="../../systray/java/build/obj" />
<pathelement location="../../desktopgui/build" />
<pathelement location="../../../installer/lib/wrapper/all/wrapper.jar" />
<pathelement location="../../jrobin/jrobin-1.5.9.1.jar" />
<pathelement location="../../jrobin/java/build/jrobin.jar" />
</classpath>
</depend>
</target>
@@ -74,7 +74,7 @@
<pathelement location="../../systray/java/build/systray.jar" />
<pathelement location="../../desktopgui/dist/desktopgui.jar" />
<pathelement location="../../../installer/lib/wrapper/all/wrapper.jar" />
<pathelement location="../../jrobin/jrobin-1.5.9.1.jar" />
<pathelement location="../../jrobin/java/build/jrobin.jar" />
</classpath>
</javac>
</target>
@@ -121,7 +121,6 @@
<property name="workspace.changes.j.tr" value="" />
<jar destfile="./build/routerconsole.jar" basedir="./build/obj" includes="**/*.class">
<manifest>
<!-- top level installer will rename to jrobin.jar -->
<!-- DTG added in 0.8.4, not in the classpath for very old installs, before we changed wrapper.config to specify * -->
<!-- very old installs don't have i2psnark,jstl,standard in the classpath... not added in WebAppConfiguration any more -->
<!-- All new jetty 7 jars should have been in 0.9.6, added in 0.9.7 -->