To deploy a launch configuration:
Type a directory in the Export Directory group. This is the folder where all relevant resources are exported.
If you select Copy external JAR files, all JAR files part of your launch configuration classpath will be copied into the export directory.
In the Export Options group, select either Deploy RCP application or Deploy JAR file.
Here is the structure of the deployed configuration in the export directory:
<export directory>/ mdworkbench.exe or eclipse.exe (the launcher) configuration/ plugins/ <Eclipse and EMF core plugins> (org.eclipse.*) <MDWorkbench engine plugins> (com.sodius.mdw.core.*) <Metamodel and connector plugins> (com.sodius.mdw.metamodel.*) workspace/ .metadata/ <MyLaunchName>/ <MyLaunchName>.classpath (classpath to launch the configuration) <MyLaunchName>.jar (Java archive which contains the deployed MDWorkbench project) <MyLaunchName>.launch (launch definition, with determine the ruleset and models to use)
<export directory>/ <MyLaunchName>.classpath (classpath to launch the configuration) <MyLaunchName>.jar (Java archive which contains the deployed MDWorkbench project) <MyLaunchName>.launch (launch definition, with determine the ruleset and models to use)
Customizing the deployed Launch Configuration
Creating a launch configuration
Running a deployed launch configuration