Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 3efc32e8c8f57d9956d4640864ac0b27a3ae630a (plain) (tree)























                                                                      
<?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 UI Views">
 <plugin id="org.eclipse.ui.views" />

 <package name="org.eclipse.ui.views.contentoutline" >
   <type name="ContentOutline" instantiate="false" subclass="false"/>
 </package>

 <package name="org.eclipse.ui.views.properties" exclusive="false" >
   <type name="ColorPropertyDescriptor" subclass="false"/>
   <type name="ComboBoxPropertyDescriptor" subclass="false"/>
   <type name="IPropertySheetEntryListener" implement="false"/>
   <type name="PropertySheet" instantiate="false" subclass="false"/>
   <type name="PropertySheetPage" subclass="false"/>
   <type name="TextPropertyDescriptor" subclass="false"/>
 </package>

 <component-depends unrestricted="true"/>

</component>

Back to the top