From: Vance K. <va...@us...> - 2006-03-03 04:08:15
|
User: vancek Date: 06/03/02 20:08:11 Modified: andromda-ejb3/src/site site.xml Log: reverted last change - added lifecycle callback item Revision Changes Path 1.5 +3 -2 cartridges/andromda-ejb3/src/site/site.xml Index: site.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/site.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -r1.4 -r1.5 --- site.xml 25 Feb 2006 14:51:54 -0000 1.4 +++ site.xml 3 Mar 2006 04:08:11 -0000 1.5 @@ -30,8 +30,9 @@ <item name="Environment Entry Injections" href="howto11.html"/> <item name="Service Delegates" href="howto12.html"/> <item name="Interceptors" href="howto13.html"/> - <item name="Transactions" href="howto14.html"/> - <item name="Manageable Entities" href="howto15.html"/> + <item name="Lifecycle Callback" href="howto14.html"/> + <item name="Transactions" href="howto15.html"/> + <item name="Manageable Entities" href="howto16.html"/> <item name="Tips & Tricks" href="tips.html"/> </menu> </body> |