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

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


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

Added:
   core/trunk/documentation/envers/
Removed:
   core/trunk/documentation/envers/
   core/trunk/documentation/envers/old/
Modified:
   core/trunk/documentation/envers/pom.xml
Log:
HHH-3556: Envers documentation partially migrated

Copied: core/trunk/documentation/envers (from rev 15494, core/trunk/documentation/manual)

Modified: core/trunk/documentation/envers/pom.xml
===================================================================
--- core/trunk/documentation/manual/pom.xml	2008-11-04 03:12:55 UTC (rev 15494)
+++ core/trunk/documentation/envers/pom.xml	2008-11-04 17:07:01 UTC (rev 15498)
@@ -10,11 +10,11 @@
     </parent>
     
     <groupId>org.hibernate</groupId>
-    <artifactId>hibernate-manual</artifactId>
+    <artifactId>hibernate-envers-manual</artifactId>
     <packaging>jdocbook</packaging>
 
-    <name>Hibernate Manual</name>
-    <description>The Hibernate reference manual</description>
+    <name>Hibernate Envers Manual</name>
+    <description>The Hibernate Envers reference manual</description>
 
     <build>
         <plugins>
@@ -23,19 +23,6 @@
                 <artifactId>maven-jdocbook-plugin</artifactId>
                 <version>2.1.2</version>
                 <extensions>true</extensions>
-                <executions>
-                    <execution>
-                        <!--
-                            here we are attaching the translate goal so that the translations are processed
-                            before compilation so that the transated XML is also transformed during
-                            generation
-                        -->
-                        <phase>process-resources</phase>
-                        <goals>
-                            <goal>translate</goal>
-                        </goals>
-                    </execution>
-                </executions>
                 <dependencies>
                     <dependency>
                         <groupId>org.hibernate</groupId>
@@ -45,20 +32,8 @@
                     </dependency>
                 </dependencies>
                 <configuration>
-                    <sourceDocumentName>Hibernate_Reference.xml</sourceDocumentName>
+                    <sourceDocumentName>Envers_Reference.xml</sourceDocumentName>
                     <masterTranslation>en-US</masterTranslation>
-                    <translations>
-<!--
-                        <translation>es-ES</translation>
--->
-                        <translation>fr-FR</translation>
-                        <translation>ja-JP</translation>
-                        <translation>ko-KR</translation>
-<!--
-                        <translation>pt-BR</translation>
--->
-                        <translation>zh-CN</translation>
-                    </translations>
                     <imageResource>
                         <directory>${basedir}/src/main/docbook/en-US</directory>
                         <excludes>
@@ -98,4 +73,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>




More information about the hibernate-commits mailing list