[hibernate-commits] Hibernate SVN: r15499 - in core/trunk/documentation/envers/src/main/docbook: en-US and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Nov 4 12:31:01 EST 2008


Author: adamw
Date: 2008-11-04 12:31:01 -0500 (Tue, 04 Nov 2008)
New Revision: 15499

Removed:
   core/trunk/documentation/envers/src/main/docbook/en-US/Hibernate_Reference.xml
   core/trunk/documentation/envers/src/main/docbook/en-US/translators.xml
   core/trunk/documentation/envers/src/main/docbook/es-ES/
   core/trunk/documentation/envers/src/main/docbook/fr-FR/
   core/trunk/documentation/envers/src/main/docbook/ja-JP/
   core/trunk/documentation/envers/src/main/docbook/ko-KR/
   core/trunk/documentation/envers/src/main/docbook/pot/
   core/trunk/documentation/envers/src/main/docbook/pt-BR/
   core/trunk/documentation/envers/src/main/docbook/zh-CN/
Log:
HHH-3556: Envers documentation partially migrated

Deleted: core/trunk/documentation/envers/src/main/docbook/en-US/Hibernate_Reference.xml
===================================================================
--- core/trunk/documentation/envers/src/main/docbook/en-US/Hibernate_Reference.xml	2008-11-04 17:07:01 UTC (rev 15498)
+++ core/trunk/documentation/envers/src/main/docbook/en-US/Hibernate_Reference.xml	2008-11-04 17:31:01 UTC (rev 15499)
@@ -1,95 +0,0 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<!--
-  ~ Hibernate, Relational Persistence for Idiomatic Java
-  ~
-  ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
-  ~ indicated by the @author tags or express copyright attribution
-  ~ statements applied by the authors.  All third-party contributions are
-  ~ distributed under license by Red Hat Middleware LLC.
-  ~
-  ~ This copyrighted material is made available to anyone wishing to use, modify,
-  ~ copy, or redistribute it subject to the terms and conditions of the GNU
-  ~ Lesser General Public License, as published by the Free Software Foundation.
-  ~
-  ~ This program is distributed in the hope that it will be useful,
-  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-  ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
-  ~ for more details.
-  ~
-  ~ You should have received a copy of the GNU Lesser General Public License
-  ~ along with this distribution; if not, write to:
-  ~ Free Software Foundation, Inc.
-  ~ 51 Franklin Street, Fifth Floor
-  ~ Boston, MA  02110-1301  USA
-  -->
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-        <!ENTITY versionNumber "3.3.0.GA">
-        <!ENTITY copyrightYear "2004">
-        <!ENTITY copyrightHolder "Red Hat Middleware, LLC.">
-]>
-
-<book>
-
-    <bookinfo>
-        <title>HIBERNATE - Relational Persistence for Idiomatic Java</title>
-        <subtitle>Hibernate Reference Documentation</subtitle>
-        <releaseinfo>&versionNumber;</releaseinfo>
-        <productnumber>&versionNumber;</productnumber>
-        <issuenum>1</issuenum>
-        <mediaobject>
-            <imageobject role="fo">
-                <imagedata fileref="images/hibernate_logo_a.png" align="center" />
-            </imageobject>
-            <imageobject role="html">
-                <imagedata fileref="images/hibernate_logo_a.png" depth="3cm" />
-            </imageobject>
-        </mediaobject>
-        <copyright>
-            <year>&copyrightYear;</year>
-            <holder>&copyrightHolder;</holder>
-        </copyright>
-        <xi:include href="legal_notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<!-- include translators... -->
-    </bookinfo>
-
-    <toc/>
-
-    <xi:include href="content/preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="content/tutorial.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="content/architecture.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="content/configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="content/persistent_classes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="content/basic_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="content/collection_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="content/association_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="content/component_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="content/inheritance_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="content/session_api.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="content/transactions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="content/events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="content/batch.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="content/query_hql.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="content/query_criteria.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="content/query_sql.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="content/filters.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="content/xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="content/performance.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="content/toolset_guide.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="content/example_parentchild.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="content/example_weblog.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="content/example_mappings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-    <xi:include href="content/best_practices.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-</book>
-

