File: component.xml

package info (click to toggle)
eclipse-wtp 3.35-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,860 kB
  • sloc: java: 215,049; xml: 3,946; sh: 70; makefile: 9
file content (31 lines) | stat: -rw-r--r-- 1,586 bytes parent folder | download | duplicates (5)
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>