Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added Run Configuration.
  • Loading branch information
Luis A. Serrano committed Sep 25, 2015
1 parent 915c961 commit d041298
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions SweetHome3D/SweetHome3D.launch
@@ -0,0 +1,15 @@
<?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="/SweetHome3D/src/com/eteks/sweethome3d/SweetHome3D.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="com.eteks.sweethome3d.SweetHome3D"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="SweetHome3D"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Djava.ext.dirs=lib/windows/x64;lib"/>
</launchConfiguration>

0 comments on commit d041298

Please sign in to comment.