-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adapt launch config samples for Eclipse 2024-03 as "Running TP"
Adapt predefined Target Platforms to avoid Xtext errors (LcDSL) when building within Eclipse (PDE build), even if launching the samples works with "Eclipse for Committers" as Target Platform only.
- Loading branch information
Showing
6 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
eclipse configuration TEA-Sample-IDE : TEA-Sample-Base { | ||
product org.eclipse.sdk.ide; | ||
product org.eclipse.platform.ide; | ||
|
||
optional feature org.eclipse.e4.tools.spies.feature; | ||
optional feature org.eclipse.tea.samples.all; | ||
|
||
plugin org.eclipse.ui.ide.application; | ||
plugin org.eclipse.platform; | ||
|
||
workspace "${workspace_loc}/runtime-ws/tea-ide"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters