Hi

I need to exclude a jar file from the generated .classpath, so I've added

configurations {
    scalaLibrary
}

dependencies {
  scalaLibrary "org.scala-lang:scala-library:$scalaVersion"
}

eclipse {
  classpath {
    containers "org.scala-ide.sdt.launching.SCALA_CONTAINER"
    minusConfigurations += configurations.scalaLibrary
  }
}

yet, scala-library still shows up in the generated .classpath (I'm on
1.0-m8). I think this used to work, but now I'm not sure....

Any hints

/Jeppe

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to