]> source.dussan.org Git - poi.git/commitdiff
Revert "Check if we did find jars in view.sh"
authorDominik Stadler <centic@apache.org>
Sun, 11 Dec 2016 21:16:34 +0000 (21:16 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 11 Dec 2016 21:16:34 +0000 (21:16 +0000)
This reverts commit e55fed6aeae9fccdbdd09bfa0b63768bc5481d89.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773703 13f79535-47bb-0310-9956-ffa450edef68

view.sh

diff --git a/view.sh b/view.sh
index 96b924c3dbdca7821bdb4375ec2739611d7c65e2..519956cdc61f8fc22e042d7eb65f40e0625fcdce 100755 (executable)
--- a/view.sh
+++ b/view.sh
@@ -4,13 +4,6 @@
 for i in `ls build/dist/poi-*.jar | grep -v -- "-sources" | grep -v -- "-examples" | grep -v -- "-excelant" | grep -v -- "-ooxml" | grep -v -- "-scratchpad"`;do
        CP=$i
 done
-
-if [ "$CP" = "" ]
-then
-       echo Did not find jar files in directory build/dist, please run target "jar"
-       exit 1
-fi
-
 echo Using jar $CP
 
 java -cp $CP org.apache.poi.hssf.dev.BiffViewer --escher "$@"