forked from gilnoh/HunspellJNA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TestDictionary.launch
17 lines (17 loc) · 1.1 KB
/
TestDictionary.launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/HunspellJNA/java-test/dk/dren/hunspell/TestDictionary.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</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"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="dk.dren.hunspell.TestDictionary"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="HunspellJNA"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Droot=/usr/local/Cellar/hunspell/1.3.2/share"/>
</launchConfiguration>