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

Modified Files:
        MdbTagsHandler.java 
Log Message:
added support for the havingClassTag attribute of the deploymentdescriptor 
subtask (XDT-943)

Index: MdbTagsHandler.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/mdb/MdbTagsHandler.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** MdbTagsHandler.java 1 Mar 2005 13:19:14 -0000       1.12
--- MdbTagsHandler.java 1 Mar 2005 22:48:03 -0000       1.13
***************
*** 96,99 ****
--- 96,103 ----
              }
  
+             if (!hasHavingClassTag(getCurrentClass())) {
+                 continue;
+             }
+ 
              if (isMessageDriven(getCurrentClass())) {
                  generate(template);



-------------------------------------------------------
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