Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused script.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 15 Feb 2013 16:17:44 +0000 (17:17 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 15 Feb 2013 16:17:44 +0000 (17:17 +0100)
buildtools/Cmake/Scripts/test_java.sh [deleted file]

diff --git a/buildtools/Cmake/Scripts/test_java.sh b/buildtools/Cmake/Scripts/test_java.sh
deleted file mode 100755 (executable)
index 47002ad..0000000
+++ /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