Skip to content

Commit

Permalink
Work around sbt/sbt#647 by using sbt-escalante git repo instead of ma…
Browse files Browse the repository at this point in the history
…ven dependency.
  • Loading branch information
arashi01 authored and galderz committed Apr 4, 2013
1 parent 9440118 commit 10941a3
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 27 deletions.
9 changes: 0 additions & 9 deletions helloworld-lift/project/build.sbt

This file was deleted.

13 changes: 13 additions & 0 deletions helloworld-lift/project/project/Plugins.scala
@@ -0,0 +1,13 @@
import sbt._
import Keys._

object Plugins extends Build {

lazy val pluginProject = Project("plugins", file(".")).settings(
resolvers ++= Seq(
"JBoss repository" at "http://repository.jboss.org/nexus/content/groups/public/",
"Project Odd repository" at "http://repository-projectodd.forge.cloudbees.com/upstream/")
).dependsOn(sbtEscalante)

lazy val sbtEscalante = uri("git://github.com/escalante/sbt-escalante.git#0.1.2")
}
9 changes: 0 additions & 9 deletions library-lift-jpa/project/build.sbt

This file was deleted.

13 changes: 13 additions & 0 deletions library-lift-jpa/project/project/Plugins.scala
@@ -0,0 +1,13 @@
import sbt._
import Keys._

object Plugins extends Build {

lazy val pluginProject = Project("plugins", file(".")).settings(
resolvers ++= Seq(
"JBoss repository" at "http://repository.jboss.org/nexus/content/groups/public/",
"Project Odd repository" at "http://repository-projectodd.forge.cloudbees.com/upstream/")
).dependsOn(sbtEscalante)

lazy val sbtEscalante = uri("git://github.com/escalante/sbt-escalante.git#0.1.2")
}
9 changes: 0 additions & 9 deletions persistence-lift/project/build.sbt

This file was deleted.

13 changes: 13 additions & 0 deletions persistence-lift/project/project/Plugins.scala
@@ -0,0 +1,13 @@
import sbt._
import Keys._

object Plugins extends Build {

lazy val pluginProject = Project("plugins", file(".")).settings(
resolvers ++= Seq(
"JBoss repository" at "http://repository.jboss.org/nexus/content/groups/public/",
"Project Odd repository" at "http://repository-projectodd.forge.cloudbees.com/upstream/")
).dependsOn(sbtEscalante)

lazy val sbtEscalante = uri("git://github.com/escalante/sbt-escalante.git#0.1.2")
}

0 comments on commit 10941a3

Please sign in to comment.