Eclipse .project and .classpath files are XML files, and you can hook into
sbteclipse's generation process by using the classpathTransformerFactories
and projectTransformerFactories setting keys.
(The following Scala samples should be inside your project's Build.scala
file, or a plugin)
Let's say we want to add the com.example.nature nature to our project. The