From a82cfe0984b61479711143e8cf90ae63e4162ee8 Mon Sep 17 00:00:00 2001 From: softprops Date: Tue, 12 Jun 2012 01:39:37 -0400 Subject: [PATCH] reenable ls and gen version info --- plugin/src/main/ls/0.1.2.json | 33 +++++++++++++++++++++++++++++++++ project/build.scala | 8 ++++---- project/plugins.sbt | 2 +- 3 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 plugin/src/main/ls/0.1.2.json diff --git a/plugin/src/main/ls/0.1.2.json b/plugin/src/main/ls/0.1.2.json new file mode 100644 index 0000000..1caa33e --- /dev/null +++ b/plugin/src/main/ls/0.1.2.json @@ -0,0 +1,33 @@ +{ + "organization" : "me.lessis", + "name" : "ls-sbt", + "version" : "0.1.2", + "description" : "An sbt interface for ls.implicit.ly", + "site" : "http://ls.implicit.ly/", + "tags" : [ "ls", "plugin", "sbt" ], + "docs" : "http://ls.implicit.ly/#publishing", + "resolvers" : [ "http://repo.codahale.com" ], + "dependencies" : [ { + "organization" : "me.lessis", + "name" : "pj", + "version" : "0.1.0" + }, { + "organization" : "net.liftweb", + "name" : "lift-json_2.9.1", + "version" : "2.4" + }, { + "organization" : "me.lessis", + "name" : "ls", + "version" : "0.1.2" + }, { + "organization" : "org.scala-sbt", + "name" : "scripted-sbt", + "version" : "0.12.0-RC1" + } ], + "scalas" : [ "2.9.2" ], + "licenses" : [ { + "name" : "MIT", + "url" : "https://github.com/softprops/ls/blob/0.1.2/LICENSE" + } ], + "sbt" : true +} \ No newline at end of file diff --git a/project/build.scala b/project/build.scala index 8a87c8d..782f157 100644 --- a/project/build.scala +++ b/project/build.scala @@ -2,7 +2,7 @@ import sbt._ import Keys._ object Build extends sbt.Build { - //import ls.Plugin._ + import ls.Plugin._ object Resolvers { val coda = "coda" at "http://repo.codahale.com" @@ -63,13 +63,13 @@ object Build extends sbt.Build { publishTo := Some(Classpaths.sbtPluginReleases), publishMavenStyle := false, description := "An sbt interface for ls.implicit.ly" - ) ++ ScriptedPlugin.scriptedSettings /* ++ lsSettings ++ Seq( + ) ++ ScriptedPlugin.scriptedSettings ++ lsSettings ++ Seq( LsKeys.tags in LsKeys.lsync := Seq("ls", "plugin", "sbt"), externalResolvers in LsKeys.lsync := Seq( "coda" at "http://repo.codahale.com" ), - LsKeys.docsUrl in LsKeys.lsync := Some(url("http://ls.implicit.ly/#publishing")), - )*/)// dependsOn(lib) + LsKeys.docsUrl in LsKeys.lsync := Some(url("http://ls.implicit.ly/#publishing")) + ))// dependsOn(lib) lazy val app = Project("app", file("app"), settings = buildSettings ++ diff --git a/project/plugins.sbt b/project/plugins.sbt index ae971bf..040002e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers ++= Seq( //Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns) ) -//addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.1") +addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.2") //addSbtPlugin("net.databinder" % "conscript-plugin" % "0.3.3")