Search code examples
eclipsesubclipsemyeclipse

Include Run Configurations in SVN project in MyEclipse


How can I configure MyEclipse and the SVN plugin (Subclipse 4.3.3) so that my Run Configurations are included in the source code control. Every time a new developer checks out the project, he doesn't have the Run Configurations needed to test the application properly or to do the Maven packaging correctly.

Is there a way?


Solution

  • To share your run/launch configuration, go to the launch configuration (Run > Run Configurations...) tab Common for Save as choose Shared file (instead of Local file).

    In addition, you can choose to Display in favorites menu to add it to the drop-down of the corresponding button in the main toolbar.