blob: 44e891332f6e5a03f9d9ab36365b7a27a770ebf4 [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="Eclipse Java Debug">
<plugin id="org.eclipse.jdt.debug.ui" />
<package name="org.eclipse.jdt.debug.ui">
<type name="IJavaDebugUIConstants" implement="false"/>
<type name="JavaDebugUtils" subclass="false" instantiate="false"/>
<type name="JavaSourceLookupDialog" subclass="false" />
<type name="JavaUISourceLocator" subclass="false" />
</package>
<package name="org.eclipse.jdt.debug.ui.actions">
<type name="JavaBreakpointPropertiesRulerActionDelegate" subclass="false" instantiate="false"/>
</package>
<package name="org.eclipse.jdt.debug.ui.launchConfigurations">
<type name="AppletArgumentsTab" subclass="false" instantiate="true"/>
<type name="AppletMainTab" subclass="false" instantiate="true"/>
<type name="AppletParametersTab" subclass="false" instantiate="true"/>
<type name="JavaArgumentsTab" subclass="false" instantiate="true"/>
<type name="JavaClasspathTab" subclass="false" instantiate="true"/>
<type name="JavaConnectTab" subclass="false" instantiate="true"/>
<type name="JavaLaunchTab" subclass="true" instantiate="false"/>
<type name="JavaJRETab" subclass="false" instantiate="true"/>
<type name="JavaMainTab" subclass="false" instantiate="true"/>
<type name="JavaSourceLookupTab" subclass="false" instantiate="true"/>
</package>
<component-depends unrestricted="true"/>
</component>