Move altosui to the top level, placing libaltos inside it.
[fw/altos] / ao-tools / altosui / altosui-fat
diff --git a/ao-tools/altosui/altosui-fat b/ao-tools/altosui/altosui-fat
deleted file mode 100755 (executable)
index 95b1c05..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-me=`which "$0"`
-dir=`dirname "$me"`
-exec java -cp "$dir/*" -Djava.library.path="$dir" -jar "$dir"/altosui-fat.jar  "$@"