[hibernate-commits] Hibernate SVN: r14607 - core/trunk/documentation/releasenotes.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Apr 28 21:35:59 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-28 21:35:59 -0400 (Mon, 28 Apr 2008)
New Revision: 14607

Modified:
   core/trunk/documentation/releasenotes/pom.xml
Log:
added images resource

Modified: core/trunk/documentation/releasenotes/pom.xml
===================================================================
--- core/trunk/documentation/releasenotes/pom.xml	2008-04-29 01:35:28 UTC (rev 14606)
+++ core/trunk/documentation/releasenotes/pom.xml	2008-04-29 01:35:59 UTC (rev 14607)
@@ -76,6 +76,13 @@
                 <configuration>
                     <sourceDocumentName>en-US/Release_Notes.xml</sourceDocumentName>
                     <masterTranslation>en-US</masterTranslation>
+                    <imageResource>
+                        <directory>${basedir}/src/main/docbook/en-US</directory>
+                        <includes>
+                            <include>**/*.svg</include>
+                            <include>**/*.png</include>
+                        </includes>
+                    </imageResource>
                     <formats>
                         <format>
                             <formatName>pdf</formatName>




More information about the hibernate-commits mailing list