ADVARSEL: Dette udvidelsespunkt er forældet.
Brug ikke dette udvidelsespunkt, det vil blive fjernet i fremtidige
versioner af dette produkt.
Brug i stedet udvidelsespunktet
org.eclipse.ui.commands
<!ELEMENT extension (actionDefinition*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
navn CDATA #IMPLIED>
<!ELEMENT actionDefinition EMPTY>
<!ATTLIST actionDefinition
id CDATA #REQUIRED
name CDATA #IMPLIED
description CDATA #IMPLIED>
<udvidelsespunkt=
"org.eclipse.ui.actionDefinitions"
>
<actionDefinition id=
"org.eclipse.ui.file.save"
>
</actionDefinition>
<actionDefinition id=
"org.eclipse.ui.file.saveAll"
>
</actionDefinition>
<actionDefinition id=
"org.eclipse.ui.file.close"
>
</actionDefinition>
<actionDefinition id=
"org.eclipse.ui.file.closeAll"
>
</actionDefinition>
<actionDefinition id=
"org.eclipse.ui.file.print"
>
</actionDefinition>
</extension>
BEMÆRK - andre attributter kan blive tilføjet fremover efter behov.
Copyright (c) 2002, 2004 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html