[Yanel-commits] rev 25720 - public/yanel/contributions/projects/update-manager/resource-types/yanel-update-manager/src/java/org/wyona/yanel/impl/resources/yanelupdatemanager

simon at wyona.com simon at wyona.com
Tue Jul 3 13:18:42 CEST 2007


Author: simon
Date: 2007-07-03 13:18:41 +0200 (Tue, 03 Jul 2007)
New Revision: 25720

Modified:
   public/yanel/contributions/projects/update-manager/resource-types/yanel-update-manager/src/java/org/wyona/yanel/impl/resources/yanelupdatemanager/YanelUpdateManager.java
Log:
minor changes

Modified: public/yanel/contributions/projects/update-manager/resource-types/yanel-update-manager/src/java/org/wyona/yanel/impl/resources/yanelupdatemanager/YanelUpdateManager.java
===================================================================
--- public/yanel/contributions/projects/update-manager/resource-types/yanel-update-manager/src/java/org/wyona/yanel/impl/resources/yanelupdatemanager/YanelUpdateManager.java	2007-07-03 11:13:48 UTC (rev 25719)
+++ public/yanel/contributions/projects/update-manager/resource-types/yanel-update-manager/src/java/org/wyona/yanel/impl/resources/yanelupdatemanager/YanelUpdateManager.java	2007-07-03 11:18:41 UTC (rev 25720)
@@ -270,9 +270,9 @@
                     + request.getServerPort() + "/" + id + "-v-" + version + "-r-" + revision + "/";
 
             sb.append("<p>");
-            sb.append("Update done.");
+            sb.append("Update done. <br/>");
             sb.append("<a href=\"" + pathToUpdater + "\">");
-            sb.append("go to the Updater!");
+            sb.append("go to the new installed version!");
             sb.append("</a>");
             sb.append("</p>");
         } catch (Exception e) {




More information about the Yanel-commits mailing list