|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <?eclipse version="3.0"?> |
|
3 |
|
4 <!-- |
|
5 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
6 All rights reserved. |
|
7 This component and the accompanying materials are made available |
|
8 under the terms of "Eclipse Public License v1.0" |
|
9 which accompanies this distribution, and is available |
|
10 at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
11 |
|
12 Initial Contributors: |
|
13 Nokia Corporation - initial contribution. |
|
14 |
|
15 Contributors: |
|
16 |
|
17 Description: |
|
18 |
|
19 $Id$ |
|
20 --> |
|
21 |
|
22 <plugin> |
|
23 |
|
24 <extension point="org.eclipse.emf.ecore.generated_package"> |
|
25 <package |
|
26 uri="http://www.s60.com/xml/confml/1" |
|
27 class="com.nokia.tools.carbide.ct.confml.model.confml1.EConfML1Package"/> |
|
28 </extension> |
|
29 |
|
30 <extension point="org.eclipse.emf.ecore.content_parser"> |
|
31 <parser |
|
32 contentTypeIdentifier="com.nokia.tools.carbide.ct.content.confml" |
|
33 class="com.nokia.tools.carbide.ct.confml.model.confml1.util.EConfML1ResourceFactoryImpl"/> |
|
34 </extension> |
|
35 |
|
36 <extension point="org.eclipse.core.runtime.contentTypes"> |
|
37 <content-type |
|
38 base-type="org.eclipse.core.runtime.xml" |
|
39 file-extensions="confml" |
|
40 id="com.nokia.tools.carbide.ct.content.confml" |
|
41 name="%_UI_EConfML1_content_type" |
|
42 priority="normal"> |
|
43 <describer class="org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl$Describer"> |
|
44 <parameter name="namespace" value="http://www.s60.com/xml/confml/1"/> |
|
45 </describer> |
|
46 </content-type> |
|
47 </extension> |
|
48 |
|
49 <extension point="org.eclipse.emf.ecore.generated_package"> |
|
50 <package |
|
51 uri="http://www.w3.org/2001/XInclude" |
|
52 class="com.nokia.tools.carbide.ct.confml.model.confml1.include.EConfMLIncludePackage"/> |
|
53 </extension> |
|
54 |
|
55 <extension point="org.eclipse.emf.ecore.generated_package"> |
|
56 <package |
|
57 uri="http://www.s60.com/xml/confml/2" |
|
58 class="com.nokia.tools.carbide.ct.confml.model.confml2.EConfML2Package"/> |
|
59 </extension> |
|
60 |
|
61 <extension point="org.eclipse.emf.ecore.content_parser"> |
|
62 <parser |
|
63 contentTypeIdentifier="com.nokia.tools.carbide.ct.content.confml2" |
|
64 class="com.nokia.tools.carbide.ct.confml.model.confml2.util.EConfML2ResourceFactoryImpl"/> |
|
65 </extension> |
|
66 |
|
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.carbide.ct.content.confml2" |
|
72 name="%_UI_EConfML2_content_type" |
|
73 priority="normal"> |
|
74 <describer class="org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl$Describer"> |
|
75 <parameter name="namespace" value="http://www.s60.com/xml/confml/2"/> |
|
76 </describer> |
|
77 </content-type> |
|
78 </extension> |
|
79 |
|
80 <extension point="org.eclipse.emf.ecore.generated_package"> |
|
81 <package |
|
82 uri="http://www.nokia.com/xml/cpf-id/1" |
|
83 class="com.nokia.tools.carbide.ct.confml.model.metaext.EMetaExtPackage"/> |
|
84 </extension> |
|
85 |
|
86 <extension point="org.eclipse.emf.ecore.extension_parser"> |
|
87 <parser |
|
88 type="emetaext" |
|
89 class="com.nokia.tools.carbide.ct.confml.model.metaext.util.EMetaExtResourceFactoryImpl"/> |
|
90 </extension> |
|
91 |
|
92 <extension point="org.eclipse.emf.ecore.generated_package"> |
|
93 <package |
|
94 uri="http://www.w3.org/2001/XMLSchema" |
|
95 class="com.nokia.tools.carbide.ct.confml.model.xsd.EXSDFacetPackage"/> |
|
96 </extension> |
|
97 |
|
98 </plugin> |