You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2006/11/22 05:21:38 UTC

svn commit: r478026 - /xerces/java/trunk/docs/install.xml

Author: mrglavas
Date: Tue Nov 21 20:21:38 2006
New Revision: 478026

URL: http://svn.apache.org/viewvc?view=rev&rev=478026
Log:
Updating installation document for Xerces 2.9.0. There are several new files.
The ISSUES, TODO and STATUS which were previously included in the source
distribution have been removed. They were horribly out of date and no longer
relevant.

Modified:
    xerces/java/trunk/docs/install.xml

Modified: xerces/java/trunk/docs/install.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/install.xml?view=diff&rev=478026&r1=478025&r2=478026
==============================================================================
--- xerces/java/trunk/docs/install.xml (original)
+++ xerces/java/trunk/docs/install.xml Tue Nov 21 20:21:38 2006
@@ -49,6 +49,18 @@
     <td>License for the XML Commons Resolver</td>
    </tr>
    <tr>
+    <td>NOTICE.resolver.txt</td>
+    <td>NOTICE file for the XML Commons Resolver</td>
+   </tr>
+   <tr>
+    <td>LICENSE.serializer.txt</td>
+    <td>License for the Apache Xalan serializer</td>
+   </tr>
+   <tr>
+    <td>NOTICE.serializer.txt</td>
+    <td>NOTICE file for the Apache Xalan serializer</td>
+   </tr>
+   <tr>
     <td>LICENSE-SAX.html</td>
     <td>SAX License</td>
    </tr>
@@ -66,8 +78,13 @@
    </tr>
    <tr>
     <td>resolver.jar</td>
-    <td>Jar file containing the XML Commons Resolver. Currently,
-    Resolver 1.1 is distributed with &ParserName;.</td>
+    <td>Jar file containing the XML Commons Resolver. Currently
+    Resolver 1.2 is distributed with &ParserName;.</td>
+   </tr>
+   <tr>
+    <td>serializer.jar</td>
+    <td>Jar file containing the Apache Xalan serializer. Currently
+    the serializer included in Xalan 2.7.1 is distributed with &ParserName;.</td>
    </tr>
    <tr>
     <td>xercesImpl.jar</td>
@@ -77,7 +94,7 @@
    <tr>
     <td>xml-apis.jar</td>
     <td>Jar file containing all the standard APIs implemented by
-    the parser.  Currently, &ParserName; supports DOM level 3, SAX
+    the parser.  Currently &ParserName; supports DOM level 3, SAX
     2.0.2, and the <code>javax.xml.datatype</code>, 
     <code>javax.xml.parsers</code> and <code>javax.xml.validation</code> 
     parts of JAXP 1.3.</td>
@@ -131,6 +148,18 @@
     <td>License for the XML Commons Resolver</td>
    </tr>
    <tr>
+    <td>NOTICE.resolver.txt</td>
+    <td>NOTICE file for the XML Commons Resolver</td>
+   </tr>
+   <tr>
+    <td>LICENSE.serializer.txt</td>
+    <td>License for the Apache Xalan serializer</td>
+   </tr>
+   <tr>
+    <td>NOTICE.serializer.txt</td>
+    <td>NOTICE file for the Apache Xalan serializer</td>
+   </tr>
+   <tr>
     <td>LICENSE-SAX.html</td>
     <td>SAX License</td>
    </tr>
@@ -163,18 +192,6 @@
     <td>Web page redirect required for building documentation</td>
    </tr>
    <tr>
-    <td>STATUS</td>
-    <td>Current source code status information</td>
-   </tr>
-   <tr>
-    <td>TODO</td>
-    <td>Current list of "todo" items</td>
-   </tr>
-   <tr>
-    <td>ISSUES</td>
-    <td>Current open issues that need to be resolved</td>
-   </tr>
-   <tr>
     <td>data/</td>
     <td>Directory containing sample XML data files</td>
    </tr>
@@ -189,8 +206,7 @@
    <tr>
     <td>src/</td>
     <td>
-     Directory containing source code for parser and supplemental 
-     APIs
+     Directory containing source code for parser and supplemental APIs
     </td>
    </tr>
   </table>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org