mirror of https://github.com/apache/druid.git
cleanup build script
This commit is contained in:
parent
2d0b478977
commit
6d48ffddc5
6
build.sh
6
build.sh
|
@ -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"
|
|
||||||
|
|
Loading…
Reference in New Issue