You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by os...@apache.org on 2013/12/13 01:21:16 UTC

svn commit: r1550602 - /isis/site/trunk/content/getting-started/resources/isis-templates.xml

Author: oscarbou
Date: Fri Dec 13 00:21:15 2013
New Revision: 1550602

URL: http://svn.apache.org/r1550602
Log:
CMS commit to isis by oscarbou

Modified:
    isis/site/trunk/content/getting-started/resources/isis-templates.xml

Modified: isis/site/trunk/content/getting-started/resources/isis-templates.xml
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/getting-started/resources/isis-templates.xml?rev=1550602&r1=1550601&r2=1550602&view=diff
==============================================================================
--- isis/site/trunk/content/getting-started/resources/isis-templates.xml (original)
+++ isis/site/trunk/content/getting-started/resources/isis-templates.xml Fri Dec 13 00:21:15 2013
@@ -275,7 +275,7 @@ public void set${PropertyName}(final ${P
 }
 // }}
 
-</template><template autoinsert="true" context="java" deleted="false" description="JDO Property (1:1 child)" enabled="true" name="isjdp-11c">// {{ ${PropertyName} (property)
+</template><template autoinsert="true" context="java-members" deleted="false" description="JDO Property (1:1 child)" enabled="true" name="isjdp-11c">// {{ ${PropertyName} (property)
 private ${PropertyType} ${propertyName};
 ${:import(org.apache.isis.applib.annotation.MemberOrder,javax.jdo.annotations.Column,javax.jdo.annotations.Persistent)}@MemberOrder(sequence="1")
 @Column(allowsNull="${trueOrFalse}")