Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e84d1def67aa60daf7d740bfb6f3dfe70ccfc610 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?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="DebugPopup" instantiate="false"/>
 	<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= "IInstructionPointerPresentation" />
 	<type name="ILaunchConfigurationDialog" implement="false" />
 	<type name="ILaunchConfigurationTab" />
 	<type name="ILaunchConfigurationTabGroup" />
 	<type name="ILaunchGroup" implement="false" />
 	<type name="ILaunchShortcut" />
 	<type name="InspectPopupDialog" subclass="false"/>
 	<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="AddMemoryRenderingActionDelegate" instantiate="false" subclass="false" />
	<type name="ContextualLaunchAction" />
	<type name="DebugAction" subclass="false" />
	<type name="ExportBreakpointsOperation" subclass="false" />
	<type name="IAddMemoryBlocksTarget" />
	<type name="IAddMemoryRenderingsTarget" />
	<type name="ILaunchable" implement="false" />
	<type name="ImportBreakpointsOperation" subclass="false" />
	<type name="IRunToLineTarget" />
	<type name="IToggleBreakpointsTarget" />
	<type name="IToggleBreakpointsTargetExtension" />
	<type name="IVariableValueEditor" />
	<type name="IWatchExpressionFactoryAdapter" />
	<type name="IWatchExpressionFactoryAdapterExtension" />
	<type name="LaunchAction" subclass="false" />
	<type name="LaunchAsAction" subclass="false" />
	<type name="LaunchShortcutsAction" />
	<type name="OpenLaunchDialogAction" subclass="false" />
	<type name="RulerBreakpointAction" instantiate="false" subclass="true" />
	<type name="RulerEnableDisableBreakpointActionDelegate" instantiate="false" 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="IResettableMemoryRendering" />
	<type name="MemoryRenderingElement" />
 </package>
 <package name="org.eclipse.debug.ui.sourcelookup">
	<type name="AbstractSourceContainerBrowser" />
	<type name="CommonSourceNotFoundEditor" />
	<type name="CommonSourceNotFoundEditorInput" />
	<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