platform-core-home/plan_xerces.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (download) (as text) (annotate)
Wed Jun 11 20:18:14 2003 UTC (6 years, 5 months ago) by dj
Branch: MAIN
Changes since 1.1: +1 -1 lines
*** empty log message ***
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
   <title>Platform/Core Component Planning Details</title>
<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
</head>
<body text="#000000" bgcolor="#FFFFFF">
&nbsp;
<table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" >
  <tr> 
    <td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">Platform/Core 
      Component Planning Details</font></font></b></td>
  </tr>
  <tr> 
    <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="Adarrow.gif" BORDER=0 height=16 width=16></td>
    <td> 
      <p><b><a name="xerces"></a>Remove Dependancy on Xerces </b>(bugs <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=37696">37696</a>, 
        <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=36112">36112</a>)</p>
      <p><i>Checklist:</i></p>
      <ul type="circle">
        <li>Create new XML plug-in containing the XML Pull APIs.</li>
        <li>Remove plug-in dependancies from org.eclipse.core.runtime and org.eclipse.core.resources.</li>
        <li>Add new dependancy to new XML plug-in.</li>
        <li>Replace org.eclipse.core.internal.plugins.PluginParser with a new 
          parser using the new APIs.</li>
        <li>Replace org.eclipse.core.internal.resources.WorkspaceDescriptionReader 
          with new reader based on new APIs.</li>
        <li>Check test suites.</li>
        <li>Verify new work by completely removing the Xerces plug-in from the 
          environment.</li>
        <li>Educate Platform/UI and other teams in SDK who rely on Xerces with 
          knowledge of new APIs.</li>
      </ul>
    </td>
  </tr>
  <tr> </tr>
</table>

</body>
</html>