Added akka-sample-ants as a sample showcasing STM and Transactors

This commit is contained in:
Jonas Bonér 2010-05-24 15:53:17 +02:00
parent 3aaaf94a7f
commit d51c82047c
7 changed files with 338 additions and 2 deletions

View file

@ -1,6 +1,8 @@
import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val databinderRepo = "Databinder Repository" at "http://databinder.net/repo"
val spdeSbt = "us.technically.spde" % "spde-sbt-plugin" % "0.4.1"
// val repo = "GH-pages repo" at "http://mpeltonen.github.com/maven/"
// val idea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.1-SNAPSHOT"
}