You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hu...@apache.org on 2004/06/21 19:50:49 UTC

cvs commit: jakarta-commons-sandbox/chain project.properties

husted      2004/06/21 10:50:49

  Modified:    chain    project.properties
  Log:
  Add properties for sdocbook plugin. Several JARs have to be downloaded manually, making the sdocbook plugin a pain to install.
  
  Revision  Changes    Path
  1.4       +35 -2     jakarta-commons-sandbox/chain/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/chain/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	30 May 2004 21:02:21 -0000	1.3
  +++ project.properties	21 Jun 2004 17:50:49 -0000	1.4
  @@ -16,7 +16,7 @@
   # Properties that override Maven build defaults
   # $Id$
   ######################################################################
  -
  +maven.repo.remote=http://www.ibiblio.org,http://maven-plugins.sf.net/maven
   
   
   ######################################################################
  @@ -76,4 +76,37 @@
   compile.debug = on
   compile.optimize = off
   compile.deprecation = off
  +
  +
  +# -------------------------------------------------------------------
  +# Default Maven properties for the SDOCBOOK plugin
  +# -------------------------------------------------------------------
  +
  +maven.sdocbook.src.dir = ${basedir}/sdocbook
  +
  +maven.sdocbook.generated.html = ${maven.build.dir}/generated-docbooks/html
  +maven.sdocbook.generated.fo = ${maven.build.dir}/generated-docbooks/fo
  +maven.sdocbook.generated.pdf = ${maven.build.dir}/generated-docbooks/pdf
  +
  +maven.sdocbook.target.dir = ${maven.build.dir}/docs/docbook
  +
  +# the root dir of the stylesheet to use (defaults to plugin-internal version)
  +maven.sdocbook.stylesheets.dir = ${plugin.dir}/plugin-resources
  +
  +# the resources which are to be copied from maven.sdocbook.src.dir
  +maven.sdocbook.resources.include = **/*.png, **/*.gif
  +
  +# can be set to the "-param ..." which user can use to parameterize the html stylesheets
  +maven.sdocbook.html.params =
  +
  +# can be set to the "-param ..." which user can use to parameterize the fo stylesheets
  +maven.sdocbook.fo.params =
  +
  +
  +# set this to true if you want to use xml-commons-resolver for resolving the dtd elements
  +maven.sdocbook.use.entityresolver=false
  +
  +# Set to point to configuration file of xml-commons-resolver
  +# (NOTE: if you set "maven.sdocbook.use.entityresolver" to true, you must set this too)
  +maven.sdocbook.catalogmanager.properties=
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org