vgritsenko 2003/12/12 17:51:07
Modified: . status.xml .classpath java/scratchpad/ui-eclipse .classpath plugin.xml Log: Update libraries Revision Changes Path 1.16 +3 -0 xml-xindice/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/xml-xindice/status.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- status.xml 11 Dec 2003 15:45:56 -0000 1.15 +++ status.xml 13 Dec 2003 01:51:07 -0000 1.16 @@ -61,6 +61,9 @@ <!-- Add new releases here --> <release version="1.1-dev" date="December 11 2003"> <action dev="VG" type="fix" fixes-bug="21765"> + Upgrade libraries: Xerces to version 2.6.0, Xalan to version 2.5.2. + </action> + <action dev="VG" type="fix" fixes-bug="21765"> Change URLs in debug tool to "/xindice/?/db". </action> <action dev="VG" type="fix" fixes-bug="14846"> 1.9 +5 -5 xml-xindice/.classpath Index: .classpath =================================================================== RCS file: /home/cvs/xml-xindice/.classpath,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .classpath 4 Aug 2003 01:32:39 -0000 1.8 +++ .classpath 13 Dec 2003 01:51:07 -0000 1.9 @@ -2,18 +2,18 @@ <classpath> <classpathentry kind="src" path="java/src"/> <classpathentry kind="src" output="build/classes-tests" path="java/tests/src"/> - <classpathentry kind="src" output="build/classes-address" path="java/examples/Addressbook/src/java"/> + <classpathentry kind="src" output="build/classes-address" path="java/examples/addressbook/src/java"/> <classpathentry kind="src" output="build/classes-guide" path="java/examples/guide/src"/> <classpathentry exported="true" kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> - <classpathentry exported="true" kind="lib" path="java/lib/commons-logging-1.0.1.jar"/> - <classpathentry exported="true" kind="lib" path="java/lib/xalan-2.4.0.jar"/> - <classpathentry exported="true" kind="lib" path="java/lib/xerces-2.2.1.jar"/> + <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/xmlrpc-1.1.jar"/> - <classpathentry exported="true" kind="lib" path="java/lib/xml-apis-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"/> <classpathentry exported="true" kind="lib" path="tools/lib/junit-3.8.1.jar"/> <classpathentry exported="true" kind="lib" path="tools/lib/junitperf-1.8.jar"/> 1.8 +2 -2 xml-xindice/java/scratchpad/ui-eclipse/.classpath Index: .classpath =================================================================== RCS file: /home/cvs/xml-xindice/java/scratchpad/ui-eclipse/.classpath,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .classpath 27 Jun 2003 21:52:34 -0000 1.7 +++ .classpath 13 Dec 2003 01:51:07 -0000 1.8 @@ -2,9 +2,9 @@ <classpath> <classpathentry kind="src" path="src/"/> <classpathentry kind="lib" path="lib/dom4j-1.4-dev-8.jar"/> - <classpathentry kind="lib" path="lib/xerces-2.2.1.jar"/> + <classpathentry kind="lib" path="lib/xerces-2.6.0.jar"/> <classpathentry exported="true" kind="lib" path="lib/xindice-1.1b.jar"/> - <classpathentry kind="lib" path="lib/xml-apis-1.1.jar"/> + <classpathentry kind="lib" path="lib/xml-apis.jar"/> <classpathentry kind="lib" path="lib/xmldb-api-20021118.jar"/> <classpathentry kind="lib" path="lib/xmldb-api-sdk-20021118.jar"/> <classpathentry kind="lib" path="lib/xmldb-xupdate.jar"/> 1.9 +2 -2 xml-xindice/java/scratchpad/ui-eclipse/plugin.xml Index: plugin.xml =================================================================== RCS file: /home/cvs/xml-xindice/java/scratchpad/ui-eclipse/plugin.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- plugin.xml 7 Aug 2003 17:50:37 -0000 1.8 +++ plugin.xml 13 Dec 2003 01:51:07 -0000 1.9 @@ -10,11 +10,11 @@ <runtime> <library name="xindice.ui.eclipse.jar"/> <library name="lib/dom4j-1.4-dev-8.jar"/> - <library name="lib/xerces-2.2.1.jar"/> + <library name="lib/xerces-2.6.0.jar"/> <library name="lib/xindice-1.1b.jar"> <export name="*"/> </library> - <library name="lib/xml-apis-1.1.jar"/> + <library name="lib/xml-apis.jar"/> <library name="lib/xmldb-api-20021118.jar"/> <library name="lib/xmldb-api-sdk-20021118.jar"/> <library name="lib/xmldb-xupdate.jar"/>