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:
@ -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/" />
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user