From 94a5cdf3d067abddbab189f0a4e7688f666b7c1e Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Thu, 24 Apr 2008 21:52:22 +0000 Subject: [PATCH] pin jdocbook plugin at version 2.1.0; temporarily disable jbosscache manual building (seems the jdocbook plugin may not like empty translations) git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14564 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- documentation/jbosscache2/pom.xml | 18 ++++++++++++------ documentation/manual/pom.xml | 2 +- documentation/pom.xml | 2 ++ 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/documentation/jbosscache2/pom.xml b/documentation/jbosscache2/pom.xml index 9865547069..0d4d13f21e 100644 --- a/documentation/jbosscache2/pom.xml +++ b/documentation/jbosscache2/pom.xml @@ -26,8 +26,8 @@ --> + 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"> 4.0.0 @@ -37,7 +37,7 @@ 3.3.0-SNAPSHOT ../../parent/pom.xml - + org.hibernate hibernate-jbc2-manual 3.3.0-SNAPSHOT @@ -51,8 +51,8 @@ org.jboss.maven.plugins maven-jdocbook-plugin - 2.1.0-SNAPSHOT - true + 2.1.0 + true org.hibernate @@ -77,20 +77,26 @@ pdf classpath:/xslt/hibernate/pdf/main-pdf.xsl - hibernate_reference.pdf + hibernate-jbosscache-guide.pdf + html_single classpath:/xslt/hibernate/html/main-single.xsl index.html + html classpath:/xslt/hibernate/html/main-chunk.xsl index.html + diff --git a/documentation/manual/pom.xml b/documentation/manual/pom.xml index 98e3b5b3be..c517be1525 100644 --- a/documentation/manual/pom.xml +++ b/documentation/manual/pom.xml @@ -51,7 +51,7 @@ org.jboss.maven.plugins maven-jdocbook-plugin - 2.1.0-SNAPSHOT + 2.1.0 true diff --git a/documentation/pom.xml b/documentation/pom.xml index c8fd4f6522..740ca934a0 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -47,7 +47,9 @@ manual +