Skip to content

Commit

Permalink
Misc: N levels configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoxmed committed Feb 2, 2018
1 parent 62e49ad commit 0c4988c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions N_levels.launch
Original file line number Diff line number Diff line change
@@ -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="/LS_mxc/src/fr/tpt/s3/ls_mxc/alloc/Main.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="fr.tpt.s3.ls_mxc.alloc.Main"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-d -n -i btests/nlevels1.xml"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="LS_mxc"/>
</launchConfiguration>

0 comments on commit 0c4988c

Please sign in to comment.