From: Vance K. <va...@us...> - 2006-02-25 14:51:56
|
User: vancek Date: 06/02/25 06:51:54 Modified: andromda-ejb3/src/site site.xml Log: removed listener callback Revision Changes Path 1.4 +4 -5 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.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- site.xml 23 Feb 2006 08:25:34 -0000 1.3 +++ site.xml 25 Feb 2006 14:51:54 -0000 1.4 @@ -17,7 +17,7 @@ </menu> <menu name="How-to"> <item name="Introduction" href="howto.html"/> - <item name="Entity POJOs" href="howto1.html"/> + <item name="Entity" href="howto1.html"/> <item name="Relationships" href="howto2.html"/> <item name="Service Beans" href="howto3.html"/> <item name="Composite Primary Key" href="howto4.html"/> @@ -26,13 +26,12 @@ <item name="Exceptions" href="howto7.html"/> <item name="Security" href="howto8.html"/> <item name="Inheritance" href="howto9.html"/> - <item name="Message Driven Beans" href="howto10.html"/> + <item name="Message-Driven Beans" href="howto10.html"/> <item name="Environment Entry Injections" href="howto11.html"/> <item name="Service Delegates" href="howto12.html"/> <item name="Interceptors" href="howto13.html"/> - <item name="Listener Callback" href="howto14.html"/> - <item name="Transactions" href="howto15.html"/> - <item name="Manageable Entities" href="howto16.html"/> + <item name="Transactions" href="howto14.html"/> + <item name="Manageable Entities" href="howto15.html"/> <item name="Tips & Tricks" href="tips.html"/> </menu> </body> |