[hibernate-commits] Hibernate SVN: r20229 - validator/trunk/hibernate-validator.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Aug 23 12:56:04 EDT 2010


Author: stliu
Date: 2010-08-23 12:56:03 -0400 (Mon, 23 Aug 2010)
New Revision: 20229

Modified:
   validator/trunk/hibernate-validator/pom.xml
Log:
HV-351 rollback wrongly commited pom.xml

Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml	2010-08-23 16:52:23 UTC (rev 20228)
+++ validator/trunk/hibernate-validator/pom.xml	2010-08-23 16:56:03 UTC (rev 20229)
@@ -270,23 +270,23 @@
                         <directory>${basedir}/src/main/docbook/en-US/images</directory>
                     </imageResource>
                     <formats>
-                        <!-- <format>
-                                             <formatName>pdf</formatName>
-                                             <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/pdf.xsl</stylesheetResource>
-                                             <finalName>hibernate_validator_reference.pdf</finalName>
-                                         </format> -->
+                    	<format>
+                            <formatName>pdf</formatName>
+                            <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/pdf.xsl</stylesheetResource>
+                            <finalName>hibernate_validator_reference.pdf</finalName>
+                        </format>
                         <format>
                             <formatName>html_single</formatName>
                             <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml-single.xsl
                             </stylesheetResource>
                             <finalName>index.html</finalName>
                         </format>
-                        <!-- <format>
-                                         <formatName>html</formatName>
-                                         <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml.xsl
-                                         </stylesheetResource>
-                                         <finalName>index.html</finalName>
-                                     </format> -->
+                        <format>
+                            <formatName>html</formatName>
+                            <stylesheetResource>classpath:/xslt/org/hibernate/jdocbook/xslt/xhtml.xsl
+                            </stylesheetResource>
+                            <finalName>index.html</finalName>
+                        </format>
                     </formats>
                     <options>
                         <xincludeSupported>true</xincludeSupported>



More information about the hibernate-commits mailing list