Back to JDT Core Component Development Resources page.
The 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 does not compare resources (.properties, .gif, .jpg files etc.). This gives the user an idea of what changed between two builds, without having to wade through source changes.
Install the Distribution Diff Tool using the update manager in Eclipse. The
URL for the update site is:
Once you have installed the Distribution Diff Tool, read the README.html located in the docs subdirectory of the com.min.oti.distributiondiff_3.0.0 plugin.
To run the tool, check the README.html file.