r26677 - trunk/freenet/src/freenet/pluginmanager

[email protected]
Newsgroups gmane.network.freenet.cvs
Message-ID <[email protected]>
Author: toad
Date: 2009-04-09 14:36:36 +0000 (Thu, 09 Apr 2009)
New Revision: 26677

Added:
   trunk/freenet/src/freenet/pluginmanager/FredPluginLongVersioned.java
Removed:
   trunk/freenet/src/freenet/pluginmanager/FredPluginRealVersioned.java
Modified:
   trunk/freenet/src/freenet/pluginmanager/FredPluginVersioned.java
Log:
LongVersioned is a better name


Copied: trunk/freenet/src/freenet/pluginmanager/FredPluginLongVersioned.java (from rev 26676, trunk/freenet/src/freenet/pluginmanager/FredPluginRealVersioned.java)
===================================================================
--- trunk/freenet/src/freenet/pluginmanager/FredPluginLongVersioned.java	                        (rev 0)
+++ trunk/freenet/src/freenet/pluginmanager/FredPluginLongVersioned.java	2009-04-09 14:36:36 UTC (rev 26677)
@@ -0,0 +1,16 @@
+package freenet.pluginmanager;
+
+/** Version of a plugin in a form that is easy to compare. */
+public interface FredPluginLongVersioned {
+	
+	/** The version of the plugin in a form that is easy to compare: a long!
+	 * Version 150 will always be later than version 20. */
+	public long getRealVersion();
+	
+	// There is no point in reporting the dependancies or the minimum node version,
+	// because we have already been loaded!
+	
+	// SVN revisions are going away, so there is no point returning them either.
+	// Git has hashes, which are strings.
+	
+}


Property changes on: trunk/freenet/src/freenet/pluginmanager/FredPluginLongVersioned.java
___________________________________________________________________
Added: svn:mergeinfo
   + 

Deleted: trunk/freenet/src/freenet/pluginmanager/FredPluginRealVersioned.java
===================================================================
--- trunk/freenet/src/freenet/pluginmanager/FredPluginRealVersioned.java	2009-04-09 14:34:45 UTC (rev 26676)
+++ trunk/freenet/src/freenet/pluginmanager/FredPluginRealVersioned.java	2009-04-09 14:36:36 UTC (rev 26677)
@@ -1,16 +0,0 @@
-package freenet.pluginmanager;
-
-/** Version of a plugin in a form that is easy to compare. */
-public interface FredPluginRealVersioned {
-	
-	/** The version of the plugin in a form that is easy to compare: a long!
-	 * Version 150 will always be later than version 20. */
-	public long getRealVersion();
-	
-	// There is no point in reporting the dependancies or the minimum node version,
-	// because we have already been loaded!
-	
-	// SVN revisions are going away, so there is no point returning them either.
-	// Git has hashes, which are strings.
-	
-}

Modified: trunk/freenet/src/freenet/pluginmanager/FredPluginVersioned.java
===================================================================
--- trunk/freenet/src/freenet/pluginmanager/FredPluginVersioned.java	2009-04-09 14:34:45 UTC (rev 26676)
+++ trunk/freenet/src/freenet/pluginmanager/FredPluginVersioned.java	2009-04-09 14:36:36 UTC (rev 26677)
@@ -4,7 +4,7 @@
  * A Fred plugin that has a version.
  * This is a user-presentable version, a marketing version, a string, 
  * not necessarily easy to compare! Like "1.0.3". Whereas a real version would be 103.
- * @see FredPluginRealVersioned for real versions.
+ * @see FredPluginLongVersioned for real versions.
  * @author dbkr
  *
  */
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.