vgritsenko 2003/08/08 16:16:14
Modified: . status.xml
Log:
Document xindice.db.home property
Revision Changes Path
1.4 +7 -0 xml-xindice/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/xml-xindice/status.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- status.xml 7 Aug 2003 17:52:36 -0000 1.3
+++ status.xml 8 Aug 2003 23:16:14 -0000 1.4
@@ -60,6 +60,13 @@
<!-- Add new releases here -->
<release version="1.1-dev" date="August 6 2003">
<action dev="vg" type="update">
+ Added XINDICE_DB_HOME environment variable and
corresponding
+ xindice.db.home system property. This property takes
precedence
+ over db location preferred by the driver
(XindiceServlet prefers
+ WEB-INF filder and embedded driver prefers directory
of the
+ system.xml file).
+ </action>
+ <action dev="vg" type="update">
Update ant to version 1.5.3 and move it into
tools/ant/.
Build script modified to call ant script instead of
ant class.
Compilation from the Cygwin environment now working.