Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
don't need vscaladoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Oct 28, 2010
1 parent f3d3d40 commit f5a4225
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions project/build/ScalaJsonProject.scala
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import sbt._
import com.twitter.sbt._


class ScalaJsonProject(info: ProjectInfo) extends StandardProject(info) with SubversionPublisher {
val specs = buildScalaVersion match {
case "2.7.7" => "org.scala-tools.testing" % "specs" % "1.6.2.1" % "test"
case _ => "org.scala-tools.testing" %% "specs" % "1.6.5" % "test"
}

val vscaladoc = "org.scala-tools" % "vscaladoc" % "1.1-md-3"

override def subversionRepository = Some("http://svn.local.twitter.com/maven-public/")

override def disableCrossPaths = false
Expand Down

0 comments on commit f5a4225

Please sign in to comment.