HHH-5466 - Create "Developer Guide"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20146 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
2fc6a49ce8
commit
4857ccd369
|
@ -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>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue