# Copyright 2006 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # The docbook XML and Style sheet versions used. # These must match the archives in docbook/zip! docbook.xml.version = 4.4 docbook.xsl.version = 1.70.0 # Where all the sources are located src.dir = ${basedir}/src # Where the docbook references are docbook.ref.dir = ${basedir}/docbook # Location of the docbook files docbook.src.dir = ${src.dir}/docbook # Location of the docbook reference archives zip.src.dir = ${docbook.ref.dir}/zip # Target Directory target.dir = ${basedir}/target # Directory for temporary files tmp.dir = ${target.dir}/tmp # The size of the PDF pages. paper.type= Letter # Directories into which the docbook reference archives are expanded docbook.xml.dir = ${docbook.ref.dir}/docbook-xml-${docbook.xml.version} docbook.xsl.dir = ${docbook.ref.dir}/docbook-xsl-${docbook.xsl.version} # We use SAXON as our XSLT processor and this is the custom jar included with # the docbook XML distribution. xslt-db.jar = saxon653.jar # Location of FOP fontconfiguration docbook.fontconfig = ${docbook.src.dir}/fontconfig.xml