Update of /cvsroot/xdoclet/xdoclet/modules/jdo/src/xdoclet/modules/jdo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27917/modules/jdo/src/xdoclet/modules/jdo

Modified Files:
        JdoXmlMetadataSubTask.java 
Log Message:
XDT-1061: patch from Peilin Zhang to allow hibernate mapping files to be 
generated when only a @hibernate.query tag is present in a java source file

Index: JdoXmlMetadataSubTask.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/jdo/src/xdoclet/modules/jdo/JdoXmlMetadataSubTask.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** JdoXmlMetadataSubTask.java  16 Aug 2004 13:27:58 -0000      1.11
--- JdoXmlMetadataSubTask.java  18 Apr 2005 22:10:49 -0000      1.12
***************
*** 19,22 ****
--- 19,23 ----
  import xdoclet.tagshandler.PackageTagsHandler;
  import xdoclet.template.TemplateException;
+ import xdoclet.util.DocletUtil;
  import xdoclet.util.LogUtil;
  import xdoclet.util.Translator;
***************
*** 170,174 ****
              log.debug("getOfType()=" + getOfType());
              log.debug("getExtent()=" + getExtent());
!             log.debug("getHavingClassTag()=" + getHavingClassTag());
          }
  
--- 171,175 ----
              log.debug("getOfType()=" + getOfType());
              log.debug("getExtent()=" + getExtent());
!             log.debug("getHavingClassTag()=" + 
DocletUtil.arrayToDelimitedString(getHavingClassTags(), ", "));
          }
  



-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to