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:
162 bytes
|
Rev | Line | |
---|
[322] | 1 | #! /usr/bin/env sh |
---|
| 2 | |
---|
| 3 | echo "[info] Cleaning everything..." |
---|
| 4 | |
---|
| 5 | `dirname $0`/clean |
---|
| 6 | rm -rf `dirname $0`/../repository/* |
---|
| 7 | rm -rf `dirname $0`/sbt/boot |
---|
| 8 | |
---|
| 9 | echo "[info] Done!" |
---|
Note: See
TracBrowser
for help on using the repository browser.