Author: jflesch
Date: 2008-02-20 18:24:57 +0000 (Wed, 20 Feb 2008)
New Revision: 18085

Modified:
   trunk/apps/Thaw/src/thaw/core/Main.java
   trunk/apps/Thaw/src/thaw/core/PluginManager.java
Log:
Thaw 0.8.3

Modified: trunk/apps/Thaw/src/thaw/core/Main.java
===================================================================
--- trunk/apps/Thaw/src/thaw/core/Main.java     2008-02-20 18:16:22 UTC (rev 
18084)
+++ trunk/apps/Thaw/src/thaw/core/Main.java     2008-02-20 18:24:57 UTC (rev 
18085)
@@ -27,7 +27,7 @@
        public final static int
        _major  = 0,
        _minor  = 8,
-       _update = 2;
+       _update = 3;
        public final static String
        _svnBuildNumber = "@custom@";


Modified: trunk/apps/Thaw/src/thaw/core/PluginManager.java
===================================================================
--- trunk/apps/Thaw/src/thaw/core/PluginManager.java    2008-02-20 18:16:22 UTC 
(rev 18084)
+++ trunk/apps/Thaw/src/thaw/core/PluginManager.java    2008-02-20 18:24:57 UTC 
(rev 18085)
@@ -31,17 +31,17 @@
                "thaw.plugins.ThemeSelector",
                "thaw.plugins.Hsqldb",
                "thaw.plugins.Signatures",
-               "thaw.plugins.WebOfTrust",
-               "thaw.plugins.WebOfTrustViewer",
+               //"thaw.plugins.WebOfTrust",
+               //"thaw.plugins.WebOfTrustViewer",
                "thaw.plugins.IndexBrowser",
                "thaw.plugins.IndexExporter",
-               "thaw.plugins.IndexTreeRebuilder",
+               //"thaw.plugins.IndexTreeRebuilder",
                "thaw.plugins.MiniFrost",
-               "thaw.plugins.Restarter",
+               //"thaw.plugins.Restarter",
                "thaw.plugins.TransferLogs",
                "thaw.plugins.NodeConfigurator",
                "thaw.plugins.MDns",
-               "thaw.plugins.IndexWebGrapher",
+               //"thaw.plugins.IndexWebGrapher",
                "thaw.plugins.SqlConsole",
                "thaw.plugins.LogConsole"
        };


Reply via email to