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
|
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns="http://eclipse.org/wtp/releng/tools/component-model" name="org.eclipse.wst.common.frameworks">
<description url=""></description>
<component-depends unrestricted="true"></component-depends>
<plugin id="org.eclipse.wst.common.frameworks" fragment="false"/>
<plugin id="org.eclipse.wst.common.frameworks.ui" fragment="false"/>
<plugin id="org.eclipse.wst.common.environment" fragment="false"/>
<package name="org.eclipse.wst.common.environment">
<type name="Choice" subclass="false" instantiate="false" />
<type name="EnvironmentException" subclass="false" instantiate="false" />
<type name="EnvironmentService" subclass="false" instantiate="false" />
<type name="IEnvironment" implement="false" />
<type name="ILog" implement="false" />
<type name="IStatusHandler" implement="false" />
<type name="NullStatusHandler" subclass="false" instantiate="false" />
<type name="StatusException" subclass="false" instantiate="false" />
</package>
<package name="org.eclipse.wst.common.environment.uri">
<type name="IURI" implement="false" />
<type name="IURIFactory" implement="false" />
<type name="IURIFilter" implement="false" />
<type name="IURIScheme" implement="false" />
<type name="IURIVisitor" implement="false" />
<type name="SimpleURIFactory" subclass="false" instantiate="false" />
<type name="URIException" subclass="false" instantiate="false" />
</package>
<package name="org.eclipse.wst.common.frameworks.datamodel"></package>
</component>
|