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

Modified Files:
        HibernateConfigPlugin.jelly 
Log Message:
Fix xml layout

Index: HibernateConfigPlugin.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/HibernateConfigPlugin.jelly,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** HibernateConfigPlugin.jelly 26 Apr 2005 07:00:07 -0000      1.6
--- HibernateConfigPlugin.jelly 13 May 2005 08:10:11 -0000      1.7
***************
*** 10,13 ****
--- 10,14 ----
      <hibernate-configuration>
          <session-factory>
+ 
              <j:if test="${!empty(plugin.Jdbcdriver)}">
                  <property 
name="hibernate.connection.driver_class">${plugin.Jdbcdriver}</property>
***************
*** 54,58 ****
              </j:if>
  
- 
              <j:if test="${!empty(plugin.Jdbcisolation)}">
                  <property 
name="hibernate.connection.isolation">${plugin.Jdbcisolation}</property>
--- 55,58 ----
***************
*** 146,149 ****
--- 146,150 ----
                  <property name="${property.Key}">${property.Value}</property>
              </j:forEach>
+ 
              <j:forEach var="mappedClass" items="${plugin.getMappedClasses()}">
                  <mapping resource="${plugin.getMappingPath(mappedClass)}"/>
***************
*** 152,155 ****
          </session-factory>
      </hibernate-configuration>
- 
  </j:jelly>
--- 153,155 ----



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to