Author: scabanovich
Date: 2009-09-29 11:14:46 -0400 (Tue, 29 Sep 2009)
New Revision: 17797
Added:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/resources/help/keys-hibernate-config.properties
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/plugin.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-4916
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/plugin.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/plugin.xml 2009-09-29
15:11:15 UTC (rev 17796)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/plugin.xml 2009-09-29
15:14:46 UTC (rev 17797)
@@ -12,6 +12,7 @@
<keys path="help/keys-hibernate-attrs.properties"/>
<keys path="help/keys-hibernate-menu.properties"/>
<keys path="help/keys-hibernate-lists.properties"/>
+ <keys path="help/keys-hibernate-config.properties"/>
</extension>
<extension
point="org.jboss.tools.common.model.resourceMapping">
Added:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/resources/help/keys-hibernate-config.properties
===================================================================
---
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/resources/help/keys-hibernate-config.properties
(rev 0)
+++
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/resources/help/keys-hibernate-config.properties 2009-09-29
15:14:46 UTC (rev 17797)
@@ -0,0 +1,2 @@
+hibernate.connection.pool_size.description=maximum number of pooled connections
+hibernate.dialect.description=<p>Full class name of dialect<p>In most cases
Hibernate will actually be able to choose the correct org.hibernate.dialect.Dialect
implementation based on the JDBC metadata returned by the JDBC driver.<p>Write all
SQL statements to console. This is an alternative to setting the log category
org.hibernate.SQL to debug.
\ No newline at end of file
Property changes on:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/resources/help/keys-hibernate-config.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain