diff --git a/build.sbt b/build.sbt index 50f58fb..a4347e2 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "logstation" -version := "0.3.8" +version := "0.3.9" scalaVersion := "2.10.4" @@ -18,8 +18,6 @@ assemblyMergeStrategy in assembly := { oldStrategy(x) } -seq(webSettings :_*) - resolvers ++= Seq( "Java.net Maven2 Repository" at "http://download.java.net/maven/2/" ) @@ -37,10 +35,10 @@ libraryDependencies ++= { Seq( "net.liftweb" %% "lift-webkit" % liftVersion % "compile", "net.liftmodules" %% "lift-jquery-module_2.6" % "2.9", - "org.eclipse.jetty" % "jetty-webapp" % "8.1.7.v20120910" % "compile,container,test", - "org.eclipse.jetty" % "jetty-plus" % "8.1.7.v20120910" % "container,test", // For Jetty Config + "org.eclipse.jetty" % "jetty-webapp" % "8.1.7.v20120910" % "compile,test", + "org.eclipse.jetty" % "jetty-plus" % "8.1.7.v20120910" % "test", // For Jetty Config "org.eclipse.jetty" % "jetty-servlets" % "8.1.7.v20120910", - "org.eclipse.jetty.orbit" % "javax.servlet" % "3.0.0.v201112011016" % "container,test" artifacts Artifact("javax.servlet", "jar", "jar"), + "org.eclipse.jetty.orbit" % "javax.servlet" % "3.0.0.v201112011016" % "test" artifacts Artifact("javax.servlet", "jar", "jar"), "ch.qos.logback" % "logback-classic" % "1.0.6", "org.specs2" %% "specs2" % "2.3.12" % "test" ) diff --git a/project/assembly.sbt b/project/assembly.sbt index 20861f2..09c90ca 100644 --- a/project/assembly.sbt +++ b/project/assembly.sbt @@ -1 +1 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.0") \ No newline at end of file +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6") \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 9c665af..a72d168 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ logLevel := Level.Warn -addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "0.7.0") \ No newline at end of file +addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.0.2") diff --git a/src/main/resources/webapp/js/LogStationScripts.js b/src/main/resources/webapp/js/LogStationScripts.js index 7391e47..aefd1d0 100644 --- a/src/main/resources/webapp/js/LogStationScripts.js +++ b/src/main/resources/webapp/js/LogStationScripts.js @@ -95,7 +95,7 @@ function addOrAppendLogMessage(logFile, logMessage) { if (logDiv.length) { // log file already exists, append message console.log("appending to " + logId + " the message " + logMessage); - logDiv.append("