ndai | d0ec2ad | 2005-07-09 19:43:56 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <component xmlns="http://eclipse.org/wtp/releng/tools/component-model" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://eclipse.org/wtp/releng/tools/component-model ../component.xsd " |
| 5 | name="Eclipse Platform Resources"> |
| 6 | <plugin id="org.eclipse.core.resources" /> |
| 7 | <plugin id="org.eclipse.core.resources.win32" fragment="true" /> |
| 8 | <plugin id="org.eclipse.core.resources.linux" fragment="true" /> |
| 9 | <plugin id="org.eclipse.core.resources.hpux" fragment="true" /> |
| 10 | <plugin id="org.eclipse.core.resources.macosx" fragment="true" /> |
| 11 | <plugin id="org.eclipse.core.resources.qnx" fragment="true" /> |
| 12 | |
| 13 | <package name="org.eclipse.core.resources"> |
| 14 | <type name="ICommand" implement="false" /> |
| 15 | <type name="IContainer" implement="false" /> |
| 16 | <type name="IFile" implement="false" /> |
| 17 | <type name="IFileState" implement="false" /> |
| 18 | <type name="IFolder" implement="false" /> |
| 19 | <type name="IMarker" implement="false" /> |
| 20 | <type name="IMarkerDelta" implement="false" /> |
| 21 | <type name="IPathVariableChangeEvent" implement="false" /> |
| 22 | <type name="IPathVariableManager" implement="false" /> |
| 23 | <type name="IProject" implement="false" /> |
| 24 | <type name="IProjectDescription" implement="false" /> |
| 25 | <type name="IProjectNatureDescriptor" implement="false" /> |
| 26 | <type name="IResource" implement="false" /> |
| 27 | <type name="IResourceChangeEvent" implement="false" /> |
| 28 | <type name="IResourceDelta" implement="false" /> |
| 29 | <type name="IResourceProxy" implement="false" /> |
| 30 | <type name="IResourceRuleFactory" implement="false" /> |
| 31 | <type name="IResourceStatus" implement="false" /> |
| 32 | <type name="ISaveContext" implement="false" /> |
| 33 | <type name="ISavedState" implement="false" /> |
| 34 | <type name="ISynchronizer" implement="false" /> |
| 35 | <type name="IWorkspace" implement="false" /> |
| 36 | <type name="IWorkspaceDescription" implement="false" /> |
| 37 | <type name="IWorkspaceRoot" implement="false" /> |
| 38 | <type name="ResourcesPlugin" subclass="false" instantiate="false" /> |
| 39 | </package> |
| 40 | <package name="org.eclipse.core.resources.mapping"> |
| 41 | </package> |
| 42 | <package name="org.eclipse.core.resources.refresh"> |
| 43 | <type name="IRefreshResult" implement="false" /> |
| 44 | </package> |
| 45 | <package name="org.eclipse.core.resources.team"> |
| 46 | <type name="IResourceTree" implement="false" /> |
| 47 | </package> |
| 48 | |
| 49 | <component-depends unrestricted="true"/> |
| 50 | </component> |