In which file eclipse “deployment assembly” configurations are at?

前端 未结 2 1407
轻奢々
轻奢々 2021-02-20 14:59

I can\'t seem to find this configuration at .project file. I am looking for a way to change this setting programmatically as \"I don\'t know why\" my eclipse is losing this conf

2条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-20 15:40

    I faced the same problem and the reason being that the file .settings/org.eclipse.wst.common.component contained entries added by Git. On removing them, and restarting the eclipse worked for me.

提交回复
热议问题