jdt-core-home/tools/diff/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (download) (as text) (annotate)
Mon Feb 24 18:14:24 2003 UTC (6 years, 9 months ago) by oliviert
Branch: MAIN
Changes since 1.2: +1 -1 lines
Update tools
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <title>JDT Core Component Development Resources</title>
<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Back to <a href="../../dev.html">JDT Core Component Development Resources page</a>.
<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">Diff tool</font></font></b></td>
</tr>

<tr>
<td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>

<td WIDTH="98%"><b>Purpose</b>
<p>The Eclipse distribution diff tool is a command line tool which compares two Eclipse based 
distributions and creates a report of the differences between them. It performs differences on
the structure of class files, but not the contents of methods. This gives the user an idea of 
what changed structurally between two builds, without having to wade through source changes.
Although the Eclipse distribution diff tool reads Eclipse distributions, it is not an Eclipse 
application.</p>
</td>
</tr>

<tr>
<td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>

<td WIDTH="98%"><b>Install</b>
  <ul>
  <li>Download the tool <a href="diff-200302241156.zip">diff-200302241156.zip</a>.</li>
<li>Extract the download file on your hard drive and read the README.html file. It describes its usage.</li>
</td>
</tr>
<tr>
<td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>

<td WIDTH="98%"><b>Examples of generated reports</b>
<p><a href="examples/index.html">Generated report</a></p>
</td>
</tr>
</table>

</body>
</html>