diff --git a/build.xml b/build.xml
index e90b02ab8d..6595901dbe 100644
--- a/build.xml
+++ b/build.xml
@@ -3,67 +3,14 @@
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -78,7 +25,6 @@
-
@@ -106,22 +52,39 @@
-
-
-
+ windowtitle="I2P">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -176,14 +139,15 @@
-
+
-
+
+
@@ -248,6 +212,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/history.txt b/history.txt
index 13b8db5633..0bdc423cb0 100644
--- a/history.txt
+++ b/history.txt
@@ -1,4 +1,9 @@
-$Id$
+$Id: history.txt,v 1.1 2004/09/02 15:00:28 jrandom Exp $
+
+2004-09-02 jrandom
+ * Cleaned up the base build.xml, adding a new target ("updater") which
+ builds the file i2pupdate.tar.bz2 which can be safely extracted over
+ existing installs.
2004-xx-xx jrandom
* Implemented the new web architecture and router console
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index cfd2b5c948..3c003c5873 100644
--- a/router/java/src/net/i2p/router/RouterVersion.java
+++ b/router/java/src/net/i2p/router/RouterVersion.java
@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
- public final static String ID = "$Revision: 1.17 $ $Date: 2004/08/20 14:56:34 $";
+ public final static String ID = "$Revision: 1.18 $ $Date: 2004/09/02 15:00:28 $";
public final static String VERSION = "0.3.4.3";
- 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);