build: update java-symbolsolver for linux

* java symbolsover update for linux
   * error_view temp image
   * log view added/errorlist
This commit is contained in:
Andreas Stallinger
2016-10-13 17:47:21 +02:00
parent 0f374c5455
commit f1be2222e3
6 changed files with 30 additions and 3 deletions
-3
View File
@@ -24,7 +24,6 @@ fi
ROOT_DIR=$ROOT_DIR/..
# Enter masterproject directory
cd $ROOT_DIR
@@ -52,7 +51,6 @@ elif [ $PLATFORM == "MacOS" ]; then
cp -r setup/jars/MacOSX/*.jar java_indexer/lib
fi
# Create Debug and Release folders
echo -e $INFO "create build folders"
@@ -64,7 +62,6 @@ mkdir -p bin/lib/Release
mkdir -p bin/test/Debug
mkdir -p bin/test/Release
# Copy necessary dynamic libraries to bin folder
if [ $PLATFORM == "Windows" ]; then
echo -e $INFO "copy dynamic libraries"