From ae0ea7b8ffeac5625e3d3a745af03707c67dd341 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 15 Feb 2013 17:17:44 +0100 Subject: [PATCH] Remove unused script. --- buildtools/Cmake/Scripts/test_java.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 buildtools/Cmake/Scripts/test_java.sh diff --git a/buildtools/Cmake/Scripts/test_java.sh b/buildtools/Cmake/Scripts/test_java.sh deleted file mode 100755 index 47002adb38..0000000000 --- a/buildtools/Cmake/Scripts/test_java.sh +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh -export LD_LIBRARY_PATH=$3/lib:$LD_LIBRARY_PATH -export JAVA_LIBRARY_PATH=:$3/lib:$JAVA_LIBRARY_PATH -cd $1 -echo "LD_LIBRARY_PATH = $LD_LIBRARY_PATH" -echo "JAVA_LIBRARY_PATH = $JAVA_LIBRARY_PATH" -pwd -echo "java -cp .:$3/simgrid.jar $2 *platform.xml *deployment.xml" -java -cp .:$3/simgrid.jar $2 *platform.xml *deployment.xml -- 2.20.1