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