Author: crossley
Date: Wed Jan 4 21:43:21 2006
New Revision: 366089
URL: http://svn.apache.org/viewcvs?rev=366089&view=rev
Log:
Synchronise the defaults with the fresh-site/forrest.properties
In particular, the default for i18n is false.
Modified:
forrest/trunk/main/fresh-site/forrest.properties
forrest/trunk/main/webapp/default-forrest.properties
Modified: forrest/trunk/main/fresh-site/forrest.properties
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/forrest.properties?rev=366089&r1=366088&r2=366089&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/forrest.properties (original)
+++ forrest/trunk/main/fresh-site/forrest.properties Wed Jan 4 21:43:21 2006
@@ -14,8 +14,10 @@
# limitations under the License.
##############
-# Properties used by forrest.build.xml for building the website
# These are the defaults, un-comment them only if you need to change them.
+#
+# You can even have a completely empty file, to assist with maintenance.
+# The file obtained from 'forrest seed-sample' shows the defaults.
##############
# Prints out a summary of Forrest settings for this project
@@ -71,6 +73,16 @@
#project.classes-dir=${project.content-dir}/classes
#project.translations-dir=${project.content-dir}/translations
+#project.build-dir=${project.home}/build
+#project.site=site
+#project.site-dir=${project.build-dir}/${project.site}
+#project.temp-dir=${project.build-dir}/tmp
+
+##############
+# Cocoon catalog entity resolver properties
+# A local OASIS catalog file to supplement the default Forrest catalog
+#project.catalog=${project.schema-dir}/catalog.xcat
+
##############
# validation properties
@@ -92,7 +104,7 @@
# Note: If you do add an "excludes" list then you need to specify site.xml too.
# e.g.
#forrest.validate.xdocs.excludes=site.xml, samples/subdir/**, samples/faq.xml
-#forrest.validate.xdocs.excludes=
+#forrest.validate.xdocs.excludes=site.xml
##############
@@ -113,6 +125,7 @@
#forrest.jvmargs=
# The bugtracking URL - the issue number will be appended
+# Projects would use their own issue tracker, of course.
#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
#project.bugtracking-url=http://issues.apache.org/jira/browse/
@@ -122,14 +135,14 @@
#I18n Property. Based on the locale request for the browser.
#If you want to use it for static site then modify the JVM system.language
# and run once per language
-#project.i18n=true
+#project.i18n=false
# The names of plugins that are required to build the project
# comma separated list (no spaces)
# You can request a specific version by appending "-VERSION" to the end of
-# the plugin name. If you exclude a version number the latest released version
-# will be used, however, be aware that this may be a development version. In
-# a production environment it is recomended that you specify a known working
+# the plugin name. If you exclude a version number, the latest released version
+# will be used. However, be aware that this may be a development version. In
+# a production environment it is recommended that you specify a known working
# version.
# Run "forrest available-plugins" for a list of plug-ins currently available
project.required.plugins=org.apache.forrest.plugin.output.pdf
Modified: forrest/trunk/main/webapp/default-forrest.properties
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/default-forrest.properties?rev=366089&r1=366088&r2=366089&view=diff
==============================================================================
--- forrest/trunk/main/webapp/default-forrest.properties (original)
+++ forrest/trunk/main/webapp/default-forrest.properties Wed Jan 4 21:43:21
2006
@@ -31,6 +31,7 @@
project.skin=pelt
#project.skin=tigris
+# Descriptors for plugins and skins
# comma separated list, file:// is supported
forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml
forrest.plugins.descriptors=http://forrest.apache.org/plugins/plugins.xml,http://forrest.apache.org/plugins/whiteboard-plugins.xml
@@ -147,7 +148,6 @@
#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
project.bugtracking-url=http://issues.apache.org/jira/browse/
-#project.bugtracking-url=http://issues.apache.org/jira/browse/
# The issues list as rss
#project.issues-rss-url=
project.i18n=false