equal
deleted
inserted
replaced
|
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.navigator.gcfml component. |
|
16 --> |
|
17 <?eclipse version="3.2"?> |
|
18 <plugin> |
|
19 <extension |
|
20 id="gcfmloutline" |
|
21 point="org.eclipse.ui.navigator.viewer"> |
|
22 <viewerContentBinding |
|
23 viewerId="org.eclipse.ui.navigator.ProjectExplorer"> |
|
24 <includes> |
|
25 <contentExtension |
|
26 pattern="com.nokia.tools.vct.navigator.gcfml"> |
|
27 </contentExtension> |
|
28 </includes> |
|
29 </viewerContentBinding> |
|
30 </extension> |
|
31 <extension |
|
32 point="org.eclipse.ui.navigator.navigatorContent"> |
|
33 <navigatorContent |
|
34 activeByDefault="true" |
|
35 contentProvider="com.nokia.tools.vct.navigator.gcfml.GcfmlContentProvider" |
|
36 id="com.nokia.tools.vct.navigator.gcfml" |
|
37 labelProvider="com.nokia.tools.vct.navigator.gcfml.GcfmlLabelProvider" |
|
38 name="GCFML Content" |
|
39 priority="high"> |
|
40 <triggerPoints> |
|
41 <and> |
|
42 <instanceof value="org.eclipse.core.resources.IFile"/> |
|
43 <test property="org.eclipse.core.resources.extension" value="gcfml"/> |
|
44 </and> |
|
45 </triggerPoints> |
|
46 <possibleChildren> |
|
47 <instanceof |
|
48 value="com.nokia.tools.vct.crml.model.gcfml.EGCFMLDocumentRoot"> |
|
49 </instanceof> |
|
50 </possibleChildren> |
|
51 </navigatorContent> |
|
52 </extension> |
|
53 |
|
54 </plugin> |