From e7372565ef8bded3067066c8b769f4f71012baaa Mon Sep 17 00:00:00 2001 From: Lars Vogel Date: Thu, 23 Nov 2023 11:04:34 +0100 Subject: [PATCH] Fixed non-quotes element in TargetPlatform.md --- src/site/markdown/TargetPlatform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/TargetPlatform.md b/src/site/markdown/TargetPlatform.md index 9d64442ad7..def0bc8044 100644 --- a/src/site/markdown/TargetPlatform.md +++ b/src/site/markdown/TargetPlatform.md @@ -66,7 +66,7 @@ In order to add the content of a target definition file (see "Content" tab of th ``` -Since Tycho 0.17.0, it is also possible to configure multiple target files by specifying more than one reference. Tycho interprets these target files independently and in the same way as in Eclipse: Each of the configured target files need to resolve successfully when opened in the Eclipse Target Editor. Note that the use of this Tycho feature is limited because the Eclipse PDE currently does not support activating more than one target file at once (see bug 392652). +Since Tycho 0.17.0, it is also possible to configure multiple target files by specifying more than one `` reference. Tycho interprets these target files independently and in the same way as in Eclipse: Each of the configured target files need to resolve successfully when opened in the Eclipse Target Editor. Note that the use of this Tycho feature is limited because the Eclipse PDE currently does not support activating more than one target file at once (see bug 392652). Note: Tycho's interpretation of the target definition file format differs from the PDE in the following aspects: