Skip to content

Commit

Permalink
[eclipse] Re-enabling the source tab into the SARL launch configurati…
Browse files Browse the repository at this point in the history
…ons.

close #884

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Nov 23, 2018
1 parent 79c29bd commit fb7e37e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/coreplugins/io.sarl.eclipse/plugin.xml
Expand Up @@ -175,6 +175,7 @@
modes="debug, run"
name="%launch.agent"
public="true"
sourceLocatorId="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"
sourcePathComputerId="org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer">
</launchConfigurationType>
<launchConfigurationType
Expand All @@ -185,6 +186,7 @@
modes="debug, run"
name="%launch.application"
public="true"
sourceLocatorId="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"
sourcePathComputerId="org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer">
</launchConfigurationType>
</extension>
Expand Down

0 comments on commit fb7e37e

Please sign in to comment.