cleanup build script

This commit is contained in:
fjy 2014-08-01 13:49:06 -07:00
parent 2d0b478977
commit 6d48ffddc5
1 changed files with 0 additions and 6 deletions

View File

@ -25,9 +25,3 @@ echo " "
echo " The following self-contained jars (and more) have been built:" echo " The following self-contained jars (and more) have been built:"
echo " " echo " "
find . -name '*-selfcontained.jar' find . -name '*-selfcontained.jar'
echo " "
echo "For examples, see: "
echo " "
ls -1 examples/*/*sh
echo " "
echo "See also http://druid.io/docs/latest"