|
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.crml.editor component. |
|
16 --> |
|
17 <?eclipse version="3.0"?> |
|
18 |
|
19 <!-- |
|
20 <copyright> |
|
21 </copyright> |
|
22 |
|
23 $Id$ |
|
24 --> |
|
25 |
|
26 <plugin> |
|
27 |
|
28 <extension point="org.eclipse.ui.newWizards"> |
|
29 <category |
|
30 id="org.eclipse.emf.ecore.Wizard.category.ID" |
|
31 name="%_UI_Wizard_category"/> |
|
32 <wizard |
|
33 id="com.nokia.tools.vct.crml.crmodel.presentation.ECRMLModelWizardID" |
|
34 name="%_UI_ECRMLModelWizard_label" |
|
35 class="com.nokia.tools.vct.crml.crmodel.presentation.ECRMLModelWizard" |
|
36 category="org.eclipse.emf.ecore.Wizard.category.ID" |
|
37 icon="icons/full/obj16/ECRMLModelFile.gif"> |
|
38 <description>%_UI_ECRMLModelWizard_description</description> |
|
39 <selection class="org.eclipse.core.resources.IResource"/> |
|
40 </wizard> |
|
41 </extension> |
|
42 |
|
43 <extension point="org.eclipse.ui.editors"> |
|
44 <editor |
|
45 id="com.nokia.tools.vct.crml.crmodel.presentation.ECRMLEditorID" |
|
46 name="%_UI_ECRMLEditor_label" |
|
47 icon="icons/full/obj16/ECRMLModelFile.gif" |
|
48 class="com.nokia.tools.vct.crml.crmodel.presentation.ECRMLEditor" |
|
49 contributorClass="com.nokia.tools.vct.crml.crmodel.presentation.ECRMLActionBarContributor"> |
|
50 <contentTypeBinding contentTypeId="com.nokia.tools.vct.content.crml"/> |
|
51 </editor> |
|
52 </extension> |
|
53 |
|
54 </plugin> |