[Yanel-commits] rev 47662 - public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder

michi at wyona.com michi at wyona.com
Fri Feb 19 16:18:06 CET 2010


Author: michi
Date: 2010-02-19 16:18:06 +0100 (Fri, 19 Feb 2010)
New Revision: 47662

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/UpdateFinder.java
Log:
link fixed

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/UpdateFinder.java
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/UpdateFinder.java	2010-02-19 14:16:10 UTC (rev 47661)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/UpdateFinder.java	2010-02-19 15:18:06 UTC (rev 47662)
@@ -285,7 +285,7 @@
         }
 
         if (!installInfo.getInstalltype().equals("bin-snapshot")) {
-            htmlBodyContent.append("<p>This Yanel was not installed from binary. You can only use the updater if you installed yanel from binary. Please use Subversion or get another source snapshot.</p><p><b>NOTE</b> for developers: In order to work on the Yanel Updater resource you might want to modify <a href=\"file://" + installInfo.getInstallRdfFilename() + "\">" + installInfo.getInstallRdfFilename() + "</a> by replacing the installtype \"source\" with \"bin-snapshot\" and also customize the version and revision!</p> <p>Also see the <a href=\"http://www.yanel.org/specification/update-dependency-manager.html\">Updater specification</a></p>");
+            htmlBodyContent.append("<p>This Yanel was not installed from binary. You can only use the updater if you installed yanel from binary. Please use Subversion or get another source snapshot.</p><p><b>NOTE</b> for developers: In order to work on the Yanel Updater resource you might want to modify <a href=\"file://" + installInfo.getInstallRdfFilename() + "\">" + installInfo.getInstallRdfFilename() + "</a> by replacing the installtype \"source\" with \"bin-snapshot\" and also customize the version and revision!</p> <p>Also see the <a href=\"yanel-website/specification/update-dependency-manager.html\">Updater specification</a></p>");
             return;
         }
 



More information about the Yanel-commits mailing list