Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/home
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20619/modules/ejb/src/xdoclet/modules/ejb/home

Modified Files:
        LocalHomeInterfaceSubTask.java 
Log Message:
Fixed generation rules to use ejb.home instead of ejb.interface for the 
generate-Parameter (XDT-509). Thanks to Dan Malec for the patch.

Index: LocalHomeInterfaceSubTask.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/home/LocalHomeInterfaceSubTask.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** LocalHomeInterfaceSubTask.java      15 Aug 2004 09:56:36 -0000      1.11
--- LocalHomeInterfaceSubTask.java      4 Apr 2005 20:20:39 -0000       1.12
***************
*** 137,141 ****
          }
  
!         XTag interfaceTag = 
getCurrentClass().getDoc().getTag("ejb:interface");
  
          if (interfaceTag == null) {
--- 137,141 ----
          }
  
!         XTag interfaceTag = getCurrentClass().getDoc().getTag("ejb:home");
  
          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

Reply via email to