~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ikvm/website/forrest.properties

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##############
 
2
# Properties used by forrest.build.xml for building the website
 
3
##############
 
4
 
 
5
# Prints out a summary of Forrest settings for this project
 
6
forrest.echo=true 
 
7
 
 
8
# Project name (used to name .war file)
 
9
#project.name=my-project
 
10
 
 
11
# Specifies name of Forrest skin to use
 
12
project.skin=ikvmforrest-site
 
13
#project.skin=forrest-css
 
14
#project.skin=avalon-tigris
 
15
#project.skin=krysalis-site
 
16
 
 
17
 
 
18
##############
 
19
# behavioural properties
 
20
#project.menu-scheme=tab_attributes
 
21
#project.menu-scheme=directories
 
22
 
 
23
##############
 
24
# layout properties
 
25
 
 
26
# Properties that must be set to override the default locations
 
27
#
 
28
# Parent properties must be set. This usually means uncommenting
 
29
# project.content-dir if any other property using it is uncommented
 
30
 
 
31
#project.status=status.xml
 
32
#project.content-dir=src/documentation
 
33
#project.conf-dir=${project.content-dir}/conf
 
34
#project.sitemap-dir=${project.content-dir}
 
35
#project.xdocs-dir=${project.content-dir}/content/xdocs
 
36
#project.resources-dir=${project.content-dir}/resources
 
37
#project.stylesheets-dir=${project.resources-dir}/stylesheets
 
38
#project.images-dir=${project.resources-dir}/images
 
39
#project.schema-dir=${project.resources-dir}/schema
 
40
#project.skins-dir=${project.content-dir}/skins
 
41
#project.skinconf=${project.content-dir}/skinconf.xml
 
42
#project.lib-dir=${project.content-dir}/lib
 
43
#project.classes-dir=${project.content-dir}/classes
 
44
 
 
45
 
 
46
##############
 
47
# Cocoon catalog entity resolver properties
 
48
 
 
49
# A local OASIS catalog file to supplement the default Forrest catalog
 
50
#project.catalog=${project.schema-dir}/catalog.xcat
 
51
 
 
52
# The verbosity level for the entity resolver (1..10)
 
53
#forrest.catalog.verbosity=1
 
54
 
 
55
 
 
56
##############
 
57
# validation properties
 
58
 
 
59
# These props determine if validation is performed at all
 
60
# Values are inherited unless overridden.
 
61
# Eg, if forrest.validate=false, then all others are false unless set to true.
 
62
#forrest.validate=true
 
63
#forrest.validate.xdocs=${forrest.validate}
 
64
#forrest.validate.skinconf=${forrest.validate}
 
65
#forrest.validate.sitemap=${forrest.validate}
 
66
#forrest.validate.stylesheets=${forrest.validate}
 
67
#forrest.validate.skins=${forrest.validate}
 
68
#forrest.validate.skins.stylesheets=${forrest.validate.skins}
 
69
 
 
70
 
 
71
# Key:
 
72
# *.failonerror=(true|false)    stop when an XML file is invalid
 
73
# *.includes=(pattern)         Comma-separated list of path patterns to validate
 
74
# *.excludes=(pattern)         Comma-separated list of path patterns to not validate
 
75
 
 
76
#forrest.validate.failonerror=true
 
77
#forrest.validate.includes=**/*
 
78
#forrest.validate.excludes=
 
79
#
 
80
#forrest.validate.xdocs.failonerror=${forrest.validate.failonerror}
 
81
#
 
82
#forrest.validate.xdocs.includes=**/*.x*
 
83
#forrest.validate.xdocs.excludes=site.xml
 
84
#
 
85
#forrest.validate.skinconf.includes=${skinconf-file}
 
86
#forrest.validate.skinconf.excludes=
 
87
#forrest.validate.skinconf.failonerror=${forrest.validate.failonerror}
 
88
#
 
89
#forrest.validate.sitemap.includes=${sitemap-file}
 
90
#forrest.validate.sitemap.excludes=
 
91
#forrest.validate.sitemap.failonerror=${forrest.validate.failonerror}
 
92
#
 
93
#forrest.validate.stylesheets.includes=**/*.xsl
 
94
#forrest.validate.stylesheets.excludes=
 
95
#forrest.validate.stylesheets.failonerror=${forrest.validate.failonerror}
 
96
#
 
97
#forrest.validate.skins.includes=**/*
 
98
#forrest.validate.skins.excludes=**/*.xsl
 
99
#forrest.validate.skins.failonerror=${forrest.validate.failonerror}
 
100
#
 
101
#forrest.validate.skins.stylesheets.includes=**/*.xsl
 
102
#forrest.validate.skins.stylesheets.excludes=
 
103
#forrest.validate.skins.stylesheets.failonerror=${forrest.validate.skins.failonerror}
 
104
 
 
105
##############
 
106
# General Forrest properties
 
107
 
 
108
# The URL to start crawling from
 
109
#project.start-uri=index.html
 
110
# Set logging level for messages printed to the console
 
111
# (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
 
112
#project.debuglevel=ERROR
 
113
# Max memory to allocate to Java
 
114
#forrest.maxmemory=64m
 
115
# Any other arguments to pass to the JVM. For example, to run on an X-less
 
116
# server, set to -Djava.awt.headless=true
 
117
#forrest.jvmargs=
 
118
#project.bugtracking-url=http://nagoya.apache.org/bugzilla/show_bug.cgi?id=