From b451020c366c8e393cea13270b79ee12fc648f10 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 11 Dec 2016 21:14:54 +0000 Subject: [PATCH] Revert "Adjust view.sh for new location of jar-files" This reverts commit 70a5ab1d5bc88f6ec3d2fbd26206c204e7f2a8ff. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773679 13f79535-47bb-0310-9956-ffa450edef68 --- view.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.sh b/view.sh index 5f52467ad2..8eb31ca43a 100755 --- a/view.sh +++ b/view.sh @@ -1,7 +1,7 @@ #!/bin/bash # find jar-file with highest version number -for i in `ls build/dist/maven/*/poi-*.jar | grep -v -- "-sources" | grep -v -- "-examples" | grep -v -- "-excelant" | grep -v -- "-ooxml" | grep -v -- "-javadoc"`;do +for i in `ls build/dist/poi-*.jar | grep -v -- "-sources" | grep -v -- "-examples" | grep -v -- "-excelant" | grep -v -- "-ooxml" | grep -v -- "-javadoc"`;do CP=$i:$CP done -- 2.39.5