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.crml 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.emf.ecore.generated_package"> |
|
29 <package |
|
30 uri="http://www.s60.com/xml/cenrep/1" |
|
31 class="com.nokia.tools.vct.crml.crmodel.ECRMLPackage" |
|
32 genModel="model/CRPluginModel.genmodel"/> |
|
33 </extension> |
|
34 |
|
35 <extension point="org.eclipse.emf.ecore.extension_parser"> |
|
36 <parser |
|
37 type="crml" |
|
38 class="com.nokia.tools.vct.crml.crmodel.util.ECRMLResourceFactoryImpl"/> |
|
39 </extension> |
|
40 |
|
41 <extension point="org.eclipse.core.runtime.contentTypes"> |
|
42 <content-type |
|
43 base-type="org.eclipse.core.runtime.xml" |
|
44 file-extensions="crml" |
|
45 id="com.nokia.tools.vct.content.crml" |
|
46 name="CRML Content" |
|
47 priority="normal"> |
|
48 </content-type> |
|
49 </extension> |
|
50 |
|
51 </plugin> |