You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2015/12/09 01:02:01 UTC

svn commit: r1718744 - in /qpid/java/trunk/doc/book/src: Makefile.inc java-broker/security/Java-Broker-Security-ACLs.xml

Author: orudyy
Date: Wed Dec  9 00:02:01 2015
New Revision: 1718744

URL: http://svn.apache.org/viewvc?rev=1718744&view=rev
Log:
QPID-6936: Fix exceptions thrown on java-broker doc book generation in pdf format

Modified:
    qpid/java/trunk/doc/book/src/Makefile.inc
    qpid/java/trunk/doc/book/src/java-broker/security/Java-Broker-Security-ACLs.xml

Modified: qpid/java/trunk/doc/book/src/Makefile.inc
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/book/src/Makefile.inc?rev=1718744&r1=1718743&r2=1718744&view=diff
==============================================================================
--- qpid/java/trunk/doc/book/src/Makefile.inc (original)
+++ qpid/java/trunk/doc/book/src/Makefile.inc Wed Dec  9 00:02:01 2015
@@ -49,7 +49,7 @@ $(OUTPUT)/html/index.html: $(BOOK) $(OUT
 	xsltproc -o $(OUTPUT)/html/ --xinclude --stringparam  chunk.section.depth 1  --stringparam  section.autolabel 1  --stringparam  callout.graphics 0  --stringparam  callout.unicode 0 --stringparam section.label.includes.component.label 1 --stringparam use.id.as.filename 1 --stringparam html.stylesheet css/style.css --stringparam section.autolabel.max.depth 3 --stringparam toc.section.depth 2 --stringparam chunker.output.encoding UTF-8 --stringparam css.decoration 0 ../../xsl/html-custom.xsl $<
 
 %.fo: %.xml
-	xsltproc --xinclude --stringparam  section.autolabel 1  --stringparam  callout.graphics 0  --stringparam  callout.unicode 0 --stringparam section.label.includes.component.label 1 http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl $< > $@
+	xsltproc --xinclude --stringparam fop1.extensions 1 --stringparam  section.autolabel 1  --stringparam  callout.graphics 0  --stringparam  callout.unicode 0 --stringparam section.label.includes.component.label 1 http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl $< > $@
  
 
 %.pdf: %.fo

Modified: qpid/java/trunk/doc/book/src/java-broker/security/Java-Broker-Security-ACLs.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/book/src/java-broker/security/Java-Broker-Security-ACLs.xml?rev=1718744&r1=1718743&r2=1718744&view=diff
==============================================================================
--- qpid/java/trunk/doc/book/src/java-broker/security/Java-Broker-Security-ACLs.xml (original)
+++ qpid/java/trunk/doc/book/src/java-broker/security/Java-Broker-Security-ACLs.xml Wed Dec  9 00:02:01 2015
@@ -429,7 +429,7 @@
   </table>
   <table id="table-Java-Broker-Security-ACLs-Queue-Exchnage-Operations">
     <title>ACL for Queue management operations invoked via REST interfaces</title>
-    <tgroup cols="2">
+    <tgroup cols="4">
       <tbody>
         <row>
           <entry> <command>Operation</command> </entry>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org