Platform Ant Project New and Noteworthy for 3.2M5


Export to Ant buildfile

Exporting a Java project to an Ant buildfile has been improved. One of the notable changes is that the export no longer creates a build-user.xml file. Instead, user files are imported if marked with a the processing instruction: <?eclipse.ant.import?>. The <import> task is used instead of the dated "entity includes" reference;. See bug 122421 for full details of all the changes.

Ant launch configuration refactoring

Renaming buildfiles or renaming the projects containing buildfiles will correctly update the launch configurations associated with the buildfile.