Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
3.1
-
New, Patch Available
Description
The "eclipse" Ant target creates a .classpath file, but not a .project file, so the user has to create an Eclipse project in a separate step. Creating a .project file (if it doesn't exist yet) would make it easier for Eclipse users to build Lucene.
Patch looks good. I see that you copy .project w/ overwrite=false, which is good.
If there are no objections, I will commit it tomorrow.