Author: crossley
Date: Wed Mar 21 17:51:17 2007
New Revision: 521059
URL: http://svn.apache.org/viewvc?view=rev&rev=521059
Log:
Add note to explain purpose of this file.
Modified:
forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties
Modified: forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties?view=diff&rev=521059&r1=521058&r2=521059
==============================================================================
--- forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties
(original)
+++ forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties Wed
Mar 21 17:51:17 2007
@@ -14,6 +14,14 @@
# limitations under the License.
##############
+# Note: The reason for this "forrest.properties.dispatcher.properties"
+# is to assist with automated testing (main/build.sh test).
+# Its content should be exactly the same as the default forrest.properties
+# except for the project.required.plugins property.
+# To test the Dispatcher in development, simply replace forrest.properties
+# with this file.
+#
+##############
# 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.