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 00050f3 commit 03e0231
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rapla-source-1.8.2/RaplaStandaloneLoader.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="/rapla/src/org/rapla/bootstrap/RaplaStandaloneLoader.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="org.rapla.bootstrap.RaplaStandaloneLoader"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="rapla"/>
</launchConfiguration>

0 comments on commit 03e0231

Please sign in to comment.