-
Notifications
You must be signed in to change notification settings - Fork 3
/
BuggyHamsterGameApp.launch
18 lines (18 loc) · 1.48 KB
/
BuggyHamsterGameApp.launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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="/exercise-sheet-10-intern/src/main/java/de/unistuttgart/iste/rss/oo/hamstersimulator/sheet10/teacher/BuggyHamsterGameApp.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_EXCLUDE_TEST_CODE" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="de.unistuttgart.iste.rss.oo.hamstersimulator.sheet10.teacher.BuggyHamsterGameApp"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="exercise"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="exercise-sheet-10-intern"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
</launchConfiguration>