added first and second parts of Pi tutorial for both Scala and Java

This commit is contained in:
Jonas Bonér 2011-04-05 17:28:16 +02:00
parent 3827a895b8
commit ca1fc49758
10 changed files with 272 additions and 33 deletions

View file

@ -0,0 +1,6 @@
import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val akkaRepo = "Akka Repo" at "http://akka.io/repository"
val akkaPlugin = "se.scalablesolutions.akka" % "akka-sbt-plugin" % "1.1-SNAPSHOT"
}