source: Dev/branches/play-2.0.1/framework/cleanEverything @ 322

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