Skip to main content
summaryrefslogtreecommitdiffstats
blob: e68c3cd21a5cac4f035c0b17d0b47d7a8ff7096f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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 Core Variables">
 <plugin id="org.eclipse.core.variables" />

 <package name="org.eclipse.core.variables">
 	<type name="IDynamicVariable" implement="false" />
 	<type name="IDynamicVariableResolver" />
 	<type name="IStringVariable" implement="false" />
 	<type name="IStringVariableManager" implement="false" />
 	<type name="IValueVariable" implement="false" />
 	<type name="IValueVariableInitializer" />
 	<type name="IValueVariableListener" />
 	<type name="VariablesPlugin" instantiate="false" subclass="false" />
 </package>
 
 <component-depends unrestricted="true"/>

</component>

Back to the top