2007-12-01 Complication

* Separate the checks "does Jetty .zip file need downloading"
      and "does Jetty .zip file need extracting" in the Jetty buildfile.
      First download (unless already done), then extract (unless done).
This commit is contained in:
complication
2007-12-02 03:13:15 +00:00
committed by zzz
parent c6a1112f0a
commit 979a3e98d8
3 changed files with 14 additions and 5 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.532 $ $Date: 2007-11-24 15:22:45 $";
public final static String ID = "$Revision: 1.533 $ $Date: 2007-11-26 16:53:58 $";
public final static String VERSION = "0.6.1.30";
public final static long BUILD = 4;
public final static long BUILD = 5;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);