Author: cyberdo Date: 2006-02-22 23:34:16 +0000 (Wed, 22 Feb 2006) New Revision: 8123
Modified: trunk/freenet/src/freenet/node/TextModeClientInterface.java trunk/freenet/src/freenet/node/Version.java Log: 472: Added some things more to the "PUGLOAD:"-help. It is capable of getting the latest version from http://downloads.freenetproject.org/alpha/plugins/ directly. Modified: trunk/freenet/src/freenet/node/TextModeClientInterface.java =================================================================== --- trunk/freenet/src/freenet/node/TextModeClientInterface.java 2006-02-22 23:28:55 UTC (rev 8122) +++ trunk/freenet/src/freenet/node/TextModeClientInterface.java 2006-02-22 23:34:16 UTC (rev 8123) @@ -521,6 +521,9 @@ " the accual URL. Else it is loaded as classpath and" + " the class it loaded from it (meaning the file could" + " be either a jar-file or a class-file)."); + System.out.println(""); + System.out.println(" PLUGLOAD: pkg.Class* - Load newest version of plugin from http://downloads.freenetproject.org/alpha/plugins/"); + System.out.println(""); } else n.pluginManager.startPlugin(line.substring("PLUGLOAD:".length()).trim()); Modified: trunk/freenet/src/freenet/node/Version.java =================================================================== --- trunk/freenet/src/freenet/node/Version.java 2006-02-22 23:28:55 UTC (rev 8122) +++ trunk/freenet/src/freenet/node/Version.java 2006-02-22 23:34:16 UTC (rev 8123) @@ -20,7 +20,7 @@ public static final String protocolVersion = "1.0"; /** The build number of the current revision */ - private static final int buildNumber = 471; + private static final int buildNumber = 472; /** Oldest build of Fred we will talk to */ private static final int lastGoodBuild = 403;
