Last change
on this file since 322 was
322,
checked in by hendrikvanantwerpen, 13 years ago
|
Added Play! framework and application with Jena dependency. Working on
the basic things now (login/register), after that start implementing
our data model.
|
File size:
336 bytes
|
Line | |
---|
1 | // Comment to get more information during initialization |
---|
2 | logLevel := Level.Warn |
---|
3 | |
---|
4 | // The Typesafe repository |
---|
5 | resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/" |
---|
6 | |
---|
7 | // Use the Play sbt plugin for Play projects |
---|
8 | addSbtPlugin("play" % "sbt-plugin" % Option(System.getProperty("play.version")).getOrElse("2.0")) |
---|
Note: See
TracBrowser
for help on using the repository browser.