From 92574653404eaa177c6d3e522a43cef3ce1dba3a Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 14 Aug 2011 09:58:27 -0700 Subject: [PATCH] Preparing to branch. --- README | 7 +------ bin/{util.sh => git-util.sh} | 0 bin/{xsbt => sbt-runner} | 0 3 files changed, 1 insertion(+), 6 deletions(-) rename bin/{util.sh => git-util.sh} (100%) rename bin/{xsbt => sbt-runner} (100%) diff --git a/README b/README index 6068779c1..3adaf4e9c 100644 --- a/README +++ b/README @@ -1,7 +1,2 @@ -This is a skeleton project for sbt. +This is a more capable runner for sbt, as well as a template sbt project. -Simple usage: - - bin/sbt-setup my-fancy-project - -That's it. Start hacking. \ No newline at end of file diff --git a/bin/util.sh b/bin/git-util.sh similarity index 100% rename from bin/util.sh rename to bin/git-util.sh diff --git a/bin/xsbt b/bin/sbt-runner similarity index 100% rename from bin/xsbt rename to bin/sbt-runner