blob: 6a334bec7fadf0e610de776d11b94bfb276057f5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns="http://eclipse.org/component"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://eclipse.org/component ../component.xsd "
name="Platform Core Commands">
<plugin id="org.eclipse.core.commands" />
<package name="org.eclipse.core.commands" >
<type name="AbstractHandler"/>
<type name="Category"/>
<type name="CategoryEvent" subclass="false"/>
<type name="Command"/>
<type name="CommandEvent" subclass="false"/>
<type name="CommandManager"/>
<type name="CommandManagerEvent"/>
<type name="ExecutionEvent"/>
<type name="ExecutionException" subclass="false"/>
<type name="HandlerEvent" subclass="false"/>
<type name="ICategoryListener"/>
<type name="ICommandListener"/>
<type name="ICommandManagerListener"/>
<type name="IHandler"/>
<type name="IHandlerAttributes"/>
<type name="IHandlerListener"/>
<type name="IParameter"/>
<type name="IParameterValues"/>
<type name="NotHandledException" subclass="false"/>
<type name="Parameterization"/>
<type name="ParameterizedCommand"/>
<type name="ParameterValuesException"/>
</package>
<package name="org.eclipse.core.commands.common" >
<type name="AbstractBitSetEvent"/>
<type name="AbstractNamedHandleEvent"/>
<type name="CommandException" subclass="false"/>
<type name="HandleObject"/>
<type name="NamedHandleObject"/>
<type name="NotDefinedException" subclass="false"/>
</package>
<package name="org.eclipse.core.commands.contexts" >
<type name="Context"/>
<type name="ContextEvent"/>
<type name="ContextManager"/>
<type name="ContextManagerEvent"/>
<type name="IContextListener"/>
<type name="IContextManagerListener"/>
</package>
<package name="org.eclipse.core.commands.operations" >
<type name="AbstractOperation"/>
<type name="ContextConsultingOperationApprover"/>
<type name="DefaultOperationHistory"/>
<type name="IContextOperationApprover"/>
<type name="IHistoryNotificationAwareOperation"/>
<type name="IOperationApprover"/>
<type name="IOperationHistory"/>
<type name="IOperationHistoryListener"/>
<type name="IUndoableOperation"/>
<type name="IUndoContext"/>
<type name="LinearUndoEnforcer"/>
<type name="LinearUndoViolationDetector"/>
<type name="ObjectUndoContext"/>
<type name="OperationHistoryEvent"/>
<type name="OperationHistoryFactory"/>
<type name="OperationStatus"/>
<type name="UndoContext"/>
</package>
<component-depends unrestricted="true"/>
</component>