Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.wst.common.frameworks/component.xml')
-rw-r--r--plugins/org.eclipse.wst.common.frameworks/component.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/plugins/org.eclipse.wst.common.frameworks/component.xml b/plugins/org.eclipse.wst.common.frameworks/component.xml
deleted file mode 100644
index 761526af5..000000000
--- a/plugins/org.eclipse.wst.common.frameworks/component.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?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>

Back to the top