Formatting

This commit is contained in:
Viktor Klang 2010-08-09 10:09:26 +02:00
parent bc7326e9d6
commit d41f64df2f

View file

@ -723,7 +723,6 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
// ------------------------------------------------------------ // ------------------------------------------------------------
class AkkaDefaultProject(info: ProjectInfo, val deployPath: Path) extends DefaultProject(info) with DeployProject with OSGiProject class AkkaDefaultProject(info: ProjectInfo, val deployPath: Path) extends DefaultProject(info) with DeployProject with OSGiProject
} }
trait DeployProject { self: BasicScalaProject => trait DeployProject { self: BasicScalaProject =>