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,5 +0,0 @@
project.organization=se.scalablesolutions.akka
project.name=Akka Tutorial 1 SBT
project.version=1.1-SNAPSHOT
build.scala.versions=2.9.0.RC1
sbt.version=0.7.6.RC0

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"
}

View file

@ -1,5 +0,0 @@
project.organization=se.scalablesolutions.akka
project.name=Akka Tutorial 1 SBT
project.version=1.1-SNAPSHOT
build.scala.versions=2.9.0.RC1
sbt.version=0.7.6.RC0

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"
}