Skip to main content
summaryrefslogblamecommitdiffstats
blob: fed3416eea589cce3e91a7aedcedfb5a0cf8dd00 (plain) (tree)
1
2
3
4
5




                                                                      
























































































                                                                                                 
<?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="Eclipse Platform Debug">
 <plugin id="org.eclipse.debug.ui" />

 <package name="org.eclipse.debug.ui">
 	<type name="AbstractBreakpointOrganizerDelegate" />
 	<type name="AbstractDebugView" />
 	<type name="AbstractLaunchConfigurationTab" />
 	<type name="AbstractLaunchConfigurationTabGroup" />
 	<type name="BreakpointTypeCategory" />
 	<type name="CommonTab" subclass="false" />
 	<type name="DebugElementWorkbenchAdapter" />
 	<type name="DebugUITools" instantiate="false" subclass="false" />
 	<type name="DeferredDebugElementWorkbenchAdapter" />
 	<type name="EnvironmentTab" subclass="false" />
 	<type name="IBreakpointOrganizerDelegate" />
 	<type name="IBreakpointTypeCategory" />
 	<type name="IDebugEditorPresentation" />
 	<type name="IDebugModelPresentation" />
 	<type name="IDebugUIConstants" implement="false" />
 	<type name="IDebugView" />
 	<type name="ILaunchConfigurationDialog" implement="false" />
 	<type name="ILaunchConfigurationTab" />
 	<type name="ILaunchConfigurationTabGroup" />
 	<type name="ILaunchGroup" implement="false" />
 	<type name="ILaunchShortcut" />
 	<type name="ISourcePresentation" />
 	<type name="IValueDetailListener" />
 	<type name="RefreshTab" subclass="false" />
 	<type name="StringVariableSelectionDialog" subclass="false" />
 </package>
 <package name="org.eclipse.debug.ui.actions">
	<type name="AbstractLaunchHistoryAction" />
	<type name="AbstractLaunchToolbarAction" />
	<type name="ContextualLaunchAction" />
	<type name="DebugAction" subclass="false" />
	<type name="ILaunchable" implement="false" />
	<type name="IRunToLineTarget" />
	<type name="IToggleBreakpointsTarget" />
	<type name="IToggleBreakpointsTargetExtension" />
	<type name="IVariableValueEditor" />
	<type name="LaunchAction" subclass="false" />
	<type name="LaunchAsAction" subclass="false" />
	<type name="LaunchShortcutsAction" />
	<type name="OpenLaunchDialogAction" subclass="false" />
	<type name="RulerToggleBreakpointActionDelegate" instantiate="false" subclass="false" />
	<type name="RunAction" subclass="false" />
	<type name="RunToLineActionDelegate" instantiate="false" subclass="false" />
	<type name="RunToLineHandler" subclass="false" />
	<type name="ToggleBreakpointAction" subclass="false" />
	<type name="ToggleMethodBreakpointActionDelegate" instantiate="false" subclass="false" />
	<type name="ToggleWatchpointActionDelegate" instantiate="false" subclass="false" />
 </package>
 <package name="org.eclipse.debug.ui.console">
	<type name="ConsoleColorProvider" />
	<type name="FileLink" subclass="false" />
	<type name="IConsole" implement="false" />
	<type name="IConsoleColorProvider" />
	<type name="IConsoleHyperlink" />
	<type name="IConsoleLineTracker" />
	<type name="IConsoleLineTrackerExtension" />
 </package>
 <package name="org.eclipse.debug.ui.memory">
	<type name="AbstractMemoryRendering" />
	<type name="AbstractMemoryRenderingBindingsProvider" />
	<type name="AbstractTableRendering" />
	<type name="AbstractTextRendering" />
	<type name="IMemoryBlockTablePresentation" />
	<type name="IMemoryRendering" />
	<type name="IMemoryRenderingBindingsListener" />
	<type name="IMemoryRenderingBindingsProvider" />
	<type name="IMemoryRenderingContainer" />
	<type name="IMemoryRenderingManager" implement="false" />
	<type name="IMemoryRenderingSite" />
	<type name="IMemoryRenderingSynchronizationService" />
	<type name="IMemoryRenderingType" />
	<type name="IMemoryRenderingTypeDelegate" />
	<type name="MemoryRenderingElement" />
 </package>
 <package name="org.eclipse.debug.ui.sourcelookup">
	<type name="AbstractSourceContainerBrowser" />
	<type name="ISourceContainerBrowser" />
	<type name="ISourceLookupResult" implement="false" />
	<type name="SourceLookupDialog" subclass="false" />
	<type name="SourceLookupTab" subclass="false" />
	<type name="WorkingSetSourceContainer" subclass="false" />
 </package>  
 
 <component-depends unrestricted="true"/>

</component>

Back to the top