Removed eclipse configuration files#17
Removed eclipse configuration files#17fjodorver wants to merge 1 commit intoeclipse-archived:masterfrom
Conversation
Signed-off-by: Fjodor Vershinin <fjodor@vershinin.net>
|
Not totally sure that this is a good idea. If someone checks out the projects from Git and want to import it into a workspace, what should they do? Right now, they can just "Import as Existing Projects", but if we remove the Eclipse config files, this is no longer possible. |
|
My arguments would be:
|
|
I see your points and agree for the projects that are not Eclipse Plugin projects. Even though they have a pom.xml file and are build using Maven and Tycho, they should keep the metadata in order to get them imported nicely into Eclipse (and it doesn't make much sense to work on them using a different tool, since they are plugins for Eclipse only). For the other projects, I totally agree to your points. Would you change the PR in order to remove the above mentioned metadata only? That would be great. |
|
So, your proposal is to remove some entries from files, not whole files? |
|
No. My proposal was to remove the metadata files for those projects that are regular Maven projects and to not remove those metadata files for those projects that are Eclipse plug-in projects. Sorry for being too vage in my comment above... ;-) |
Here I removed eclipse configuration files in order to simplify commit stage