mirror of https://github.com/apache/poi.git
Revert "Add script to run BiffViewer"
This reverts commit a7f97798f1ffa2e90daa570f244065e01ca931fc. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773715 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f745764a16
commit
cb52ea1383
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||
<listEntry value="/ApachePOI/src/java/org/apache/poi/hssf/dev/BiffViewer.java"/>
|
||||
</listAttribute>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
||||
<listEntry value="1"/>
|
||||
</listAttribute>
|
||||
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
|
||||
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
|
||||
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
|
||||
</listAttribute>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.poi.hssf.dev.BiffViewer"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="/tmp/45312.xls"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ApachePOI"/>
|
||||
</launchConfiguration>
|
9
view.sh
9
view.sh
|
@ -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 -- "-examples" | grep -v -- "-excelant" | grep -v -- "-ooxml" | grep -v -- "-scratchpad"`;do
|
||||
CP=$i
|
||||
done
|
||||
echo Using jar $CP
|
||||
|
||||
java -cp $CP org.apache.poi.hssf.dev.BiffViewer --escher "$@"
|
Loading…
Reference in New Issue