I have created a launch group configuration for launching a project in my current workspace.
Can i some how save the configuration along with the project so that it can be imported into another workspace ?
If no how can i create a launch-group configuration using a custom eclipse plugin ?
File -> Export... -> Run/Debug -> "Launch Configurations"
Then select the configurations you need to export.
File -> Import... -> Run/Debug -> "Launch Configurations"
Then select the configurations into "From Directory".
Example images are available here along with a sample .launch file.