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.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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.xdocs=${forrest.validate}
  57. #forrest.validate.skinconf=${forrest.validate}
  58. #forrest.validate.sitemap=${forrest.validate}
  59. #forrest.validate.stylesheets=${forrest.validate}
  60. #forrest.validate.skins=${forrest.validate}
  61. #forrest.validate.skins.stylesheets=${forrest.validate.skins}
  62. # *.failonerror=(true|false) - stop when an XML file is invalid
  63. #forrest.validate.failonerror=true
  64. # *.excludes=(pattern) - comma-separated list of path patterns to not validate
  65. # e.g.
  66. #forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
  67. #forrest.validate.xdocs.excludes=
  68. ##############
  69. # General Forrest properties
  70. # The URL to start crawling from
  71. #project.start-uri=linkmap.html
  72. # Set logging level for messages printed to the console
  73. # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
  74. #project.debuglevel=ERROR
  75. # Max memory to allocate to Java
  76. #forrest.maxmemory=64m
  77. # Any other arguments to pass to the JVM. For example, to run on an X-less
  78. # server, set to -Djava.awt.headless=true
  79. #forrest.jvmargs=
  80. # The bugtracking URL - the issue number will be appended
  81. #project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
  82. #project.bugtracking-url=http://issues.apache.org/jira/browse/
  83. # The issues list as rss
  84. #project.issues-rss-url=
  85. #I18n Property only works for the "forrest run" target.
  86. #project.i18n=true
  87. # The names of plugins that are required to build the project
  88. # comma separated list (no spaces)
  89. # project.required.plugins=