summaryrefslogtreecommitdiffstats
path: root/forrest.properties
diff options
context:
space:
mode:
Diffstat (limited to 'forrest.properties')
-rw-r--r--forrest.properties27
1 files changed, 27 insertions, 0 deletions
diff --git a/forrest.properties b/forrest.properties
new file mode 100644
index 000000000..e6839f1d9
--- /dev/null
+++ b/forrest.properties
@@ -0,0 +1,27 @@
+##############
+# Properties used by forrest.build.xml for building the website
+##############
+
+# Prints out a summary of Forrest settings for this project
+#forrest.echo=true
+
+# Project name (used to name .war file)
+project.name=fop-project
+
+# Specifies name of Forrest skin to use
+#project.skin=forrest-site
+
+# Properties that must be set to override the default locations
+#project.status=status.xml
+project.content-dir=src/documentation
+#project.conf-dir=${project.content-dir}/conf
+project.sitemap=${project.content-dir}/sitemap.xmap
+#project.xdocs-dir=${project.content-dir}/content/xdocs
+#project.stylesheets-dir=${project.content-dir}/resources/stylesheets
+#project.images-dir=${project.content-dir}/resources/images
+#project.schema-dir=${project.content-dir}/resources/schema
+#project.skins-dir=${project.content-dir}/skins
+project.skinconf=${project.content-dir}/skinconf.xml
+#project.lib-dir=${project.content-dir}/lib
+#project.classes-dir=${project.content-dir}/classes
+