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:51:29 UTC

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

Author: buildbot
Date: Sat Jan 19 21:51:28 2013
New Revision: 847332

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:51:28 2013
@@ -1 +1 @@
-1435725
+1435727

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

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:51:28 2013
@@ -344,7 +344,7 @@ public class ToDoItem {
     @MemberOrder(sequence = "3")
     public ToDoItem duplicate() { ... }
     ...
-</div>
+</div>}
 </pre></td>
     <td>
       <img src="resources/screencast-11-todo-entity.png" width="525" height="394"></img>
@@ -360,7 +360,7 @@ public class ToDoItem {
     public void setComplete(
         final boolean complete) { ... }
     ...
-</div>
+</div>}
 </pre></td>
     <td>
       <img src="resources/screencast-12-todo-entity-edit.png" width="525" height="394"></img>
@@ -373,7 +373,7 @@ public class ToDoItem {
         Professional, Domestic, Other;
     }
     ...
-</div>
+</div>}
 </pre></td>
     <td>
       <img src="resources/screencast-13-todo-edit-enum.png" width="525" height="394"></img>
@@ -405,7 +405,7 @@ public class ToDoItem {
         return version;
     }
     ...
-</div>
+</div>}
 </pre></td>
     <td>
       <img src="resources/screencast-14-optimistic-locking.png" width="525" height="394"></img>
@@ -420,7 +420,7 @@ public class ToDoItem {
         return this;
     }
     ...
-</div>
+</div>}
 </pre></td>
     <td>
       <img src="resources/screencast-15-invoke-action.png" width="525" height="394"></img>
@@ -435,7 +435,7 @@ public class ToDoItem {
         return complete ? 
             "Already completed" : null;
     }
-</div>
+</div>}
 </pre></td>
     <td>
       <img src="resources/screencast-16-invoke-action-disabled.png" width="525" height="394"></img>
@@ -471,7 +471,7 @@ public class ToDoItem {
         return null;
     }
     ...
-</div>
+</div>}
 </pre></td>
     <td>
       <img src="resources/screencast-17-invoke-action-grouped-params.png" width="525" height="394"></img>
@@ -492,7 +492,7 @@ public class ToDoItems {
         return ... 
     }
     ...
-</div>
+</div>}
 </pre>
 
 <p></td>
@@ -518,7 +518,7 @@ public class ToDoItem {
         this.toDoItems = toDoItems;
     }
     ...
-</div>
+</div>}
 </pre></td>
     <td>
       <img src="resources/screencast-19-collection.png" width="525" height="394"></img>
@@ -533,7 +533,7 @@ public class ToDoItems {
     @ActionSemantics(Of.SAFE)
     public List<ToDoItem> notYetComplete() { ... }
     ...
-</div>
+</div>}
 </pre>
 
 <p></td>
@@ -552,7 +552,7 @@ public class AuditServiceDemo implements
         String preValue, String postValue) { 
        ...
     }
-</div>
+</div>}
 </pre></td>
     <td>
       <img src="resources/screencast-21-audit-list.png" width="525" height="394"></img>