Skip to content

Commit

Permalink
Rename zipkin-scribe to zipkin-collector-scribe
Browse files Browse the repository at this point in the history
This is a part of #152

Author: @franklinhu
Fixes #156
URL: #156
  • Loading branch information
Franklin Hu committed Sep 20, 2012
1 parent cf778db commit 5b21868
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/Project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Zipkin extends Build {
Project(
id = "zipkin",
base = file(".")
) aggregate(hadoop, hadoopjobrunner, test, thrift, server, common, scrooge, scribe, web, cassandra, collectorCore)
) aggregate(hadoop, hadoopjobrunner, test, thrift, server, common, scrooge, collectorScribe, web, cassandra, collectorCore)


lazy val hadoop = Project(
Expand Down Expand Up @@ -121,7 +121,7 @@ object Zipkin extends Build {
name := "zipkin-test",
version := "0.3.0-SNAPSHOT",
libraryDependencies ++= testDependencies
) dependsOn(server, scribe)
) dependsOn(server, collectorScribe)

lazy val thrift =
Project(
Expand Down Expand Up @@ -273,10 +273,10 @@ object Zipkin extends Build {
}
).dependsOn(common, scrooge, cassandra)

lazy val scribe =
lazy val collectorScribe =
Project(
id = "zipkin-scribe",
base = file("zipkin-scribe"),
id = "zipkin-collector-scribe",
base = file("zipkin-collector-scribe"),
settings = Project.defaultSettings ++
StandardProject.newSettings ++
SubversionPublisher.newSettings ++
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5b21868

Please sign in to comment.