Deleted: core/trunk/documentation/envers/src/main/docbook/en-US/translators.xml
===================================================================
--- core/trunk/documentation/envers/src/main/docbook/en-US/translators.xml	2008-11-04 17:07:01 UTC (rev 15498)
+++ core/trunk/documentation/envers/src/main/docbook/en-US/translators.xml	2008-11-04 17:31:01 UTC (rev 15499)
@@ -1,154 +0,0 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<!--
-  ~ Hibernate, Relational Persistence for Idiomatic Java
-  ~
-  ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
-  ~ indicated by the @author tags or express copyright attribution
-  ~ statements applied by the authors.  All third-party contributions are
-  ~ distributed under license by Red Hat Middleware LLC.
-  ~
-  ~ This copyrighted material is made available to anyone wishing to use, modify,
-  ~ copy, or redistribute it subject to the terms and conditions of the GNU
-  ~ Lesser General Public License, as published by the Free Software Foundation.
-  ~
-  ~ This program is distributed in the hope that it will be useful,
-  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-  ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
-  ~ for more details.
-  ~
-  ~ You should have received a copy of the GNU Lesser General Public License
-  ~ along with this distribution; if not, write to:
-  ~ Free Software Foundation, Inc.
-  ~ 51 Franklin Street, Fifth Floor
-  ~ Boston, MA  02110-1301  USA
-  -->
-
-<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-
-<authorgroup id="AuthorGroup">
-
-    <!-- 
-        #######################################################################
-        # Spanish
-        #######################################################################
-    -->
-    <othercredit class="translator" lang="es-ES">
-        <othername><![CDATA[Bernardo Antonio Buffa Colom&#x00e9]]></othername>
-        <email>kreimer at bbs.frc.utn.edu.ar</email>
-    </othercredit>
-
-    <!-- 
-        #######################################################################
-        # French
-        #######################################################################
-    -->
-    <othercredit class="translator" lang="fr-FR">
-        <firstname>Vincent</firstname>
-        <surname>Ricard</surname>
-    </othercredit>
-    <othercredit class="translator" lang="fr-FR">
-        <firstname>Sebastien</firstname>
-        <surname>Cesbron</surname>
-    </othercredit>
-    <othercredit class="translator" lang="fr-FR">
-        <firstname>Michael</firstname>
-        <surname>Courcy</surname>
-    </othercredit>
-    <othercredit class="translator" lang="fr-FR">
-        <firstname>Vincent</firstname>
-        <surname>Giguère</surname>
-    </othercredit>
-    <othercredit class="translator" lang="fr-FR">
-        <firstname>Baptiste</firstname>
-        <surname>Mathus</surname>
-    </othercredit>
-    <othercredit class="translator" lang="fr-FR">
-        <firstname>Emmanuel</firstname>
-        <surname>Bernard</surname>
-    </othercredit>
-    <othercredit class="translator" lang="fr-FR">
-        <firstname>Anthony</firstname>
-        <surname>Patricio</surname>
-    </othercredit>
-
-    <!-- 
-        #######################################################################
-        # Portugese
-        #######################################################################
-    -->
-    <othercredit class="translator" lang="pt-BR">
-        <firstname>Alvaro</firstname>
-        <surname>Netto</surname>
-        <email>alvaronetto at cetip.com.br</email>
-    </othercredit>
-    <othercredit class="translator" lang="pt-BR">
-        <firstname>Anderson</firstname>
-        <surname>Braulio</surname>
-        <email>andersonbraulio at gmail.com</email>
-    </othercredit>
-    <othercredit class="translator" lang="pt-BR">
-        <firstname>Daniel Vieira</firstname>
-        <surname>Costa</surname>
-        <email>danielvc at gmail.com</email>
-    </othercredit>
-    <othercredit class="translator" lang="pt-BR">
-        <firstname>Francisco</firstname>
-        <surname>gamarra</surname>
-        <email>francisco.gamarra at gmail.com</email>
-    </othercredit>
-    <othercredit class="translator" lang="pt-BR">
-        <firstname>Gamarra</firstname>
-        <email>mauricio.gamarra at gmail.com</email>
-    </othercredit>
-    <othercredit class="translator" lang="pt-BR">
-        <firstname>Luiz Carlos</firstname>
-        <surname>Rodrigues</surname>
-        <email>luizcarlos_rodrigues at yahoo.com.br</email>
-    </othercredit>
-    <othercredit class="translator" lang="pt-BR">
-        <firstname>Marcel</firstname>
-        <surname>Castelo</surname>
-        <email>marcel.castelo at gmail.com</email>
-    </othercredit>
-    <othercredit class="translator" lang="pt-BR">
-        <firstname>Paulo</firstname>
-        <surname>César</surname>
-        <email>paulocol at gmail.com</email>
-    </othercredit>
-    <othercredit class="translator" lang="pt-BR">
-        <firstname>Pablo L.</firstname>
-        <surname>de Miranda</surname>
-        <email>pablolmiranda at gmail.com</email>
-    </othercredit>
-    <othercredit class="translator" lang="pt-BR">
-        <firstname>Renato</firstname>
-        <surname>Deggau</surname>
-        <email>rdeggau at gmail.com</email>
-    </othercredit>
-    <othercredit class="translator" lang="pt-BR">
-        <firstname>Rogério</firstname>
-        <surname>Araújo</surname>
-        <email>rgildoaraujo at yahoo.com.br</email>
-    </othercredit>
-    <othercredit class="translator" lang="pt-BR">
-        <firstname>Wanderson</firstname>
-        <surname>Siqueira</surname>
-        <email>wandersonxs at gmail.com</email>
-    </othercredit>
-
-    <!-- 
-        #######################################################################
-        # Chinese
-        #######################################################################
-    -->
-    <othercredit class="translator" lang="zh-CN">
-        <firstname>Cao</firstname>
-        <surname>Xiaogang</surname>
-        <affiliation>
-            <orgname>RedSaga</orgname>
-        </affiliation>
-        <contrib>Translation Lead</contrib>
-        <email>caoxg at yahoo.com</email>
-    </othercredit>
-
-</authorgroup>




More information about the hibernate-commits mailing list