aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2012-10-06 19:04:51 +0200
committerJakob Odersky <jodersky@gmail.com>2012-10-06 19:04:51 +0200
commitf47512f3b84fce4c561256c65e224d0b65405e2b (patch)
treed2d0e339ded2f8b92fd1288e157ec2a35e3b560d /project
parentbd16da96d89c391c07573b38d150b7c9df2b74be (diff)
downloadscalam-f47512f3b84fce4c561256c65e224d0b65405e2b.tar.gz
scalam-f47512f3b84fce4c561256c65e224d0b65405e2b.tar.bz2
scalam-f47512f3b84fce4c561256c65e224d0b65405e2b.zip
add initial files
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000..cbf2566
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,3 @@
+resolvers += Classpaths.typesafeResolver
+
+addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.0.0")