aboutsummaryrefslogtreecommitdiffstats
path: root/forrest.properties
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2002-10-28 08:41:01 +0000
committerKeiron Liddle <keiron@apache.org>2002-10-28 08:41:01 +0000
commit06a4ad36f67612273f489f1b6468805b9d5871c7 (patch)
tree8276cf2a0b1bdd63fdee0574d09fced83f48655b /forrest.properties
parentf4277e55a8810a0badd3a0dbb233178b678d0119 (diff)
downloadxmlgraphics-fop-06a4ad36f67612273f489f1b6468805b9d5871c7.tar.gz
xmlgraphics-fop-06a4ad36f67612273f489f1b6468805b9d5871c7.zip
updated docs for dev version
using new forrest docs git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195365 13f79535-47bb-0310-9956-ffa450edef68
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
+