File: component.xml

package info (click to toggle)
eclipse-platform 4.29-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 70,168 kB
  • sloc: java: 524,463; xml: 64,602; javascript: 4,902; jsp: 4,210; ansic: 870; makefile: 38
file content (85 lines) | stat: -rw-r--r-- 2,993 bytes parent folder | download | duplicates (4)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8"?>

<!--
    Copyright (c) 2005, 2011 IBM Corporation and others.

    This program and the accompanying materials
    are made available under the terms of the Eclipse Public License 2.0
    which accompanies this distribution, and is available at
    https://www.eclipse.org/legal/epl-2.0/

    SPDX-License-Identifier: EPL-2.0
   
    Contributors:
        IBM Corporation - initial API and implementation
 -->

<component xmlns="http://eclipse.org/component"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://eclipse.org/component ../component.xsd "
   name="Compare Support">
 <plugin id="org.eclipse.compare" />

 <package name="org.eclipse.compare">
   <type name= "BufferedContent"/>
   <type name= "CompareConfiguration"/>
   <type name= "CompareEditorInput"/>
   <type name= "CompareUI" subclass="false" instantiate="false"/>
   <type name= "CompareViewerPane"/>
   <type name= "CompareViewerSwitchingPane"/>
   <type name= "EditionSelectionDialog" subclass="false"/>
   <type name= "HistoryItem" subclass="false"/>
   <type name= "ICompareNavigator"/>
   <type name= "IContentChangeListener"/>
   <type name= "IContentChangeNotifier"/>
   <type name= "IEditableContent"/>
   <type name= "IEncodedStreamContentAccessor"/>
   <type name= "IModificationDate"/>
   <type name= "IPropertyChangeNotifier"/>
   <type name= "IResourceProvider"/>
   <type name= "IStreamContentAccessor"/>
   <type name= "IStreamMerger"/>
   <type name= "ITypedElement"/>
   <type name= "IViewerCreator"/>
   <type name= "NavigationAction" subclass="false"/>
   <type name= "ResourceNode" subclass="false"/>
   <type name= "Splitter"/>
   <type name= "ZipFileStructureCreator"/>
 </package>

 <package name="org.eclipse.compare.contentmergeviewer">
   <type name= "ContentMergeViewer"/>
   <type name= "IDocumentRange"/>
   <type name= "IMergeViewerContentProvider"/>
   <type name= "ITokenComparator"/>
   <type name= "TextMergeViewer"/>
 </package>
 
 <package name="org.eclipse.compare.rangedifferencer">
   <type name= "IRangeComparator"/>
   <type name= "RangeDifference" subclass="false" instantiate="false"/>
   <type name= "RangeDifferencer" subclass="false"/>
 </package>
 
  <package name="org.eclipse.compare.structuremergeviewer">
   <type name= "DiffContainer"/>
   <type name= "DiffElement"/>
   <type name= "Differencer"/>
   <type name= "DiffNode"/>
   <type name= "DiffTreeViewer" subclass="false"/>
   <type name= "DocumentRangeNode"/>
   <type name= "ICompareInput"/>
   <type name= "ICompareInputChangeListener"/>
   <type name= "IDiffContainer"/>
   <type name= "IDiffElement"/>
   <type name= "IStructureComparator"/>
   <type name= "IStructureCreator"/>
   <type name= "StructureDiffViewer" subclass="false"/>
 </package>
 
 <package name="org.eclipse.compare.patch">
   <type name= "WorkspacePatcherUI" subclass="false" instantiate="false"/>
 </package>
 
 <component-depends unrestricted="true"/>
</component>