From f980ce85585127a88cc9f9303227c86d26607307 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Tue, 23 Jun 2009 20:03:32 +0000 Subject: [PATCH] HHH-3987 - prep 3.3.2 release git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3@16913 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- documentation/manual/pom.xml | 5 +++++ .../manual/src/main/docbook/en-US/content/tutorial.xml | 2 +- .../src/main/docbook/es-ES/content/inheritance_mapping.po | 2 +- .../manual/src/main/docbook/pot/Hibernate_Reference.pot | 8 ++++---- .../manual/src/main/docbook/pot/content/configuration.pot | 2 +- .../manual/src/main/docbook/pot/content/portability.pot | 4 ++-- .../manual/src/main/docbook/pot/content/preface.pot | 2 +- .../manual/src/main/docbook/pot/content/tutorial.pot | 4 ++-- 8 files changed, 17 insertions(+), 12 deletions(-) diff --git a/documentation/manual/pom.xml b/documentation/manual/pom.xml index 40b05316ff..0040622abe 100644 --- a/documentation/manual/pom.xml +++ b/documentation/manual/pom.xml @@ -32,6 +32,11 @@ true + + net.sf.docbook + docbook + 1.72.0 + org.hibernate hibernate-jdocbook-style diff --git a/documentation/manual/src/main/docbook/en-US/content/tutorial.xml b/documentation/manual/src/main/docbook/en-US/content/tutorial.xml index 092f73ad4c..6e6c3df94e 100644 --- a/documentation/manual/src/main/docbook/en-US/content/tutorial.xml +++ b/documentation/manual/src/main/docbook/en-US/content/tutorial.xml @@ -846,7 +846,7 @@ public class EventManager { Here, we are using a Hibernate Query Language (HQL) query to load all existing Event objects from the database. Hibernate will generate the appropriate SQL, send it to the database and populate Event objects - with the data. You can create more complex queries with HQL. See + with the data. You can create more complex queries with HQL. See for more information. diff --git a/documentation/manual/src/main/docbook/es-ES/content/inheritance_mapping.po b/documentation/manual/src/main/docbook/es-ES/content/inheritance_mapping.po index 3008316f7a..c4840d6aac 100644 --- a/documentation/manual/src/main/docbook/es-ES/content/inheritance_mapping.po +++ b/documentation/manual/src/main/docbook/es-ES/content/inheritance_mapping.po @@ -883,7 +883,7 @@ msgstr "Recuperación por unión externa (outer join)" #: inheritance_mapping.xml:314 #, no-c-format msgid "table per class-hierarchy" -msgstr "tabla por jerarquía de clases" +msgstr "tabla por jerarquía de clases" #. Tag: literal #: inheritance_mapping.xml:315 inheritance_mapping.xml:326 diff --git a/documentation/manual/src/main/docbook/pot/Hibernate_Reference.pot b/documentation/manual/src/main/docbook/pot/Hibernate_Reference.pot index 6dd649b9c7..b0160067d5 100644 --- a/documentation/manual/src/main/docbook/pot/Hibernate_Reference.pot +++ b/documentation/manual/src/main/docbook/pot/Hibernate_Reference.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-16 18:47+0000\n" +"POT-Creation-Date: 2009-06-23 18:41+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,19 +15,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Tag: title -#: Hibernate_Reference.xml:34 +#: Hibernate_Reference.xml:35 #, no-c-format msgid "HIBERNATE - Relational Persistence for Idiomatic Java" msgstr "" #. Tag: subtitle -#: Hibernate_Reference.xml:35 +#: Hibernate_Reference.xml:36 #, no-c-format msgid "Hibernate Reference Documentation" msgstr "" #. Tag: holder -#: Hibernate_Reference.xml:49 +#: Hibernate_Reference.xml:51 #, no-c-format msgid "©rightHolder;" msgstr "" diff --git a/documentation/manual/src/main/docbook/pot/content/configuration.pot b/documentation/manual/src/main/docbook/pot/content/configuration.pot index 51d5ad5a1e..7662d354c3 100644 --- a/documentation/manual/src/main/docbook/pot/content/configuration.pot +++ b/documentation/manual/src/main/docbook/pot/content/configuration.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-16 18:47+0000\n" +"POT-Creation-Date: 2009-06-23 18:41+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/documentation/manual/src/main/docbook/pot/content/portability.pot b/documentation/manual/src/main/docbook/pot/content/portability.pot index 71795e39c5..2ebcf32987 100644 --- a/documentation/manual/src/main/docbook/pot/content/portability.pot +++ b/documentation/manual/src/main/docbook/pot/content/portability.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-16 18:47+0000\n" +"POT-Creation-Date: 2009-06-23 18:41+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -71,7 +71,7 @@ msgstr "" #. Tag: para #: portability.xml:85 #, no-c-format -msgid "The cool part about these resolvers is that users can also register their own custom resolvers which will be processed ahead of the built-in Hibernate ones. This might be useful in a number of different situations: it allows easy integration for auto-detection of dialects beyond those shipped with HIbernate itself; it allows you to specify to use a custom dialect when a particular database is recognized; etc. To register one or more resolvers, simply specify them (seperated by commas, tabs or spaces) using the 'hibernate.dialect_resolvers' configuration setting (see the DIALECT_RESOLVERS constant on org.hibernate.cfgEnvironment)." +msgid "The cool part about these resolvers is that users can also register their own custom resolvers which will be processed ahead of the built-in Hibernate ones. This might be useful in a number of different situations: it allows easy integration for auto-detection of dialects beyond those shipped with HIbernate itself; it allows you to specify to use a custom dialect when a particular database is recognized; etc. To register one or more resolvers, simply specify them (seperated by commas, tabs or spaces) using the 'hibernate.dialect_resolvers' configuration setting (see the DIALECT_RESOLVERS constant on org.hibernate.cfg.Environment)." msgstr "" #. Tag: title diff --git a/documentation/manual/src/main/docbook/pot/content/preface.pot b/documentation/manual/src/main/docbook/pot/content/preface.pot index b4e4a17da9..518bc967fb 100644 --- a/documentation/manual/src/main/docbook/pot/content/preface.pot +++ b/documentation/manual/src/main/docbook/pot/content/preface.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-16 18:47+0000\n" +"POT-Creation-Date: 2009-06-23 18:41+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/documentation/manual/src/main/docbook/pot/content/tutorial.pot b/documentation/manual/src/main/docbook/pot/content/tutorial.pot index 73dc9bd134..d004864f40 100644 --- a/documentation/manual/src/main/docbook/pot/content/tutorial.pot +++ b/documentation/manual/src/main/docbook/pot/content/tutorial.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2009-06-10 21:02+0000\n" +"POT-Creation-Date: 2009-06-23 18:41+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -775,7 +775,7 @@ msgstr "" #. Tag: para #: tutorial.xml:609 #, no-c-format -msgid "Here, we are using a Hibernate Query Language (HQL) query to load all existing Event objects from the database. Hibernate will generate the appropriate SQL, send it to the database and populate Event objects with the data. You can create more complex queries with HQL. See for more information." +msgid "Here, we are using a Hibernate Query Language (HQL) query to load all existing Event objects from the database. Hibernate will generate the appropriate SQL, send it to the database and populate Event objects with the data. You can create more complex queries with HQL. See for more information." msgstr "" #. Tag: para