mirror of https://github.com/apache/poi.git
Add launchconfig for coverage
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773608 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5c36d8f0ec
commit
2730a014b2
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
|
||||
<booleanAttribute key="com.mountainminds.eclemma.core.INPLACE_INSTRUMENTATION" value="false"/>
|
||||
<listAttribute key="com.mountainminds.eclemma.core.INSTRUMENTATION_PATHS">
|
||||
<listEntry value="/commons-dost/build/eclipse"/>
|
||||
</listAttribute>
|
||||
<listAttribute key="com.mountainminds.eclemma.core.SCOPE_IDS">
|
||||
<listEntry value="=ApachePOI/src\/excelant\/java"/>
|
||||
<listEntry value="=ApachePOI/src\/scratchpad\/src"/>
|
||||
<listEntry value="=ApachePOI/src\/ooxml\/java"/>
|
||||
<listEntry value="=ApachePOI/src\/java"/>
|
||||
</listAttribute>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||
<listEntry value="/ApachePOI"/>
|
||||
</listAttribute>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
||||
<listEntry value="4"/>
|
||||
</listAttribute>
|
||||
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
|
||||
<listEntry value="com.mountainminds.eclemma.ui.launchGroup.coverage"/>
|
||||
</listAttribute>
|
||||
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/>
|
||||
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
|
||||
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
|
||||
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="${java_type_name}"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ApachePOI"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea"/>
|
||||
</launchConfiguration>
|
Loading…
Reference in New Issue