source: proiecte/swift/trunk/lib/hoard-371/doc/forrest.properties @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 3.8 KB
Line 
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##############
16# Properties used by forrest.build.xml for building the website
17# These are the defaults, un-comment them if you need to change them.
18##############
19
20# Prints out a summary of Forrest settings for this project
21#forrest.echo=true
22
23# Project name (used to name .war file)
24#project.name=my-project
25
26# Specifies name of Forrest skin to use
27#project.skin=tigris
28project.skin=pelt
29#project.skin=krysalis
30
31# comma separated list, file:// is supported
32#forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
33
34##############
35# behavioural properties
36#project.menu-scheme=tab_attributes
37#project.menu-scheme=directories
38
39##############
40# layout properties
41
42# Properties that can be set to override the default locations
43#
44# Parent properties must be set. This usually means uncommenting
45# project.content-dir if any other property using it is uncommented
46
47#project.status=status.xml
48#project.content-dir=src/documentation
49#project.raw-content-dir=${project.content-dir}/content
50#project.conf-dir=${project.content-dir}/conf
51#project.sitemap-dir=${project.content-dir}
52#project.xdocs-dir=${project.content-dir}/content/xdocs
53#project.resources-dir=${project.content-dir}/resources
54#project.stylesheets-dir=${project.resources-dir}/stylesheets
55#project.images-dir=${project.resources-dir}/images
56#project.schema-dir=${project.resources-dir}/schema
57#project.skins-dir=${project.content-dir}/skins
58#project.skinconf=${project.content-dir}/skinconf.xml
59#project.lib-dir=${project.content-dir}/lib
60#project.classes-dir=${project.content-dir}/classes
61#project.translations-dir=${project.content-dir}/translations
62
63##############
64# validation properties
65
66# This set of properties determine if validation is performed
67# Values are inherited unless overridden.
68# e.g. if forrest.validate=false then all others are false unless set to true.
69#forrest.validate=true
70#forrest.validate.xdocs=${forrest.validate}
71#forrest.validate.skinconf=${forrest.validate}
72#forrest.validate.sitemap=${forrest.validate}
73#forrest.validate.stylesheets=${forrest.validate}
74#forrest.validate.skins=${forrest.validate}
75#forrest.validate.skins.stylesheets=${forrest.validate.skins}
76
77# *.failonerror=(true|false) - stop when an XML file is invalid
78#forrest.validate.failonerror=true
79
80# *.excludes=(pattern) - comma-separated list of path patterns to not validate
81# e.g.
82#forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
83#forrest.validate.xdocs.excludes=
84
85
86##############
87# General Forrest properties
88
89# The URL to start crawling from
90#project.start-uri=linkmap.html
91# Set logging level for messages printed to the console
92# (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
93#project.debuglevel=ERROR
94# Max memory to allocate to Java
95#forrest.maxmemory=64m
96# Any other arguments to pass to the JVM. For example, to run on an X-less
97# server, set to -Djava.awt.headless=true
98#forrest.jvmargs=
99# The bugtracking URL - the issue number will be appended
100#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
101#project.bugtracking-url=http://issues.apache.org/jira/browse/
102# The issues list as rss
103#project.issues-rss-url=
104#I18n Property only works for the "forrest run" target.
105#project.i18n=true
Note: See TracBrowser for help on using the repository browser.