You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by tw...@apache.org on 2007/05/10 17:31:58 UTC

svn commit: r536889 - /incubator/uima/uimaj/trunk/uima-docbooks/build.xml

Author: twgoetz
Date: Thu May 10 08:31:57 2007
New Revision: 536889

URL: http://svn.apache.org/viewvc?view=rev&rev=536889
Log:
Jira UIMA-401: make docbook build work without
properties file.

https://issues.apache.org/jira/browse/UIMA-401

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/build.xml

Modified: incubator/uima/uimaj/trunk/uima-docbooks/build.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/build.xml?view=diff&rev=536889&r1=536888&r2=536889
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/build.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/build.xml Thu May 10 08:31:57 2007
@@ -30,6 +30,12 @@
   <!-- ======================================================================== -->
   
   <import file="../uima-docbook-tool/build/build-docbook.xml"/>
+	
+  <property name="fop.version" value="0.20.5"/>
+  <property name="docbook.xml.version" value="4.5"/>
+  <property name="docbook.xsl.version" value="1.72.0"/>
+  <property name="skip.html-chunked" value="true"/>
+
   
   <target name="all-books" description="--> Build all documentation"
     depends="init_once, do_olinks, do_build_given_olinks, copy-index.html"/>