replace yui-compressor with a JS based solution, MKWS-337
[mkws-moved-to-github.git] / test / bin / yui-compressor
diff --git a/test/bin/yui-compressor b/test/bin/yui-compressor
deleted file mode 100755 (executable)
index c55de67..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# 
-# yui-compressor - dummy wrapper for missing java tool yui-compressor
-
-cat <<EOF >&2
-==>  Warning: the real program yui-compressor does not exists <==
-     will use cat(1) instead! 
-EOF
-
-cat "$@"
-