[hibernate-commits] Hibernate SVN: r13970 - maven-poms/trunk/core-manual-parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Aug 31 12:05:47 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-08-31 12:05:47 -0400 (Fri, 31 Aug 2007)
New Revision: 13970

Modified:
   maven-poms/trunk/core-manual-parent/pom.xml
Log:
added copyright header; added some comments; corrected for up-to-date jdocbook-style

Modified: maven-poms/trunk/core-manual-parent/pom.xml
===================================================================
--- maven-poms/trunk/core-manual-parent/pom.xml	2007-08-31 16:04:48 UTC (rev 13969)
+++ maven-poms/trunk/core-manual-parent/pom.xml	2007-08-31 16:05:47 UTC (rev 13970)
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+
+<!--
+  ~ Copyright (c) 2007, Red Hat Middleware, LLC. All rights reserved.
+  ~
+  ~ This copyrighted material is made available to anyone wishing to use, modify,
+  ~ copy, or redistribute it subject to the terms and conditions of the GNU
+  ~ Lesser General Public License, v. 2.1. This program is distributed in the
+  ~ hope that it will be useful, but WITHOUT A WARRANTY; without even the implied
+  ~ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  ~ Lesser General Public License for more details. You should have received a
+  ~ copy of the GNU Lesser General Public License, v.2.1 along with this
+  ~ distribution; if not, write to the Free Software Foundation, Inc.,
+  ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+  ~
+  ~ Red Hat Author(s): Steve Ebersole
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" 
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -2,2 +19,4 @@
 
+    <!-- NOTE : the need for this parent goes away largely if we move to using a PO approach for translations -->
+
     <modelVersion>4.0.0</modelVersion>
@@ -8,6 +27,7 @@
     	<groupId>org.hibernate</groupId>
     	<artifactId>hibernate-core-parent</artifactId>
     	<version>1</version>
+        <!-- if we have both parents checked out then use the realtive path... -->
         <relativePath>../core-parent/pom.xml</relativePath>
     </parent>
     
@@ -28,8 +48,9 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.hibernate</groupId>
-                        <artifactId>hibernate-docbook-xslt</artifactId>
-                        <version>0.1</version>
+                        <artifactId>reference-manual-style</artifactId>
+                        <version>1.0.0-SNAPSHOT</version>
+                        <type>jdocbook-style</type>
                     </dependency>
                 </dependencies>
                 <configuration>
@@ -37,12 +58,12 @@
                     <formats>
                         <format>
                             <formatName>pdf</formatName>
-                            <stylesheetResource>classpath:/standard/fopdf.xsl</stylesheetResource>
+                            <stylesheetResource>classpath:/xslt/standard/fopdf.xsl</stylesheetResource>
                             <finalName>hibernate_reference.pdf</finalName>
                         </format>
                         <format>
                             <formatName>html</formatName>
-                            <stylesheetResource>classpath:/standard/html.xsl</stylesheetResource>
+                            <stylesheetResource>classpath:/xslt/standard/html.xsl</stylesheetResource>
                             <finalName>index.html</finalName>
                         </format>
                     </formats>




More information about the hibernate-commits mailing list