Fix typo's and enhance property docs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh
2004-06-01 15:31:04 +00:00
parent 52ac99c4fb
commit 5122239c58
5 changed files with 15 additions and 10 deletions

View File

@@ -24,6 +24,9 @@
<author email="michal.maczka@dimatics.com">Michal Maczka</author>
</properties>
<body>
<release version="1.1" date="2004-05-15">
<action dev="epugh" type="update">Update to hibernate-2.1.3.</action>
</release>
<release version="1.1" date="2004-05-15">
<action dev="brett" type="fix" issue="MPHIBERNATE-2">Fix class not found exception by using correct base class loader.</action>
</release>

View File

@@ -29,9 +29,9 @@
<table>
<tr><th>Goal</th><th>Description</th></tr>
<a name="hibernate:schma-export" />
<a name="hibernate:schema-export" />
<tr>
<td>hibernate:schma-export</td>
<td>hibernate:schema-export</td>
<td>
Creates SQL DDL file from set of *.hbm.xml files
</td>

View File

@@ -28,7 +28,7 @@
<section name="Maven Hibernate Plug-in">
<p>
This plugin provides easy intergration with
<a href="http://db.apache.org/torque/">Hiberante 2.x</a> for your project.
<a href="http://www.hibernate.org/">Hibernate 2.x</a> for your project.
<br/>
For the moment the functionality is very limited.
</p>

View File

@@ -24,7 +24,7 @@
<body>
<links>
<item name="Maven" href="http://maven.apache.org/"/>
<item name="Hibernate" href="http://hibernate.sourceforge.net"/>
<item name="Hibernate" href="http://www.hibernate.org"/>
</links>
<menu name="Overview">
<item name="Goals" href="/goals.html" />

View File

@@ -33,14 +33,14 @@
<td>No</td>
<td>
The location of Hibernate configuration file
(Java properties file). This file is also se in the
runtime by Hibernate for confiuraing Hibernate Session,
so it's better to keep it separatly from project's
(Java properties file). This file is also set in the
runtime by Hibernate for configuring Hibernate Session,
so it's better to keep it separately from the project's
configuration files like
<code>project.properties</code> etc.
<br/>
For description of the properties take a look
at <a href="http://hibernate.bluemars.net/hib_docs/reference/html/session-configuration.html">Hibernate User Guide</a>
at <a href="http://www.hibernate.org/hib_docs/reference/en/html/session-configuration.html#configuration-hibernatejdbc">Hibernate User Guide</a>
</td>
</tr>
<tr>
@@ -55,14 +55,16 @@
<td>maven.hibernate.text</td>
<td>Yes</td>
<td>
It defaults to <code>no</code>
It defaults to <code>no</code>. If set to true, then the
generated SQL will be output only to the filesystem, not
inserted into the database.
</td>
</tr>
<tr>
<td>maven.hibernate.drop</td>
<td>Yes</td>
<td>
Indicates...
Indicates whether to drop to generate just a drop table script.
<br/>
It defaults to <code>no</code>
</td>