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>
|
<artifactId>devguide</artifactId>
|
||||||
<packaging>jdocbook</packaging>
|
<packaging>jdocbook</packaging>
|
||||||
|
|
||||||
|
<name>Hibernate Developer Guide</name>
|
||||||
|
<description>A guide for developers using Hibernate</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Skip artifact deployment -->
|
<!-- Skip artifact deployment -->
|
||||||
<maven.deploy.skip>true</maven.deploy.skip>
|
<maven.deploy.skip>true</maven.deploy.skip>
|
||||||
|
@ -64,16 +67,18 @@
|
||||||
</executions>
|
</executions>
|
||||||
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<sourceDocumentName>Hibernate_Getting_Started_Guide.xml</sourceDocumentName>
|
<sourceDocumentName>Hibernate_Developer_Guide.xml</sourceDocumentName>
|
||||||
<masterTranslation>en-US</masterTranslation>
|
<masterTranslation>en-US</masterTranslation>
|
||||||
<translations>
|
<translations>
|
||||||
|
<!--
|
||||||
<translation>de-DE</translation>
|
<translation>de-DE</translation>
|
||||||
<translation>es-ES</translation>
|
<translation>es-ES</translation>
|
||||||
<translation>fr-FR</translation>
|
<translation>fr-FR</translation>
|
||||||
<translation>ja-JP</translation>
|
<translation>ja-JP</translation>
|
||||||
<!-- <translation>ko-KR</translation> -->
|
<translation>ko-KR</translation>
|
||||||
<translation>pt-BR</translation>
|
<translation>pt-BR</translation>
|
||||||
<translation>zh-CN</translation>
|
<translation>zh-CN</translation>
|
||||||
|
-->
|
||||||
</translations>
|
</translations>
|
||||||
<imageResource>
|
<imageResource>
|
||||||
<directory>${basedir}/src/main/docbook/en-US</directory>
|
<directory>${basedir}/src/main/docbook/en-US</directory>
|
||||||
|
|
|
@ -38,8 +38,8 @@
|
||||||
<artifactId>hibernate-quickstart</artifactId>
|
<artifactId>hibernate-quickstart</artifactId>
|
||||||
<packaging>jdocbook</packaging>
|
<packaging>jdocbook</packaging>
|
||||||
|
|
||||||
<name>Hibernate QuickStart Guide</name>
|
<name>Hibernate Getting Started Guide</name>
|
||||||
<description>A QuickStart guide for getting up and started quickly using Hibernate</description>
|
<description>A guide for getting started using Hibernate</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Skip artifact deployment -->
|
<!-- Skip artifact deployment -->
|
||||||
|
|
Loading…
Reference in New Issue