Author: cheche
Date: Wed Jun 9 04:23:47 2004
New Revision: 20937
Modified:
forrest/trunk/src/core/fresh-site/forrest.properties
forrest/trunk/status.xml
Log:
Add missing xdocs from the validate.exclude property. Allowing to exclude files.
Modified: forrest/trunk/src/core/fresh-site/forrest.properties
==============================================================================
--- forrest/trunk/src/core/fresh-site/forrest.properties (original)
+++ forrest/trunk/src/core/fresh-site/forrest.properties Wed Jun 9 04:23:47 2004
@@ -81,8 +81,8 @@
# *.excludes=(pattern) Comma-separated list of path patterns to not validate
# e.g.
-#forrest.validate.excludes=samples/subdir/**, samples/faq.xml
-#forrest.validate.excludes=
+#forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
+#forrest.validate.xdocs.excludes=
##############
Modified: forrest/trunk/status.xml
==============================================================================
--- forrest/trunk/status.xml (original)
+++ forrest/trunk/status.xml Wed Jun 9 04:23:47 2004
@@ -49,6 +49,9 @@
Added new document to facilitate
<link href="upgrading_06.html">upgrading to v0.6</link>
</action>
+ <action dev="JJP" type="fix" context="code" fixes-bug="FOR-130">
+ Add missing xdocs from the validate.exclude property. Allowing to exclude files.
+ </action>
<action dev="DB" type="fix" context="code" fixes-bug="FOR-114">
Improved resolving image references in PDFs.
</action>
|