|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- |
|
3 |
|
4 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
5 All rights reserved. |
|
6 This component and the accompanying materials are made available |
|
7 under the terms of "Eclipse Public License v1.0" |
|
8 which accompanies this distribution, and is available |
|
9 at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
10 |
|
11 Initial Contributors: |
|
12 Nokia Corporation - initial contribution. |
|
13 |
|
14 Contributors: |
|
15 |
|
16 Description: This file is part of com.nokia.tools.carbide.generic.validator component. |
|
17 --> |
|
18 <?eclipse version="3.2"?> |
|
19 <plugin> |
|
20 <extension |
|
21 point="org.eclipse.wst.xml.core.catalogContributions"> |
|
22 <catalogContribution |
|
23 id="com.nokia.tools.carbide.confml.validation.catalogContribution"> |
|
24 <public |
|
25 id="http://www.s60.com/xml/confml/1" |
|
26 publicId="http://www.s60.com/xml/confml/1" |
|
27 uri="data/confml.xsd" |
|
28 webURL="http://www.s60.com/xml/confml/1"> |
|
29 </public> |
|
30 <public |
|
31 id="http://www.s60.com/xml/confml/2" |
|
32 publicId="http://www.s60.com/xml/confml/2" |
|
33 uri="data/confml2.xsd" |
|
34 webURL="http://www.s60.com/xml/confml/2"> |
|
35 </public> |
|
36 <public |
|
37 id="http://www.w3.org/1999/xlink" |
|
38 publicId="http://www.w3.org/1999/xlink" |
|
39 uri="data/xlink.xsd" |
|
40 webURL="http://www.w3.org/1999/xlink"> |
|
41 </public> |
|
42 <public |
|
43 id="http://www.s60.com/xml/cenrep/1" |
|
44 publicId="http://www.s60.com/xml/cenrep/1" |
|
45 uri="data/crml.xsd" |
|
46 webURL="http://www.s60.com/xml/cenrep/1"> |
|
47 </public> |
|
48 </catalogContribution> |
|
49 </extension> |
|
50 <extension |
|
51 point="com.nokia.tools.carbide.validation"> |
|
52 <validator |
|
53 file_extension="confml" |
|
54 name="Confml Validation" |
|
55 schema_uri="data/confml.xsd"> |
|
56 </validator> |
|
57 <validator |
|
58 file_extension="crml" |
|
59 name="Crml Validation" |
|
60 schema_uri="data/crml.xsd"> |
|
61 </validator> |
|
62 </extension> |
|
63 </plugin> |