You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/01/19 22:50:55 UTC

svn commit: r847331 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/getting-started/screenshots.html

Author: buildbot
Date: Sat Jan 19 21:50:55 2013
New Revision: 847331

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/getting-started/screenshots.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan 19 21:50:55 2013
@@ -1 +1 @@
-1435721
+1435725

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan 19 21:50:55 2013
@@ -1 +1 @@
-1435721
+1435725

Modified: websites/staging/isis/trunk/content/getting-started/screenshots.html
==============================================================================
--- websites/staging/isis/trunk/content/getting-started/screenshots.html (original)
+++ websites/staging/isis/trunk/content/getting-started/screenshots.html Sat Jan 19 21:50:55 2013
@@ -465,8 +465,8 @@ public class ToDoItem {
             return "Already a dependency";
         }
         if(toDoItem == this) {
-            return 
-            "Can't set up a dependency to self";
+            return "Can't set up a " + 
+                   "dependency to self";
         }
         return null;
     }