Skip to content

Commit

Permalink
[split] scrooge-runtime 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Cloud committed Aug 10, 2011
1 parent fc86c94 commit 8a40c61
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 137 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions project/build/Project.scala
Expand Up @@ -133,14 +133,6 @@ class Project(info: ProjectInfo) extends StandardParentProject(info)
"finagle-commons-stats", "finagle-commons-stats",
new CommonsStatsProject(_), coreProject)

/**
* finagle-scrooge contains runtime classes for scrooge generated
* thrift structs and services.
*/
val scroogeProject = project(
"finagle-scrooge", "finagle-scrooge",
new ScroogeProject(_), thriftProject)

trait Defaults
extends ProjectDependencies
with DefaultRepos
Expand Down Expand Up @@ -280,7 +272,4 @@ class Project(info: ProjectInfo) extends StandardParentProject(info)
override def compileOrder = CompileOrder.JavaThenScala
val commonsStats = "com.twitter.common" % "stats" % "0.0.16"
}

class ScroogeProject(info: ProjectInfo) extends StandardProject(info)
with Defaults
}

0 comments on commit 8a40c61

Please sign in to comment.