From 5122239c58814b6efdf155136ceaaf86a195731e Mon Sep 17 00:00:00 2001 From: epugh Date: Tue, 1 Jun 2004 15:31:04 +0000 Subject: [PATCH] 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 --- hibernate/xdocs/changes.xml | 3 +++ hibernate/xdocs/goals.xml | 4 ++-- hibernate/xdocs/index.xml | 2 +- hibernate/xdocs/navigation.xml | 2 +- hibernate/xdocs/properties.xml | 14 ++++++++------ 5 files changed, 15 insertions(+), 10 deletions(-) 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 @@ - + - + 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 @@ - + diff --git a/hibernate/xdocs/properties.xml b/hibernate/xdocs/properties.xml index b905af5c..b29f611f 100644 --- a/hibernate/xdocs/properties.xml +++ b/hibernate/xdocs/properties.xml @@ -33,14 +33,14 @@
@@ -55,14 +55,16 @@
GoalDescription
hibernate:schma-exporthibernate:schema-export Creates SQL DDL file from set of *.hbm.xml files No 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 project.properties etc.
For description of the properties take a look - at Hibernate User Guide + at Hibernate User Guide
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