diff --git a/hibernate/xdocs/changes.xml b/hibernate/xdocs/changes.xml
index bce9b570..90549676 100644
--- a/hibernate/xdocs/changes.xml
+++ b/hibernate/xdocs/changes.xml
@@ -24,6 +24,9 @@
Michal Maczka
+
+ Update to hibernate-2.1.3.
+
Fix class not found exception by using correct base class loader.
diff --git a/hibernate/xdocs/goals.xml b/hibernate/xdocs/goals.xml
index 624ff570..17494bfb 100644
--- a/hibernate/xdocs/goals.xml
+++ b/hibernate/xdocs/goals.xml
@@ -29,9 +29,9 @@
| Goal | Description |
-
+
- | hibernate:schma-export |
+ hibernate:schema-export |
Creates SQL DDL file from set of *.hbm.xml files
|
diff --git a/hibernate/xdocs/index.xml b/hibernate/xdocs/index.xml
index 901b9cae..6ba6e4c1 100644
--- a/hibernate/xdocs/index.xml
+++ b/hibernate/xdocs/index.xml
@@ -28,7 +28,7 @@
This plugin provides easy intergration with
- Hiberante 2.x for your project.
+ Hibernate 2.x for your project.
For the moment the functionality is very limited.
diff --git a/hibernate/xdocs/navigation.xml b/hibernate/xdocs/navigation.xml
index 304e5b5e..550914f8 100644
--- a/hibernate/xdocs/navigation.xml
+++ b/hibernate/xdocs/navigation.xml
@@ -24,7 +24,7 @@
-
+
@@ -55,14 +55,16 @@
| maven.hibernate.text |
Yes |
- It defaults to no
+ It defaults to no. If set to true, then the
+ generated SQL will be output only to the filesystem, not
+ inserted into the database.
|
| maven.hibernate.drop |
Yes |
- Indicates...
+ Indicates whether to drop to generate just a drop table script.
It defaults to no
|