summaryrefslogtreecommitdiffstats
path: root/yolean/README.sh
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-07-13 12:02:36 +0200
committergjoranv <gv@verizonmedia.com>2022-07-13 12:02:36 +0200
commitb79afc3d2a9d4a0ed64c9a70edd101cc752533da (patch)
tree2f6eccb83a33ab5e605317f3bbcd7b42f0c163d3 /yolean/README.sh
parentb1c741e102711830fa2fe0caa4908b76274aa9b2 (diff)
Remove yolean.
Diffstat (limited to 'yolean/README.sh')
-rwxr-xr-xyolean/README.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/yolean/README.sh b/yolean/README.sh
deleted file mode 100755
index 628d5a6a2dd..00000000000
--- a/yolean/README.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-if [ -z ${VERSION} ]; then
- echo "Environment VERSION not set." >&2
- exit 1;
-fi
-cat <<EOF
-
-Yolean is a collection of Java utility classes that may be useful
-across various products. INclusion here has a higher threshold than
-vespajlib.
-
-EOF