Author: crossley
Date: Sat Apr 14 19:00:39 2007
New Revision: 528908
URL: http://svn.apache.org/viewvc?view=rev&rev=528908
Log:
Mention the prototype forrest.properties.xml new properties system. FOR-588
Modified:
forrest/trunk/admin/announcement-0.8.txt
forrest/trunk/etc/RELEASE-NOTES-0.8.txt
forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml
forrest/trunk/site-author/status.xml
Modified: forrest/trunk/admin/announcement-0.8.txt
URL:
http://svn.apache.org/viewvc/forrest/trunk/admin/announcement-0.8.txt?view=diff&rev=528908&r1=528907&r2=528908
==============================================================================
--- forrest/trunk/admin/announcement-0.8.txt (original)
+++ forrest/trunk/admin/announcement-0.8.txt Sat Apr 14 19:00:39 2007
@@ -31,6 +31,10 @@
take advantage of locationmaps. Some core functionality has
moved to plugins.
+* Prototype of new xml-based properties system. Projects and
+plugins can use a forrest.properties.xml file. At this stage,
+it supplements the existing forrest.properties file.
+
* Some new documents to explain certain core aspects.
Documentation menu navigation changed to provide clearer
structure for Forrest project versioned product documentation
Modified: forrest/trunk/etc/RELEASE-NOTES-0.8.txt
URL:
http://svn.apache.org/viewvc/forrest/trunk/etc/RELEASE-NOTES-0.8.txt?view=diff&rev=528908&r1=528907&r2=528908
==============================================================================
--- forrest/trunk/etc/RELEASE-NOTES-0.8.txt (original)
+++ forrest/trunk/etc/RELEASE-NOTES-0.8.txt Sat Apr 14 19:00:39 2007
@@ -119,6 +119,10 @@
who were involved with addressing this issue. See the commit logs
associated with FOR-200. Committed by RDG. Thanks to Community. See
Issue FOR-200 [Link: http://issues.apache.org/jira/browse/FOR-200].
+ * [Icon: add] Prototype of new xml-based properties system. Projects and
+ plugins can use a forrest.properties.xml file. At this stage, it
+ supplements the existing forrest.properties file. See the projectInfo
+ plugin for an example of its use.
* [Icon: add] Add notes about naming convention for locationmap
references. Gathered from a ForrestFriday IRC session (thanks to Tim
Williams for writing them up). See locationmap docs [Link:
Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml?view=diff&rev=528908&r1=528907&r2=528908
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml
(original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml Sat Apr
14 19:00:39 2007
@@ -74,9 +74,19 @@
locationmap debugging in
[FORREST_HOME]/main/webapp/WEB-INF/logkit.xconf, restart Forrest,
request the broken pages and visit
- [SITE_HOM]/build/webapp/logs/locationmap.xml). This issue will be fixed
+ [SITE_HOME]/build/webapp/logs/locationmap.xml). This issue will be
fixed
in the next version of Forrest.
</warning>
+ </section>
+ <section id="config">
+ <title>Prototype xml-based properties system</title>
+ <p>
+ Prototype of new xml-based properties system.
+ Projects and plugins can use a forrest.properties.xml file.
+ At this stage, it supplements the existing forrest.properties file.
+ See the projectInfo plugin for an example of its use. Search the dev
+ mailing list for more information.
+ </p>
</section>
<section id="modules">
<title>Forrest configuration simplification</title>
Modified: forrest/trunk/site-author/status.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?view=diff&rev=528908&r1=528907&r2=528908
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Sat Apr 14 19:00:39 2007
@@ -618,6 +618,11 @@
Thanks to the many people who were involved with addressing this issue.
See the commit logs associated with FOR-200.
</action>
+ <action context="code" type="add" dev="RDG" importance="high"
fixes-bug="FOR-588">
+ Prototype of new xml-based properties system. Projects and plugins can
use a
+ forrest.properties.xml file. At this stage, it supplements the existing
+ forrest.properties file. See the projectInfo plugin for an example of
its use.
+ </action>
<action context="code" type="add" dev="RDG" importance="high"
fixes-bug="FOR-200" due-to="Community">
Add notes about naming convention for locationmap references.
Gathered from a ForrestFriday IRC session (thanks to Tim Williams for
writing them up).