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:
242 bytes
|
Line | |
---|
1 | import sbt._ |
---|
2 | import Keys._ |
---|
3 | |
---|
4 | import PlayProject._ |
---|
5 | |
---|
6 | object ApplicationBuild extends Build { |
---|
7 | |
---|
8 | val appName = "zentask" |
---|
9 | val appVersion = "1.0" |
---|
10 | |
---|
11 | val main = PlayProject(appName, appVersion, mainLang = SCALA) |
---|
12 | |
---|
13 | } |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.