summaryrefslogtreecommitdiffstats
path: root/OOXMLLite.launch
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2016-12-11 20:57:08 +0000
committerDominik Stadler <centic@apache.org>2016-12-11 20:57:08 +0000
commitd96c33d93f5fba2c96d6218b4b778d4ea4df7265 (patch)
treeb6da0a6eb6187c48eee26cbfe5ce24a27311d546 /OOXMLLite.launch
parent1c8e9a29c0ff07b1eb5af16ec4676e0ae901deca (diff)
downloadpoi-d96c33d93f5fba2c96d6218b4b778d4ea4df7265.tar.gz
poi-d96c33d93f5fba2c96d6218b4b778d4ea4df7265.zip
Add launchconfig to run OOXMLLite with correct arguments in Eclipse
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773620 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'OOXMLLite.launch')
-rw-r--r--OOXMLLite.launch13
1 files changed, 13 insertions, 0 deletions
diff --git a/OOXMLLite.launch b/OOXMLLite.launch
new file mode 100644
index 0000000000..5242e37bdb
--- /dev/null
+++ b/OOXMLLite.launch
@@ -0,0 +1,13 @@
+<?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/ooxml/java/org/apache/poi/util/OOXMLLite.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.poi.util.OOXMLLite"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-ooxml build/ooxml-lite-merged/ooxml-lite-merged.jar -test build/ooxml-test-classes -dest build/ooxml-lite-classes"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ApachePOI"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-javaagent:/opt/file-leak-detector/target/file-leak-detector-1.9-SNAPSHOT-jar-with-dependencies.jar=http=19998,strong,excludes=file-leak-detector.exclude,dumpatshutdown"/>
+</launchConfiguration>