Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25237/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate

Modified Files:
        HibernateMappingPlugin.java 
Log Message:
Added goal 'dist' which creates full-pack distribuition

Index: HibernateMappingPlugin.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/HibernateMappingPlugin.java,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** HibernateMappingPlugin.java 26 Apr 2005 16:34:11 -0000      1.31
--- HibernateMappingPlugin.java 28 Apr 2005 11:15:45 -0000      1.32
***************
*** 10,13 ****
--- 10,16 ----
  import java.util.*;
  
+ import org.apache.commons.logging.Log;
+ import org.apache.commons.logging.LogFactory;
+ 
  import org.generama.JellyTemplateEngine;
  import org.generama.QDoxCapableMetadataProvider;
***************
*** 25,31 ****
   */
  public class HibernateMappingPlugin extends AbstractHibernatePlugin {
-     static Map tagDispatch = new HashMap();
      private static final String PACKAGE_PREFIX = 
"org/xdoclet/plugin/hibernate/";
      private static final String TAG_PREFIX = "hibernate.";
  
      // list holding tag names defining property existence
--- 28,35 ----
   */
  public class HibernateMappingPlugin extends AbstractHibernatePlugin {
      private static final String PACKAGE_PREFIX = 
"org/xdoclet/plugin/hibernate/";
      private static final String TAG_PREFIX = "hibernate.";
+     private static final Log log = 
LogFactory.getLog(HibernateMappingPlugin.class);
+     private static final Map tagDispatch = new HashMap();
  
      // list holding tag names defining property existence
***************
*** 257,262 ****
--- 261,268 ----
              scriptName.append(".jelly");
              retval = scriptName.toString();
+             log.debug("Dispatch tag " + tagName + " to script " + retval);
              tagDispatch.put(tagName, retval);
          }
+ 
          return retval;
      }



-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to