add --shared
[pylucene.git] / lucene-java-3.4.0 / lucene / src / site / forrest.properties
1 # Copyright 2002-2005 The Apache Software Foundation or its licensors,
2 # as applicable.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 ##############
17 # Properties used by forrest.build.xml for building the website
18 # These are the defaults, un-comment them only if you need to change them.
19 ##############
20
21 # Prints out a summary of Forrest settings for this project
22 #forrest.echo=true
23
24 # Project name (used to name .war file)
25 #project.name=my-project
26
27 # Specifies name of Forrest skin to use
28 # See list at http://forrest.apache.org/docs/skins.html
29 project.skin=lucene
30
31 # Descriptors for plugins and skins
32 # comma separated list, file:// is supported
33 #forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
34 #forrest.plugins.descriptors=http://forrest.apache.org/plugins/plugins.xml,http://forrest.apache.org/plugins/whiteboard-plugins.xml
35
36 ##############
37 # behavioural properties
38 #project.menu-scheme=tab_attributes
39 #project.menu-scheme=directories
40
41 ##############
42 # layout properties
43
44 # Properties that can be set to override the default locations
45 #
46 # Parent properties must be set. This usually means uncommenting
47 # project.content-dir if any other property using it is uncommented
48
49 #project.status=status.xml
50 #project.content-dir=src/documentation
51 #project.raw-content-dir=${project.content-dir}/content
52 #project.conf-dir=${project.content-dir}/conf
53 #project.sitemap-dir=${project.content-dir}
54 #project.xdocs-dir=${project.content-dir}/content/xdocs
55 #project.resources-dir=${project.content-dir}/resources
56 #project.stylesheets-dir=${project.resources-dir}/stylesheets
57 #project.images-dir=${project.resources-dir}/images
58 #project.schema-dir=${project.resources-dir}/schema
59 #project.skins-dir=${project.content-dir}/skins
60 #project.skinconf=${project.content-dir}/skinconf.xml
61 #project.lib-dir=${project.content-dir}/lib
62 #project.classes-dir=${project.content-dir}/classes
63 #project.translations-dir=${project.content-dir}/translations
64 project.configfile=${project.home}/src/documentation/conf/cli.xconf
65
66 ##############
67 # validation properties
68
69 # This set of properties determine if validation is performed
70 # Values are inherited unless overridden.
71 # e.g. if forrest.validate=false then all others are false unless set to true.
72 #forrest.validate=true
73 #forrest.validate.xdocs=${forrest.validate}
74 #forrest.validate.skinconf=${forrest.validate}
75 #forrest.validate.sitemap=${forrest.validate}
76 #forrest.validate.stylesheets=${forrest.validate}
77 #forrest.validate.skins=${forrest.validate}
78 #forrest.validate.skins.stylesheets=${forrest.validate.skins}
79
80 # *.failonerror=(true|false) - stop when an XML file is invalid
81 #forrest.validate.failonerror=true
82
83 # *.excludes=(pattern) - comma-separated list of path patterns to not validate
84 # e.g.
85 #forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
86 #forrest.validate.xdocs.excludes=
87
88
89 ##############
90 # General Forrest properties
91
92 # The URL to start crawling from
93 #project.start-uri=linkmap.html
94
95 # Set logging level for messages printed to the console
96 # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
97 #project.debuglevel=ERROR
98
99 # Max memory to allocate to Java
100 #forrest.maxmemory=64m
101
102 # Any other arguments to pass to the JVM. For example, to run on an X-less
103 # server, set to -Djava.awt.headless=true
104 #forrest.jvmargs=
105
106 # The bugtracking URL - the issue number will be appended
107 #project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
108 #project.bugtracking-url=http://issues.apache.org/jira/browse/
109
110 # The issues list as rss
111 #project.issues-rss-url=
112
113 #I18n Property. Based on the locale request for the browser.
114 #If you want to use it for static site then modify the JVM system.language
115 # and run once per language
116 #project.i18n=true
117
118 # The names of plugins that are required to build the project
119 # comma separated list (no spaces)
120 # You can request a specific version by appending "-VERSION" to the end of
121 # the plugin name. If you exclude a version number the latest released version
122 # will be used, however, be aware that this may be a development version. In
123 # a production environment it is recomended that you specify a known working 
124 # version.
125 # Run "forrest available-plugins" for a list of plug-ins currently available
126 #project.required.plugins=org.apache.forrest.plugin.output.pdf
127
128 # Proxy configuration
129 # proxy.host=
130 # proxy.port=