© Markus Duft 2018
Markus DuftEclipse TEA Revealedhttps://doi.org/10.1007/978-1-4842-4093-9_14

14. LcDsl Integration

Markus Duft1 
(1)
Peggau, Steiermark, Austria
 

LcDsl1 (the Launch Configuration DSL) provides an alternative way to define launch configurations.

Writing a Launch Configuration

A typical LcDsl launch configuration for an Eclipse application looks like the one shown in Listing 14-1.
eclipse configuration Ch14_S01 {
      product org.eclipse.sdk.ide;
      feature org.eclipse.sdk;
      workspace "${workspace_loc}/runtime-ch14s01";
}
Listing 14-1

An Example LcDsl Launch Configuration

Note

For a full functional description of LcDsl, please see its official documentation at https://github.com/mduft/lcdsl . For simplicity’s sake, we’ll just assume ...

Get Eclipse TEA Revealed: Building Plug-ins and Creating Extensions for Eclipse now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.