You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2007/11/01 03:35:08 UTC

svn commit: r590877 - in /commons/proper/configuration/trunk/xdocs: changes.xml tasks.xml

Author: oheger
Date: Wed Oct 31 19:35:06 2007
New Revision: 590877

URL: http://svn.apache.org/viewvc?rev=590877&view=rev
Log:
Minor site updates

Modified:
    commons/proper/configuration/trunk/xdocs/changes.xml
    commons/proper/configuration/trunk/xdocs/tasks.xml

Modified: commons/proper/configuration/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/changes.xml?rev=590877&r1=590876&r2=590877&view=diff
==============================================================================
--- commons/proper/configuration/trunk/xdocs/changes.xml (original)
+++ commons/proper/configuration/trunk/xdocs/changes.xml Wed Oct 31 19:35:06 2007
@@ -126,7 +126,7 @@
         list delimiters.
       </action>
       <action dev="ebourg" type="fix" issue="CONFIGURATION-269">
-        PropertiesConfiguration no longer escape the list delimiter on saving
+        PropertiesConfiguration no longer escapes the list delimiter on saving
         if the list delimiter has been disabled.
       </action>
       <action dev="ebourg" type="fix" issue="CONFIGURATION-270">

Modified: commons/proper/configuration/trunk/xdocs/tasks.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/tasks.xml?rev=590877&r1=590876&r2=590877&view=diff
==============================================================================
--- commons/proper/configuration/trunk/xdocs/tasks.xml (original)
+++ commons/proper/configuration/trunk/xdocs/tasks.xml Wed Oct 31 19:35:06 2007
@@ -55,7 +55,7 @@
             <task status="done">
                 ConfigurationFactory refactoring for pluggable extensions
             </task>
-            <task status="partly done">
+            <task status="done">
                 comments and layout preservation in .properties files
             </task>
         </category>
@@ -73,14 +73,29 @@
         </category>
 
         <category name="Version 1.5" description="">
-            <task status="">
-                JMX integration ?
+            <task status="done">
+                JMX integration
             </task>
+        </category>
+
+        <category name="Version 1.6" description="">
             <task status="">
                 Preference API integration ?
             </task>
             <task status="">
                 Windows configuration (Registry wrapper)
+            </task>
+        </category>
+
+        <category name="Version 2.0" description="">
+            <task status="">
+                Polishing of involved interfaces
+            </task>
+            <task status="">
+                Use locators for loading and saving file-based configurations
+            </task>
+            <task status="">
+                Enhanced event handling
             </task>
         </category>