Skip to content

Commit

Permalink
Have the play script do a better check as to whether project is actua…
Browse files Browse the repository at this point in the history
…lly a play project.
  • Loading branch information
benmccann committed May 18, 2012
1 parent ae32dfb commit 98aff0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play
Expand Up @@ -13,7 +13,7 @@ else
JAVA=$JAVA_HOME/bin/java JAVA=$JAVA_HOME/bin/java
fi fi


if [ -f conf/application.conf -o -f conf/reference.conf ]; then if grep -q "addSbtPlugin(\"play\"" project/plugins.sbt; then
if test "$1" = "clean-all"; then if test "$1" = "clean-all"; then
rm -rf target rm -rf target
rm -rf tmp rm -rf tmp
Expand Down

0 comments on commit 98aff0f

Please sign in to comment.