ant eclipse should setup default project formatting.
----------------------------------------------------
Key: LUCENE-3791
URL: https://issues.apache.org/jira/browse/LUCENE-3791
Project: Lucene - Java
Issue Type: Improvement
Components: general/build
Reporter: Dawid Weiss
Assignee: Dawid Weiss
Priority: Trivial
I admit it's selfish. I have a git workflow and I often do "git clean -xfd"
which restores a pristine state of the current branch (faster than ant clean
:). Unfortunately this also results in removal of Eclipse files. "ant eclipse"
doesn't reset formatting properly so I need to restore it manually.
This patch does two things:
- it sets project formatting automatically on "ant eclipse",
- it removes explicit Lucene-formatting.xml to avoid duplication (and potential
inconsistencies) between project-specific formatter rules contained in
org.eclipse.jdt.core.prefs and the formatter's XML. The XML can be exported
manually if needed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]