mirror of
https://github.com/apache/poi.git
synced 2025-02-07 02:28:13 +00:00
Revert "Add script to convert PPT to PNGs"
This reverts commit 81beb58ab32078387afc546ff7d6bd287cbc799b. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868992 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1fde4f5a36
commit
820bf16347
@ -1,9 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# find jar-file with highest version number
|
||||
for i in `ls build/dist/poi-*.jar | grep -v -- "-sources" | grep -v -- "-excelant" | grep -v -- "-ooxml"`;do
|
||||
CP=$CP:$i
|
||||
done
|
||||
echo Using classpath $CP
|
||||
|
||||
java -cp $CP org.apache.poi.hslf.examples.PPT2PNG "$@"
|
Loading…
x
Reference in New Issue
Block a user