summaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-03-12 10:45:10 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-03-12 14:25:15 -0700
commite39e0011bba5e2c9f5f81758a875312ed15d8194 (patch)
tree0ec352d3cf97a5f51512e884e2c6cdf04729899a /.mailmap
parent5262cd5422a49336a546b2ac08c307f2a0a9c606 (diff)
downloadscala-e39e0011bba5e2c9f5f81758a875312ed15d8194.tar.gz
scala-e39e0011bba5e2c9f5f81758a875312ed15d8194.tar.bz2
scala-e39e0011bba5e2c9f5f81758a875312ed15d8194.zip
update eclipse projects (partest, repl & scaladoc)
Since we've removed scala.annotations.serializable in 2.11, you'll need to following bandaid to use eclipse on master. This is the easiest fix, but certainly not recommended in general. ``` --- i/src/eclipse/scala-library/.classpath +++ w/src/eclipse/scala-library/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="library"/> - <classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/> + <classpathentry exported="true" kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/> ``` This corresponds to checking the export check box for the scala library jar in the library's build path.
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions