Skip to content

Instantly share code, notes, and snippets.

@pboos
Created November 8, 2012 13:05
Show Gist options
  • Save pboos/4038679 to your computer and use it in GitHub Desktop.
Save pboos/4038679 to your computer and use it in GitHub Desktop.
Lift Tutorial 1: Development Environment Setup
import sbt._
import de.element34.sbteclipsify._
class LiftProject(info: ProjectInfo) extends DefaultWebProject(info) with Eclipsify {
import sbt._
class MySbtProjectPlugins(info: ProjectInfo) extends PluginDefinition(info) {
lazy val eclipse = "de.element34" % "sbt-eclipsify" % "0.7.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment