Author: vgritsenko
Date: Thu Aug 9 07:20:45 2007
New Revision: 564212
URL: http://svn.apache.org/viewvc?view=rev&rev=564212
Log:
mark completed items
Modified:
xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml
Modified: xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml
URL:
http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml?view=diff&rev=564212&r1=564211&r2=564212
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml Thu Aug 9
07:20:45 2007
@@ -54,16 +54,16 @@
<title>Xindice 1.2 Release Plan</title>
<ul>
<li>
- <strong>Java</strong> Revisit minimum JDK requirement. [VG]
+ <strong>Java</strong> Revisit minimum JDK requirement. [VG] (Done)
</li>
<li>
<strong>Database Lock</strong> Place a lock on database files using
Java 1.4 APIs to prevent separate processes from working on the same
- database.
+ database. (Done)
</li>
<li>
<strong>WebAdmin</strong> Integrate new WebDAV capable WebAdmin into
- the main codebase, instead of ugly debug tool.
+ the main codebase, instead of ugly debug tool. (Done)
</li>
<li>
<strong>XML-RPC</strong> Update to XML-RPC release 3.0 or newer.