]> source.dussan.org Git - poi.git/commitdiff
Revert "Add script to convert PPT to PNGs"
authorDominik Stadler <centic@apache.org>
Sun, 11 Dec 2016 21:16:46 +0000 (21:16 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 11 Dec 2016 21:16:46 +0000 (21:16 +0000)
This reverts commit ac02737d95fd9698768322098477a3e1b0d2bfff.

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

ppt2png.sh [deleted file]

diff --git a/ppt2png.sh b/ppt2png.sh
deleted file mode 100755 (executable)
index eb14b37..0000000
+++ /dev/null
@@ -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 "$@"