diff options
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> |