Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added Sample Run Configuration.
  • Loading branch information
Luis A. Serrano committed Sep 25, 2015
1 parent 29bf7f2 commit 5c211a2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions AttitudeSimulator.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="/JAT/src/jat/application/AttitudeSimulator/AttitudeSimulator.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="jat.application.AttitudeSimulator.AttitudeSimulator"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="JAT"/>
</launchConfiguration>

0 comments on commit 5c211a2

Please sign in to comment.