2007-05-06 Complication

* Fix the build.xml file, so the preppkg build target won't try copying files
      which became deprecated with the old Syndie (thank for alerting, itsu!)
This commit is contained in:
complication
2007-05-06 19:52:39 +00:00
committed by zzz
parent 42ff763933
commit 571c2d6047
3 changed files with 8 additions and 4 deletions

View File

@ -197,7 +197,7 @@
<copy file="build/routerconsole.jar" todir="pkg-temp/lib/" />
<copy file="build/sam.jar" todir="pkg-temp/lib/" />
<copy file="build/systray.jar" todir="pkg-temp/lib" />
<copy file="build/sucker.jar" todir="pkg-temp/lib" />
<!-- <copy file="build/sucker.jar" todir="pkg-temp/lib" /> -->
<copy file="build/i2psnark.jar" todir="pkg-temp/lib/" />
<copy file="i2p.exe" todir="pkg-temp/" failonerror="false" />
<copy file="installer/resources/runplain.sh" todir="pkg-temp/" />

View File

@ -1,4 +1,8 @@
$Id: history.txt,v 1.565 2007-03-24 02:57:39 zzz Exp $
$Id: history.txt,v 1.566 2007-03-31 16:50:52 zzz Exp $
2007-05-06 Complication
* Fix the build.xml file, so the preppkg build target won't try copying files
which became deprecated with the old Syndie (thank for alerting, itsu!)
2007-03-31 zzz
* Add trevorreznik jump server to the http proxy error page

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.501 $ $Date: 2007-03-24 02:57:37 $";
public final static String ID = "$Revision: 1.502 $ $Date: 2007-03-31 16:50:51 $";
public final static String VERSION = "0.6.1.28";
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);