sbt / sbt-eclipse

Plugin for sbt to create Eclipse project definitions
Apache License 2.0
717 stars 167 forks source link

Duplicate org.scala-ide.sdt.launching.SCALA_CONTAINER and org.scala-ide.sdt.launching.SCALA_COMPILER_CONTAINER in .classpath #196

Open alexeyr opened 10 years ago

alexeyr commented 10 years ago

When generating projects for a multi-project SBT build, I get two

<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>

and

<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_COMPILER_CONTAINER"/>

lines in .classpath in one of the projects (which depends on the other).

alexeyr commented 10 years ago

Still happens with SCALA_CONTAINER (but not SCALA_COMPILER_CONTAINER) in 2.5.0.