Skip to content

Commit

Permalink
Make the required changes to let us create releases
Browse files Browse the repository at this point in the history
  • Loading branch information
johanoskarsson committed Jun 6, 2012
1 parent e9ee209 commit 25aae4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name := "Zipkin"

version := "0.1.0"
name := "zipkin"

organization := "com.twitter"

Expand Down
5 changes: 5 additions & 0 deletions project/Project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ object Zipkin extends Build {
id = "zipkin-hadoop",
base = file("zipkin-hadoop"),
settings = Project.defaultSettings ++ StandardProject.newSettings ++ assemblySettings).settings(
name := "zipkin-hadoop",
version := "0.1.0-SNAPSHOT",
libraryDependencies ++= Seq(
"com.twitter" % "scalding_2.9.1" % "0.5.3",
"com.twitter.elephantbird" % "elephant-bird-cascading2" % "3.0.0",
Expand Down Expand Up @@ -54,6 +56,7 @@ object Zipkin extends Build {
SubversionPublisher.newSettings ++
CompileThrift.newSettings).settings(
name := "zipkin-test",
version := "0.1.0-SNAPSHOT",
libraryDependencies ++= Seq(
/* Test dependencies */
"org.scala-tools.testing" % "specs_2.9.1" % "1.6.9" % "test",
Expand All @@ -74,6 +77,7 @@ object Zipkin extends Build {
SubversionPublisher.newSettings ++
CompileThrift.newSettings).settings(
name := "zipkin-thrift",
version := "0.1.0-SNAPSHOT",

libraryDependencies ++= Seq(
"org.apache.thrift" % "libthrift" % "0.5.0",
Expand All @@ -96,6 +100,7 @@ object Zipkin extends Build {
SubversionPublisher.newSettings ++
CompileThriftScrooge.newSettings).settings(
name := "zipkin-server",
version := "0.1.0-SNAPSHOT",

libraryDependencies ++= Seq(
"com.twitter" % "cassie-core" % CASSIE_VERSION intransitive(),
Expand Down

0 comments on commit 25aae4a

Please sign in to comment.