Revert "Enhance view.sh for HWPF/doc files"
This reverts commit 05ff0b5a3317d10d10df516aeb2e7a1349b871c0. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773682 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e6e63fbcbc
commit
722956d182
11
view.sh
11
view.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# find jar-file with highest version number
|
# 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/poi-*.jar | grep -v -- "-sources" | grep -v -- "-examples" | grep -v -- "-excelant" | grep -v -- "-ooxml" | grep -v -- "-scratchpad" | grep -v -- "-javadoc"`;do
|
||||||
CP=$i:$CP
|
CP=$i:$CP
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -13,11 +13,4 @@ fi
|
|||||||
|
|
||||||
echo Using jar $CP
|
echo Using jar $CP
|
||||||
|
|
||||||
file=$1
|
|
||||||
echo Found extension ${file: -4}
|
|
||||||
if [ ${file: -4} == ".doc" ]
|
|
||||||
then
|
|
||||||
java -cp $CP org.apache.poi.hwpf.dev.HWPFLister "$@" --pictures --escher
|
|
||||||
else
|
|
||||||
java -cp $CP org.apache.poi.hssf.dev.BiffViewer --escher "$@"
|
java -cp $CP org.apache.poi.hssf.dev.BiffViewer --escher "$@"
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user