[hibernate-commits] Hibernate SVN: r20146 - in core/trunk/documentation: quickstart and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Aug 15 11:51:53 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-08-15 11:51:53 -0400 (Sun, 15 Aug 2010)
New Revision: 20146

Modified:
   core/trunk/documentation/devguide/pom.xml
   core/trunk/documentation/quickstart/pom.xml
Log:
HHH-5466 - Create "Developer Guide"


Modified: core/trunk/documentation/devguide/pom.xml
===================================================================
--- core/trunk/documentation/devguide/pom.xml	2010-08-15 15:45:21 UTC (rev 20145)
+++ core/trunk/documentation/devguide/pom.xml	2010-08-15 15:51:53 UTC (rev 20146)
@@ -38,6 +38,9 @@
     <artifactId>devguide</artifactId>
     <packaging>jdocbook</packaging>
 
+    <name>Hibernate Developer Guide</name>
+    <description>A guide for developers using Hibernate</description>
+
     <properties>
         <!-- Skip artifact deployment -->
         <maven.deploy.skip>true</maven.deploy.skip>
@@ -64,16 +67,18 @@
                 </executions>
 
                 <configuration>
-                    <sourceDocumentName>Hibernate_Getting_Started_Guide.xml</sourceDocumentName>
+                    <sourceDocumentName>Hibernate_Developer_Guide.xml</sourceDocumentName>
                     <masterTranslation>en-US</masterTranslation>
                     <translations>
+<!--
                         <translation>de-DE</translation>
                         <translation>es-ES</translation>
                         <translation>fr-FR</translation>
                         <translation>ja-JP</translation>
-                        <!-- <translation>ko-KR</translation> -->
+                        <translation>ko-KR</translation>
                         <translation>pt-BR</translation>
                         <translation>zh-CN</translation>
+-->
                     </translations>
                     <imageResource>
                         <directory>${basedir}/src/main/docbook/en-US</directory>

Modified: core/trunk/documentation/quickstart/pom.xml
===================================================================
--- core/trunk/documentation/quickstart/pom.xml	2010-08-15 15:45:21 UTC (rev 20145)
+++ core/trunk/documentation/quickstart/pom.xml	2010-08-15 15:51:53 UTC (rev 20146)
@@ -38,8 +38,8 @@
     <artifactId>hibernate-quickstart</artifactId>
     <packaging>jdocbook</packaging>
 
-    <name>Hibernate QuickStart Guide</name>
-    <description>A QuickStart guide for getting up and started quickly using Hibernate</description>
+    <name>Hibernate Getting Started Guide</name>
+    <description>A guide for getting started using Hibernate</description>
 
     <properties>
         <!-- Skip artifact deployment -->



More information about the hibernate-commits mailing list