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

Commit

Permalink
Removed lessis
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Radley committed Nov 18, 2013
1 parent 22b93af commit 6fcdb60
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 273 deletions.
1 change: 0 additions & 1 deletion build.sbt

This file was deleted.

14 changes: 1 addition & 13 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object ProjectBuild extends Build {

lazy val buildVersion = "1.4.0-SNAPSHOT"

lazy val root = Project(id = "play-plugins-salat", base = file("."), settings = Project.defaultSettings ++ Publish.settings ++ Ls.settings).settings(
lazy val root = Project(id = "play-plugins-salat", base = file("."), settings = Project.defaultSettings ++ Publish.settings).settings(
organization := "se.radley",
description := "MongoDB Salat plugin for PlayFramework 2",
version := buildVersion,
Expand Down Expand Up @@ -56,15 +56,3 @@ object Publish {
</developers>)
)
}

object Ls {

import _root_.ls.Plugin.LsKeys._

lazy val settings = _root_.ls.Plugin.lsSettings ++ Seq(
(description in lsync) := "MongoDB Salat plugin for Play Framework 2.x",
licenses in lsync <<= licenses,
(tags in lsync) := Seq("play", "playframework", "salat", "mongo", "casbah", "object document mapping", "ODM", "mapper"),
(docsUrl in lsync) := Some(new URL("https://github.com/leon/play-salat"))
)
}
9 changes: 1 addition & 8 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
resolvers ++= Seq(
"less is" at "http://repo.lessis.me",
"coda" at "http://repo.codahale.com"
)

addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.2")

addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1")

addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.3")
26 changes: 0 additions & 26 deletions src/main/ls/1.0.2.json

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/ls/1.0.3.json

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/ls/1.0.4.json

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/ls/1.0.5.json

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/ls/1.0.6.json

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/ls/1.0.7.json

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/ls/1.0.8.json

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/ls/1.0.9.json

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/ls/1.1.json

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/ls/1.2.json

This file was deleted.

0 comments on commit 6fcdb60

Please sign in to comment.