Remove project definitions in tutorials

They get picked up by sbt when running publish, confusing the versions.
Projects are defined in the main akka project.
This commit is contained in:
Peter Vlugter 2011-04-12 17:32:59 +12:00
parent 8b3051226a
commit c308e88856
4 changed files with 0 additions and 22 deletions

View file

@ -1,6 +0,0 @@
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"
}