mirror of
https://github.com/apache/poi.git
synced 2025-02-07 10:38:12 +00:00
Adjust view.sh for new location of jar-files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
51ddd29c15
commit
97a2923a05
2
view.sh
2
view.sh
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# find jar-file with highest version number
|
||||
for i in `ls build/dist/poi-*.jar | grep -v -- "-sources" | grep -v -- "-examples" | grep -v -- "-excelant" | grep -v -- "-ooxml" | grep -v -- "-javadoc"`;do
|
||||
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
|
||||
CP=$i:$CP
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user