Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/home In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21337/modules/ejb/src/xdoclet/modules/ejb/home
Modified Files: HomeInterfaceSubTask.java Log Message: Fixed generation rules to use ejb.home instead of ejb.interface for the generate-Parameter (XDT-1280). Thanks to Peter Antman for the patch. Index: HomeInterfaceSubTask.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/home/HomeInterfaceSubTask.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** HomeInterfaceSubTask.java 15 Aug 2004 09:56:36 -0000 1.11 --- HomeInterfaceSubTask.java 1 Mar 2005 13:40:14 -0000 1.12 *************** *** 146,150 **** } ! XTag interfaceTag = getCurrentClass().getDoc().getTag("ejb:interface", false); if (interfaceTag == null) { --- 146,150 ---- } ! XTag interfaceTag = getCurrentClass().getDoc().getTag("ejb:home", false); if (interfaceTag == null) { ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel