You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

forrest.properties 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # Copyright 2002-2004 The Apache Software Foundation
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. ##############
  15. # Properties used by forrest.build.xml for building the website
  16. # These are the defaults, un-comment them if you need to change them.
  17. ##############
  18. # Prints out a summary of Forrest settings for this project
  19. #forrest.echo=true
  20. # Project name (used to name .war file)
  21. project.name=fop-project
  22. # Specifies name of Forrest skin to use
  23. #project.skin=forrest-site
  24. #project.skin=crust
  25. project.skin=pelt
  26. # comma separated list, file:// is supported
  27. #forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
  28. ##############
  29. # behavioural properties
  30. #project.menu-scheme=tab_attributes
  31. #project.menu-scheme=directories
  32. ##############
  33. # layout properties
  34. # Properties that can be set to override the default locations
  35. #
  36. # Parent properties must be set. This usually means uncommenting
  37. # project.content-dir if any other property using it is uncommented
  38. #project.status=status.xml
  39. #project.content-dir=src/documentation
  40. #project.raw-content-dir=${project.content-dir}/content
  41. #project.conf-dir=${project.content-dir}/conf
  42. #project.sitemap-dir=${project.content-dir}
  43. #project.xdocs-dir=${project.content-dir}/content/xdocs
  44. #project.resources-dir=${project.content-dir}/resources
  45. #project.stylesheets-dir=${project.resources-dir}/stylesheets
  46. #project.images-dir=${project.resources-dir}/images
  47. #project.schema-dir=${project.resources-dir}/schema
  48. #project.skins-dir=${project.content-dir}/skins
  49. #project.skinconf=${project.content-dir}/skinconf.xml
  50. #project.lib-dir=${project.content-dir}/lib
  51. #project.classes-dir=${project.content-dir}/classes
  52. #project.translations-dir=${project.content-dir}/translations
  53. ##############
  54. # validation properties
  55. #forrest.validate=true
  56. forrest.validate=false
  57. forrest.validate.xdocs=${forrest.validate}
  58. forrest.validate.skinconf=${forrest.validate}
  59. forrest.validate.sitemap=${forrest.validate}
  60. forrest.validate.stylesheets=${forrest.validate}
  61. forrest.validate.skins=${forrest.validate}
  62. forrest.validate.skins.stylesheets=${forrest.validate.skins}
  63. # *.failonerror=(true|false) - stop when an XML file is invalid
  64. #forrest.validate.failonerror=true
  65. # *.excludes=(pattern) - comma-separated list of path patterns to not validate
  66. # e.g.
  67. #forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
  68. #forrest.validate.xdocs.excludes=
  69. ##############
  70. # General Forrest properties
  71. # The URL to start crawling from
  72. #project.start-uri=linkmap.html
  73. # Set logging level for messages printed to the console
  74. # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
  75. #project.debuglevel=ERROR
  76. # Max memory to allocate to Java
  77. #forrest.maxmemory=64m
  78. # Any other arguments to pass to the JVM. For example, to run on an X-less
  79. # server, set to -Djava.awt.headless=true
  80. #forrest.jvmargs=
  81. # The bugtracking URL - the issue number will be appended
  82. #project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
  83. #project.bugtracking-url=http://issues.apache.org/jira/browse/
  84. # The issues list as rss
  85. #project.issues-rss-url=
  86. #I18n Property only works for the "forrest run" target.
  87. #project.i18n=true
  88. # The names of plugins that are required to build the project
  89. # comma separated list (no spaces)
  90. # project.required.plugins=
  91. project.required.plugins=org.apache.forrest.plugin.output.pdf-0.1