summaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/binref/compilejava.in
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus_test/src/binref/compilejava.in')
-rwxr-xr-xmessagebus_test/src/binref/compilejava.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/messagebus_test/src/binref/compilejava.in b/messagebus_test/src/binref/compilejava.in
deleted file mode 100755
index 3dca3c2f3db..00000000000
--- a/messagebus_test/src/binref/compilejava.in
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-unset VESPA_LOG_TARGET
-CLASSPATH=@PROJECT_SOURCE_DIR@/messagebus/target/messagebus-jar-with-dependencies.jar
-CLASSPATH=$CLASSPATH:@PROJECT_SOURCE_DIR@/component/target/component.jar
-CLASSPATH=$CLASSPATH:.
-
-if [ $# -lt 1 ]; then
- echo "usage: compilejava file ..."
- exit 1
-fi
-exec javac -d . -classpath $CLASSPATH "$@"