jdt-core-home/r2.0/main.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28, Wed Sep 10 15:05:39 2003 UTC revision 1.29, Thu Nov 4 21:08:21 2004 UTC
# Line 11  Line 11 
11    
12  <table border=0 cellspacing=5 cellpadding=2 width="100%" >  <table border=0 cellspacing=5 cellpadding=2 width="100%" >
13    <tr>    <tr>
14      <td align=left width="72%"> <font class=indextop> jdt core R2.0.x <br>      <td align=left width="72%"> <font class=indextop> jdt core R2.0.x</font><br>
15        <font class=indexsub> java development tooling core </font></td>        <font class=indexsub> java development tooling core </font></td>
16      <td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg" height=86 width=120></td>      <td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg" height=86 width=120></td>
17    </tr>    </tr>
# Line 100  Line 100 
100  <li>  <li>
101  JavaModel</li>  JavaModel</li>
102    
103  <ul>  </ul>
104  <li>  <li>
105  performance</li>  performance</li>
106  </ul>  </ul>
# Line 494  Line 494 
494          Patch resolving classpath validation defficiencies which could affect clients sharing Java projects using 2.1 classpath enhancements (like nested source folders). Also addressed          Patch resolving classpath validation defficiencies which could affect clients sharing Java projects using 2.1 classpath enhancements (like nested source folders). Also addressed
495          rare scenario where Java builder could incorrectly discard all files in a project (need some direct edit of .classpath file to make output be project + shutdown/restart).          rare scenario where Java builder could incorrectly discard all files in a project (need some direct edit of .classpath file to make output be project + shutdown/restart).
496          <br>Also see corresponding <a href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.jdt.core/buildnotes_jdt-core.html?rev=1.1075.2.40&content-type=text/plain">build notes</a>.          <br>Also see corresponding <a href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.jdt.core/buildnotes_jdt-core.html?rev=1.1075.2.40&content-type=text/plain">build notes</a>.
497      <br>This patch can be applied by expanding the zip archive into the <code><install>/eclipse/plugins/</code> directory      <br>This patch can be applied by expanding the zip archive into the <code>&lt;install&gt;/eclipse/plugins/</code> directory
498      <br> NOTE: Plug-in revision ID is now "2.0.4".      <br> NOTE: Plug-in revision ID is now "2.0.4".
499           In case this plug-in revision does not match the one currently installed,           In case this plug-in revision does not match the one currently installed,
500           the JDT feature may require to be edited accordingly (in <code><install>/eclipse/features/org.eclipse.jdt_2.0.x/feature.xml</code>,           the JDT feature may require to be edited accordingly (in <code>&lt;install&gt;/eclipse/features/org.eclipse.jdt_2.0.x/feature.xml</code>,
501           change the version to <code>"2.0.4"</code> for plugin which id is <code>"org.eclipse.jdt.core"</code>).           change the version to <code>"2.0.4"</code> for plugin which id is <code>"org.eclipse.jdt.core"</code>).
502          </td>          </td>
503  </tr>  </tr>

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29