Skip to content

Instantly share code, notes, and snippets.

@rajeshpv
Created July 21, 2010 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajeshpv/484632 to your computer and use it in GitHub Desktop.
Save rajeshpv/484632 to your computer and use it in GitHub Desktop.
import sbt._
class MyProject(info: ProjectInfo) extends DefaultProject(info)
//with de.element34.sbteclipsify.Eclipsify
//with IdeaProject
{
lazy val hi = task { println("hi Task"); None }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment