Skip to content

Commit

Permalink
Updated jdocbook maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Aug 21, 2013
1 parent 32232bf commit bc93978
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 66 deletions.
64 changes: 0 additions & 64 deletions doc/manual/en/images/PullPushAdapter.fig

This file was deleted.

Binary file removed doc/manual/en/images/PullPushAdapter.png
Binary file not shown.
8 changes: 6 additions & 2 deletions doc/manual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
<version>2.2.1</version>
<version>2.3.8</version>
<extensions>true</extensions>
<dependencies>
<dependency>
Expand All @@ -72,7 +72,7 @@
<groupId>org.jboss.pressgang</groupId>
<artifactId>pressgang-jdocbook-style</artifactId>
<type>jdocbook-style</type>
<version>2.0.0</version>
<version>3.0.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -118,6 +118,10 @@
<name>javax.xml.parsers.SAXParserFactory</name>
<value>org.apache.xerces.jaxp.SAXParserFactoryImpl</value>
</property>
<property>
<name>ignoreImageScaling</name>
<value>0</value>
</property>
</transformerParameters>
</options>
</configuration>
Expand Down

0 comments on commit bc93978

Please sign in to comment.