Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed Run Configuration.
  • Loading branch information
Luis A. Serrano committed Sep 25, 2015
1 parent a61c4ff commit 98fc122
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Impro-Visor/ImproVisor.launch
@@ -0,0 +1,14 @@
<?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="/Impro-Visor/src/imp/ImproVisor.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="imp.ImproVisor"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Impro-Visor"/>
</launchConfiguration>

0 comments on commit 98fc122

Please sign in to comment.