Skip to content

Commit

Permalink
[eclipse] Add the SRE in the classpath when not specified.
Browse files Browse the repository at this point in the history
see #233

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Nov 27, 2014
1 parent dc87222 commit 42a87aa
Show file tree
Hide file tree
Showing 5 changed files with 426 additions and 97 deletions.
5 changes: 5 additions & 0 deletions plugins/io.sarl.eclipse/src/io/sarl/eclipse/SARLConfig.java
Expand Up @@ -70,6 +70,11 @@ public final class SARLConfig {
*/
public static final String XTEXT_NATURE_ID = "org.eclipse.xtext.ui.shared.xtextNature"; //$NON-NLS-1$

/**
* ID of the project nature defined by Maven.
*/
public static final String MAVEN_NATURE_ID = "org.eclipse.m2e.core.maven2Nature"; //$NON-NLS-1$

/**
* ID of this nature.
*/
Expand Down
Expand Up @@ -34,6 +34,8 @@
public class Messages extends NLS {
private static final String BUNDLE_NAME = "io.sarl.eclipse.launching.messages"; //$NON-NLS-1$
public static String AgentTypeSearchEngine_0;
public static String JavaLocalApplicationLaunchConfigurationDelegate_Creating_source_locator____2;
public static String JavaLocalApplicationLaunchConfigurationDelegate_Verifying_launch_attributes____1;
public static String MainLaunchConfigurationTab_0;
public static String MainLaunchConfigurationTab_1;
public static String MainLaunchConfigurationTab_2;
Expand All @@ -53,6 +55,11 @@ public class Messages extends NLS {
public static String RuntimeEnvironmentTab_7;
public static String SARLLaunchConfigurationDelegate_0;
public static String SARLLaunchConfigurationDelegate_1;
public static String SARLLaunchConfigurationDelegate_2;
public static String SARLLaunchConfigurationDelegate_3;
public static String SARLLaunchConfigurationDelegate_4;
public static String SARLLaunchConfigurationDelegate_5;
public static String SARLLaunchConfigurationDelegate_6;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
Expand Down

0 comments on commit 42a87aa

Please sign in to comment.