|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- |
|
3 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 All rights reserved. |
|
5 This component and the accompanying materials are made available |
|
6 under the terms of "Eclipse Public License v1.0" |
|
7 which accompanies this distribution, and is available |
|
8 at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 |
|
10 Initial Contributors: |
|
11 Nokia Corporation - Initial contribution |
|
12 |
|
13 Contributors: |
|
14 |
|
15 Description: This file is part of com.nokia.tools.vct.confml.search.ui component. |
|
16 --> |
|
17 <?eclipse version="3.2"?> |
|
18 <plugin> |
|
19 <extension |
|
20 point="org.eclipse.emf.search.ui.modelSearchQueryTab"> |
|
21 <queryTab |
|
22 id="search.ui.ConfML1PlainTextSearchID" |
|
23 image="icons/textQuery.gif" |
|
24 index="0" |
|
25 label="%ModelSearchParticipantArea.ConfML1PlainTextSearchExtPoint.Label" |
|
26 queryCompositeAreaFactory="org.eclipse.emf.search.ecore.ui.factories.EcoreTextModelSearchQueryAreaFactory" |
|
27 targetSearchPageID="search.ui.pages.ConfML1ModelSearchPageID" |
|
28 tooltip="%ConfML1PlainTextSearchExtPoint.Tooltip"/> |
|
29 </extension> |
|
30 |
|
31 <extension |
|
32 point="org.eclipse.emf.search.ui.modelSearchParticipantTab"> |
|
33 |
|
34 <participantTab |
|
35 elementComposeableAdapterFactory="search.ui.providers.AllElementsItemProviderAdapterFactory" |
|
36 elementModelEditorSelectionHandler="search.ui.handlers.EditorSelectionHandler" |
|
37 id="com.nokia.tools.vct.confmlAllElementsParticipantTab" |
|
38 image="icons/esearch.gif" |
|
39 index="1" |
|
40 label="%ModelSearchParticipantArea.AllElementsParticipantTab.Label" |
|
41 participantCompositeAreaFactory="search.ui.factories.ModelSearchParticipantAreaFactory" |
|
42 targetSearchPageID="search.ui.pages.ConfML1ModelSearchPageID" |
|
43 targetNsURI="" |
|
44 tooltip="%ModelSearchParticipantArea.AllElementsParticipantTab.Tooltip"> |
|
45 </participantTab> |
|
46 |
|
47 <participantTab |
|
48 elementComposeableAdapterFactory="com.nokia.tools.vct.confml.model.confml1.edit.provider.EConfML1ItemProviderAdapterFactory" |
|
49 elementModelEditorSelectionHandler="search.ui.handlers.EditorSelectionHandler" |
|
50 id="com.nokia.tools.vct.confml.model.confml1.EConfML1PackageParticipantTab" |
|
51 image="icons/ecore.gif" |
|
52 index="2" |
|
53 label="%ModelSearchParticipantArea.EConfML1PackageParticipantTab.Label" |
|
54 participantCompositeAreaFactory="search.ui.factories.ModelSearchParticipantAreaFactory" |
|
55 targetSearchPageID="search.ui.pages.ConfML1ModelSearchPageID" |
|
56 targetNsURI="http://www.s60.com/xml/confml/1" |
|
57 tooltip="%ModelSearchParticipantArea.EConfML1PackageParticipantTab.Tooltip"> |
|
58 </participantTab> |
|
59 <participantTab |
|
60 elementComposeableAdapterFactory="com.nokia.tools.vct.confml.model.confml2.provider.EConfML2ItemProviderAdapterFactory" |
|
61 elementModelEditorSelectionHandler="search.ui.handlers.EditorSelectionHandler" |
|
62 id="com.nokia.tools.vct.confml.model.confml2.EConfML2PackageParticipantTab" |
|
63 image="icons/ecore.gif" |
|
64 index="3" |
|
65 label="%ModelSearchParticipantArea.EConfML2PackageParticipantTab.Label" |
|
66 participantCompositeAreaFactory="search.ui.factories.ModelSearchParticipantAreaFactory" |
|
67 targetNsURI="http://www.s60.com/xml/confml/2" |
|
68 targetSearchPageID="search.ui.pages.ConfML1ModelSearchPageID" |
|
69 tooltip="%ModelSearchParticipantArea.EConfML1PackageParticipantTab.Tooltip"> |
|
70 </participantTab> |
|
71 |
|
72 <participantTab |
|
73 elementComposeableAdapterFactory="com.nokia.tools.vct.confml.model.xsd.provider.EXSDFacetItemProviderAdapterFactory" |
|
74 elementModelEditorSelectionHandler="search.ui.handlers.EditorSelectionHandler" |
|
75 id="com.nokia.tools.vct.confml.model.xsd.EXSDFacetPackageParticipantTab" |
|
76 image="icons/ecore.gif" |
|
77 index="4" |
|
78 label="%ModelSearchParticipantArea.EXSDFacetPackageParticipantTab.Label" |
|
79 participantCompositeAreaFactory="search.ui.factories.ModelSearchParticipantAreaFactory" |
|
80 targetSearchPageID="search.ui.pages.ConfML1ModelSearchPageID" |
|
81 targetNsURI="http://www.w3.org/2001/XMLSchema" |
|
82 tooltip="%ModelSearchParticipantArea.EXSDFacetPackageParticipantTab.Tooltip"> |
|
83 </participantTab> |
|
84 |
|
85 |
|
86 </extension> |
|
87 |
|
88 <extension |
|
89 point="org.eclipse.search.searchPages"> |
|
90 <page |
|
91 canSearchEnclosingProjects="true" |
|
92 class="search.ui.pages.ModelSearchPage" |
|
93 enabled="true" |
|
94 icon="icons/esearch.gif" |
|
95 id="search.ui.pages.ConfML1ModelSearchPageID" |
|
96 label="%ModelSearchParticipantArea.ConfML1ModelSearchPage.Label" |
|
97 showScopeSection="true" |
|
98 tabPosition="0"/> |
|
99 </extension> |
|
100 |
|
101 <extension |
|
102 point="org.eclipse.emf.search.ui.modelSearchEngineMapping"> |
|
103 |
|
104 <mapping |
|
105 id="com.nokia.tools.vct.confml.text4All" |
|
106 engineID="search.ConfML1SearchEngine" |
|
107 participantsTabID="com.nokia.tools.vct.confmlAllElementsParticipantTab" |
|
108 queryTabID="search.ui.ConfML1PlainTextSearchID"> |
|
109 </mapping> |
|
110 <mapping |
|
111 id="search.text4EConfML1Package" |
|
112 engineID="search.ConfML1SearchEngine" |
|
113 participantsTabID="com.nokia.tools.vct.confml.model.confml1.EConfML1PackageParticipantTab" |
|
114 queryTabID="search.ui.ConfML1PlainTextSearchID"> |
|
115 </mapping> |
|
116 <mapping |
|
117 engineID="search.ConfML1SearchEngine" |
|
118 id="search.text4EConfML2Package" |
|
119 participantsTabID="com.nokia.tools.vct.confml.model.confml2.EConfML2PackageParticipantTab" |
|
120 queryTabID="search.ui.ConfML1PlainTextSearchID"> |
|
121 </mapping> |
|
122 <mapping |
|
123 id="search.text4EXSDFacetPackage" |
|
124 engineID="search.ConfML1SearchEngine" |
|
125 participantsTabID="com.nokia.tools.vct.confml.model.xsd.EXSDFacetPackageParticipantTab" |
|
126 queryTabID="search.ui.ConfML1PlainTextSearchID"> |
|
127 </mapping> |
|
128 |
|
129 </extension> |
|
130 </plugin> |