aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2016-12-11 21:16:38 +0000
committerDominik Stadler <centic@apache.org>2016-12-11 21:16:38 +0000
commit72a557d5a89185770b233ccdfd977f9a57c502bf (patch)
treec3d229d9d5ddacb539f06b6a5255dec3a7c2bb5f
parentcd796d39736a05e99e3f479150c93fab615b3466 (diff)
downloadpoi-72a557d5a89185770b233ccdfd977f9a57c502bf.tar.gz
poi-72a557d5a89185770b233ccdfd977f9a57c502bf.zip
Revert "Add launchconfig to run OOXMLLite with correct arguments in Eclipse"
This reverts commit e1c9dc6dbeaf1bb38e7c5070282e949bbb9eb52b. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773704 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--OOXMLLite.launch13
1 files changed, 0 insertions, 13 deletions
diff --git a/OOXMLLite.launch b/OOXMLLite.launch
deleted file mode 100644
index 5242e37bdb..0000000000
--- a/OOXMLLite.launch
+++ /dev/null
@@ -1,13 +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/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>