You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2004/02/06 14:09:32 UTC

cvs commit: xml-xindice .classpath status.xml

vgritsenko    2004/02/06 05:09:32

  Modified:    .        .classpath status.xml
  Log:
  Update XUpdate implementation
  
  Revision  Changes    Path
  1.10      +4 -4      xml-xindice/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/xml-xindice/.classpath,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- .classpath	13 Dec 2003 01:51:07 -0000	1.9
  +++ .classpath	6 Feb 2004 13:09:31 -0000	1.10
  @@ -8,10 +8,10 @@
       <classpathentry exported="true" kind="lib" path="java/lib/commons-logging-1.0.3.jar"/>
       <classpathentry exported="true" kind="lib" path="java/lib/xalan-2.5.2.jar"/>
       <classpathentry exported="true" kind="lib" path="java/lib/xerces-2.6.0.jar"/>
  -    <classpathentry exported="true" kind="lib" path="java/lib/xmldb-api-20021118.jar"/>
  -    <classpathentry exported="true" kind="lib" path="java/lib/xmldb-api-sdk-20021118.jar"/>
  -    <classpathentry exported="true" kind="lib" path="java/lib/xmldb-common.jar"/>
  -    <classpathentry exported="true" kind="lib" path="java/lib/xmldb-xupdate.jar"/>
  +    <classpathentry exported="true" kind="lib" path="java/lib/xmldb-api-20030701.jar"/>
  +    <classpathentry exported="true" kind="lib" path="java/lib/xmldb-api-sdk-20030701.jar"/>
  +    <classpathentry exported="true" kind="lib" path="java/lib/xmldb-common-20030701.jar"/>
  +    <classpathentry exported="true" kind="lib" path="java/lib/xmldb-xupdate-20040205.jar"/>
       <classpathentry exported="true" kind="lib" path="java/lib/xmlrpc-1.1.jar"/>
       <classpathentry exported="true" kind="lib" path="java/lib/xml-apis.jar"/>
       <classpathentry exported="true" kind="lib" path="java/lib/servlet-2.3.jar"/>
  
  
  
  1.27      +3 -0      xml-xindice/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/status.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- status.xml	6 Feb 2004 13:05:56 -0000	1.26
  +++ status.xml	6 Feb 2004 13:09:31 -0000	1.27
  @@ -61,6 +61,9 @@
       <changes>
           <release version="1.1b4-dev" date="February 6 2004">
               <action dev="VG" type="update">
  +                Lexus, XUpdate implementation, updated to the current CVS version
  +            </action>
  +            <action dev="VG" type="update">
                   Embedded driver supports two configuration variables (see javadoc
                   for details), and multiple database instances (see system.xml for an
                   example).