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 2014/12/31 13:10:54 UTC

svn commit: r934593 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/intro/tutorials/resources/petclinic/domain-model.png content/intro/tutorials/step-by-step-petclinic.html

Author: buildbot
Date: Wed Dec 31 12:10:54 2014
New Revision: 934593

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/intro/tutorials/resources/petclinic/domain-model.png
    websites/staging/isis/trunk/content/intro/tutorials/step-by-step-petclinic.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec 31 12:10:54 2014
@@ -1 +1 @@
-1648685
+1648688

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec 31 12:10:54 2014
@@ -1 +1 @@
-1648685
+1648688

Modified: websites/staging/isis/trunk/content/intro/tutorials/resources/petclinic/domain-model.png
==============================================================================
Binary files - no diff available.

Modified: websites/staging/isis/trunk/content/intro/tutorials/step-by-step-petclinic.html
==============================================================================
--- websites/staging/isis/trunk/content/intro/tutorials/step-by-step-petclinic.html (original)
+++ websites/staging/isis/trunk/content/intro/tutorials/step-by-step-petclinic.html Wed Dec 31 12:10:54 2014
@@ -436,9 +436,9 @@ A step-by-step tutorial to building a pe
 <p>The above diagram was built using <a href="http://yuml.me]">yuml.me</a>; the DSL that defines this diagram is:</p>
 
 <pre>
-[Pet|-name:String;-species:PetSpecies{bg:green}]<-0..*[Visit|-checkIn:DateTime;-checkout:DateTime;-diagnosis:String|+checkin();+checkout();+addNote(){bg:pink}]
+[Pet|-name:String{bg:green}]<-0..*[Visit|-checkIn:DateTime;-checkout:DateTime;-diagnosis:String|+checkin();+checkout();+addNote(){bg:pink}]
 [Owner|-firstName:String;-lastName:String{bg:green}]<0..1-0..*>[Pet]
-[PetSpecies|-name:String{bg:blue}]<-[Pet]
+[PetSpecies|-name:String{bg:blue}]<species-[Pet]
 </pre>
 
 <p>Either follow along or check out the tags from the corresponding <a href="https://github.com/danhaywood/isis-app-petclinic">github repo</a>.</p>
@@ -674,6 +674,14 @@ git checkout <a href="https://github.com
 git checkout <a href="https://github.com/danhaywood/isis-app-petclinic/commit/bee3629c0b64058f939b6dd20f226be31810fc66">bee3629c0b64058f939b6dd20f226be31810fc66</a>
 </div></p>
 
+<h2>Update package names</h2>
+
+<p>The classes created by the simpleapp archetype are by default in the <code>simple</code> package.  Move these classes to <code>pets</code> package instead:</p>
+
+<p><div class="note">
+git checkout <a href="https://github.com/danhaywood/isis-app-petclinic/commit/55ec36e520191f5fc8fe7f5b89956814eaf13317">55ec36e520191f5fc8fe7f5b89956814eaf13317</a>
+</div></p>
+
 <!--