|
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 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/confml/1" |
|
31 class="com.nokia.tools.vct.confml.model.confml1.EConfML1Package" |
|
32 genModel="model/persistence-confml.genmodel"/> |
|
33 </extension> |
|
34 <extension point="org.eclipse.emf.ecore.generated_package"> |
|
35 <package |
|
36 uri="http://www.s60.com/xml/confml/2" |
|
37 class="com.nokia.tools.vct.confml.model.confml2.EConfML2Package" |
|
38 genModel="model/persistence-confml.genmodel"/> |
|
39 </extension> |
|
40 <extension point="org.eclipse.emf.ecore.generated_package"> |
|
41 <package |
|
42 uri="http://www.nokia.com/xml/cpf-id/1" |
|
43 class="com.nokia.tools.vct.confml.model.metaext.EMetaExtPackage" |
|
44 genModel="model/persistence-confml.genmodel"/> |
|
45 </extension> |
|
46 |
|
47 <extension point="org.eclipse.emf.ecore.content_parser"> |
|
48 <parser |
|
49 contentTypeIdentifier="com.nokia.tools.vct.content.confml" |
|
50 class="com.nokia.tools.vct.confml.model.confml1.util.EConfML1ResourceFactoryImpl"/> |
|
51 </extension> |
|
52 <extension point="org.eclipse.emf.ecore.content_parser"> |
|
53 <parser |
|
54 contentTypeIdentifier="com.nokia.tools.vct.content.confml2" |
|
55 class="com.nokia.tools.vct.confml.model.confml2.util.EConfML2ResourceFactoryImpl"/> |
|
56 </extension> |
|
57 |
|
58 <extension point="org.eclipse.core.runtime.contentTypes"> |
|
59 <content-type |
|
60 base-type="org.eclipse.core.runtime.xml" |
|
61 file-extensions="confml" |
|
62 id="com.nokia.tools.vct.content.confml" |
|
63 name="%_UI_EConfML1_content_type" |
|
64 priority="normal"> |
|
65 </content-type> |
|
66 </extension> |
|
67 <extension point="org.eclipse.core.runtime.contentTypes"> |
|
68 <content-type |
|
69 base-type="org.eclipse.core.runtime.xml" |
|
70 file-extensions="confml" |
|
71 id="com.nokia.tools.vct.content.confml2" |
|
72 name="%_UI_EConfML2_content_type" |
|
73 priority="normal"> |
|
74 </content-type> |
|
75 </extension> |
|
76 <extension |
|
77 point="org.eclipse.emf.ecore.extension_parser"> |
|
78 <parser |
|
79 class="com.nokia.tools.vct.confml.model.confml1.util.EConfML1ResourceFactoryImpl" |
|
80 type="confml"> |
|
81 </parser> |
|
82 </extension> |
|
83 |
|
84 </plugin> |