diff options
author | Dominik Stadler <centic@apache.org> | 2016-12-11 20:56:22 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-12-11 20:56:22 +0000 |
commit | d13aec5b25260ff276216a0549f5b328ee613b32 (patch) | |
tree | 6888fe80f001c61e305c33b774cd8ad786b72ff3 /BiffViewer.launch | |
parent | 2730a014b2f49663c355f08fd6891d86a1cfcc85 (diff) | |
download | poi-d13aec5b25260ff276216a0549f5b328ee613b32.tar.gz poi-d13aec5b25260ff276216a0549f5b328ee613b32.zip |
Add script to run BiffViewer
Set property to include escher-records in view.sh and add Launchconfig for BiffViewer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773609 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'BiffViewer.launch')
-rw-r--r-- | BiffViewer.launch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/BiffViewer.launch b/BiffViewer.launch new file mode 100644 index 0000000000..de070c9a61 --- /dev/null +++ b/BiffViewer.launch @@ -0,0 +1,16 @@ +<?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> |