show only newer plugins as updates

This commit is contained in:
Sebastian Sdorra
2011-01-28 17:41:11 +01:00
parent 0d2c393821
commit 985c9ba03d
6 changed files with 118 additions and 27 deletions

View File

@@ -39,5 +39,5 @@ package sonia.scm.plugin;
*/
public enum PluginState
{
CORE, AVAILABLE, INSTALLED, UPDATE_AVAILABLE;
CORE, AVAILABLE, INSTALLED, NEWER_VERSION_INSTALLED, UPDATE_AVAILABLE;
}