build.properties #1

  • //
  • guest/
  • paul_allen/
  • p4convert-rusty/
  • docs/
  • _build/
  • perforce/
  • build.properties
  • View
  • Commits
  • Open Download .zip Download (825 B)
# Perforce documentation build directory path
p4-build-dir=${ant.file.dir}/..

# FOP 'home' directory
fop.home=${p4-build-dir}/fop-1.1

# The path (relative to the build.xml file) to your input document.
# To use your own input document, create a build.xml file of your own
# and import this build.xml.
input-xml=docsrc/readme.xml

# Modify the follosing so that they point to your local
# copy of the jars indicated:
# * Saxon 6.5 jar
# * Xerces 2: xercesImpl.jar
# * xml-commons: xml-apis.jar
xslt-processor-classpath=${p4-build-dir}/saxon-6.5.5/saxon.jar
xercesImpl.jar=${p4-build-dir}/xalan-j_2_7_1/xercesImpl.jar
xml-apis.jar=${p4-build-dir}/xalan-j_2_7_1/xml-apis.jar
xalan.jar=${p4-build-dir}/xalan-j_2_7_1/xalan.jar

# For non-ns version only, this validates the document 
# against a dtd.
validate-against-dtd=false
# Change User Description Committed
#1 12446 Paul Allen Branching using p4convert-rusty
//guest/perforce_software/p4convert/docs/_build/perforce/build.properties
#1 10706 Paul Allen Add document '_build' files.