Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.2.0.beta1
-
None
-
None
Description
The latest beta (2.2.0b1) is continually rewriting the project's .classpath file. This is problematic for two reasons: 1) Our project is submitted to source control, so the rewriting causes a pending change for the .classpath file and 2) We are manually editing the .classpath file to add useful comments, which are being lost when the file is written again. Reverting to 2.1.0 and the issue goes away.