Skip to content

Commit e666332

Browse files
committed
Both command.id and override.command shouldn't reference a command id
- Both allow a serialized command and the override.command even allows a pattern so validation produces warnings for those usages because they are expecting only a simple id reference to a command.
1 parent efcafa4 commit e666332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ua/org.eclipse.ui.intro.quicklinks/schema/quicklinks.exsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The Quicklinks is experimental component and is not yet considered API.
6464
The command identifier to be invoked. The command can also be a serialized command to encode command parameters (see ParameterizedCommand#serialize() for details).
6565
</documentation>
6666
<appinfo>
67-
<meta.attribute kind="identifier" basedOn="org.eclipse.ui.commands/command/@id"/>
67+
<meta.attribute kind="identifier"/>
6868
</appinfo>
6969
</annotation>
7070
</attribute>
@@ -218,7 +218,7 @@ If &quot;close&quot; then the Welcome/Intro will be closed.
218218
The command identifier as referenced in a &amp;lt;quicklink&amp;gt; element. The command can also be a serialized command to encode command parameters (see ParameterizedCommand#serialize() for details). The command may include simple &apos;*&apos; wildcards to match any substring. For example, &lt;code&gt;org.eclipse.ui.newWizard*&lt;/code&gt; will match any &quot;New&quot; wizard definitions.
219219
</documentation>
220220
<appinfo>
221-
<meta.attribute kind="identifier" basedOn="org.eclipse.ui.commands/command/@id"/>
221+
<meta.attribute kind="identifier"/>
222222
</appinfo>
223223
</annotation>
224224
</attribute>

0 commit comments

Comments
 (0)