Remove SBT build files.

Maven is the main way to build the project, let's avoid confusion.

Closes #184.
This commit is contained in:
Michael Bayne
2025-07-28 11:00:36 -07:00
parent 8d03c4dd5f
commit 06d29fa059
2 changed files with 0 additions and 18 deletions
-17
View File
@@ -1,17 +0,0 @@
seq(samskivert.POMUtil.pomToSettings("pom.xml") :_*)
crossPaths := false
javacOptions ++= Seq(
"-Xlint", "-Xlint:-serial", "-source", "1.6", "-target", "1.6"
)
autoScalaLibrary := false // no scala-library dependency
libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test->default"
// filter the super-source directory from the build
unmanagedSources in Compile ~= (_.filterNot(_.getPath.indexOf("com/samskivert/gwt") != -1))
// add our sources to the main jar file (including super-sources)
unmanagedResourceDirectories in Compile <+= baseDirectory / "src/main/java"
-1
View File
@@ -1 +0,0 @@
libraryDependencies += "com.samskivert" % "sbt-pom-util" % "0.6"