sbt-eclipse icon indicating copy to clipboard operation
sbt-eclipse copied to clipboard

Need a way to automatically add org.eclipse.pde.PluginNature to an Eclipse project

Open sjmarotta opened this issue 9 years ago • 0 comments

I am using sbt to build an OSGi bundle. When I run sbteclipse, it creates the project for me with all of the dependencies, but I have to add the Plug-in nature myself. The documentation does not specify a way to include this in the configuration of the Eclipse project using sbt so that it can be added automatically.

sjmarotta avatar May 05 '16 14:05 sjmarotta