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.
|
-
Property svn:executable set to
*
|
File size:
429 bytes
|
Line | |
---|
1 | #! /usr/bin/env sh |
---|
2 | |
---|
3 | echo "[info] Cleaning target directories..." |
---|
4 | |
---|
5 | rm -rf `dirname $0`/target |
---|
6 | rm -rf `dirname $0`/project/project |
---|
7 | rm -rf `dirname $0`/project/target |
---|
8 | rm -rf `dirname $0`/logs |
---|
9 | rm -rf `dirname $0`/src/anorm/target |
---|
10 | rm -rf `dirname $0`/src/play/target |
---|
11 | rm -rf `dirname $0`/src/templates/target |
---|
12 | rm -rf `dirname $0`/src/sbt-plugin/target |
---|
13 | rm -rf `dirname $0`/src/console/target |
---|
14 | rm -rf `dirname $0`/sbt/boot/scala-2.9.1/play |
---|
Note: See
TracBrowser
for help on using the repository browser.