Skip to content

Commit 28d38fa

Browse files
committed
Fixed fop template for new version of docbkx plugin
1 parent 9f2695d commit 28d38fa

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

parent/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
<distributionManagement>
1010
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
1111
<repository>
12-
<id>spring-release</id>
13-
<name>Spring Release Repository</name>
14-
<url>s3://maven.springframework.org/release</url>
12+
<id>local</id>
13+
<url>file:///Users/arjen/Projects/Spring/repos/repo</url>
1514
</repository>
1615
<snapshotRepository>
1716
<id>spring-snapshot</id>

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@
7979
<distributionManagement>
8080
<downloadUrl>http://www.springsource.com/download/community?project=Spring%20Web%20Services</downloadUrl>
8181
<repository>
82-
<id>spring-release</id>
83-
<name>Spring Release Repository</name>
84-
<url>s3://maven.springframework.org/release</url>
82+
<id>local</id>
83+
<url>file:///Users/arjen/Projects/Spring/repos/repo</url>
8584
</repository>
8685
<snapshotRepository>
8786
<id>spring-s3</id>

src/docbkx/resources/xsl/fopdf.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<xsl:param name="tablecolumns.extension">0</xsl:param>
149149
<xsl:param name="callout.extensions">1</xsl:param>
150150
<!-- FOP provide only PDF Bookmarks at the moment -->
151-
<xsl:param name="fop.extensions">1</xsl:param>
151+
<xsl:param name="fop1.extensions">1</xsl:param>
152152

153153
<!--###################################################
154154
Table Of Contents

0 commit comments

Comments
 (0)