SBT updates, fixed GWT test depends.
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
name := "jmustache"
|
seq(samskivert.POMUtil.pomToSettings("pom.xml") :_*)
|
||||||
|
|
||||||
version := "1.5-SNAPSHOT"
|
|
||||||
|
|
||||||
organization := "com.samskivert"
|
|
||||||
|
|
||||||
crossPaths := false
|
crossPaths := false
|
||||||
|
|
||||||
@@ -12,10 +8,7 @@ javacOptions ++= Seq(
|
|||||||
|
|
||||||
autoScalaLibrary := false // no scala-library dependency
|
autoScalaLibrary := false // no scala-library dependency
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test->default"
|
||||||
"junit" % "junit" % "4.+" % "test",
|
|
||||||
"com.novocode" % "junit-interface" % "0.7" % "test->default"
|
|
||||||
)
|
|
||||||
|
|
||||||
// filter the super-source directory from the build
|
// filter the super-source directory from the build
|
||||||
unmanagedSources in Compile ~= (_.filterNot(_.getPath.indexOf("com/samskivert/gwt") != -1))
|
unmanagedSources in Compile ~= (_.filterNot(_.getPath.indexOf("com/samskivert/gwt") != -1))
|
||||||
|
|||||||
@@ -42,6 +42,12 @@
|
|||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.gwt</groupId>
|
||||||
|
<artifactId>gwt-dev</artifactId>
|
||||||
|
<version>2.4.0</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.gwt</groupId>
|
<groupId>com.google.gwt</groupId>
|
||||||
<artifactId>gwt-user</artifactId>
|
<artifactId>gwt-user</artifactId>
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
libraryDependencies += "com.samskivert" % "sbt-pom-util" % "0.5"
|
||||||
Reference in New Issue
Block a user