2005-03-25 jrandom

* Fixed up building dependencies for the routerconsole on some more
      aggressive compilers (thanks polecat!)
This commit is contained in:
jrandom
2005-03-25 04:07:05 +00:00
committed by zzz
parent 75d7c81b7c
commit 85b3450525
3 changed files with 12 additions and 3 deletions

View File

@ -82,7 +82,12 @@
<pathelement location="../../jetty/jettylib/javax.servlet.jar" />
<pathelement location="../../jetty/jettylib/commons-logging.jar" />
<pathelement location="../../jetty/jettylib/commons-el.jar" />
<pathelement location="../../systray/java/build/obj" />
<pathelement location="../../systray/java/lib/systray4j.jar" />
<pathelement location="../../../installer/lib/wrapper/win32/wrapper.jar" />
<pathelement location="build/routerconsole.jar" />
<pathelement location="../../../router/java/build/router.jar" />
<pathelement location="../../../core/java/build/i2p.jar" />
</classpath>
</javac>
<delete>

View File

@ -1,4 +1,8 @@
$Id: history.txt,v 1.179 2005/03/23 22:18:16 jrandom Exp $
$Id: history.txt,v 1.180 2005/03/24 02:29:27 jrandom Exp $
2005-03-25 jrandom
* Fixed up building dependencies for the routerconsole on some more
aggressive compilers (thanks polecat!)
* 2005-03-24 0.5.0.4 released

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.172 $ $Date: 2005/03/23 22:18:15 $";
public final static String ID = "$Revision: 1.173 $ $Date: 2005/03/24 02:29:27 $";
public final static String VERSION = "0.5.0.4";
public final static long BUILD = 0;
public final static long BUILD = 1;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION);
System.out.println("Router ID: " + RouterVersion.ID);