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.validation.gcfml component. |
|
16 --> |
|
17 <?eclipse version="3.2"?> |
|
18 <plugin> |
|
19 <extension |
|
20 point="org.eclipse.emf.validation.constraintBindings"> |
|
21 <clientContext |
|
22 default="false" |
|
23 id="com.nokia.tools.vct.validation.gcfml.data"> |
|
24 <selector |
|
25 class="com.nokia.tools.variant.validation.core.BuildSelector"> |
|
26 </selector> |
|
27 </clientContext> |
|
28 </extension> |
|
29 <extension |
|
30 point="org.eclipse.emf.validation.constraintProviders"> |
|
31 <category |
|
32 id="vct.gcfml" |
|
33 name="name"> |
|
34 <category |
|
35 id="type" |
|
36 name="name"> |
|
37 </category> |
|
38 <category |
|
39 id="data" |
|
40 name="name"> |
|
41 </category> |
|
42 <category |
|
43 id="rfs" |
|
44 name="name"> |
|
45 </category> |
|
46 <category |
|
47 id="meta" |
|
48 name="name"> |
|
49 </category> |
|
50 <category |
|
51 id="other" |
|
52 name="name"> |
|
53 </category> |
|
54 </category> |
|
55 <constraintProvider |
|
56 cache="true" |
|
57 mode="Batch"> |
|
58 <package |
|
59 namespaceUri="http://www.s60.com/xml/genconfml/1"> |
|
60 </package> |
|
61 <constraints |
|
62 categories="vct.confml/type"> |
|
63 </constraints> |
|
64 <constraints |
|
65 categories="vct.confml/data"> |
|
66 </constraints> |
|
67 <constraints |
|
68 categories="vct.confml/meta"> |
|
69 </constraints> |
|
70 </constraintProvider> |
|
71 </extension> |
|
72 <extension |
|
73 point="com.nokia.tools.variant.validation"> |
|
74 <validator |
|
75 file_extension="gcfml" |
|
76 name="GCFML Validation" |
|
77 schema_uri="data/gcfml.xsd"> |
|
78 </validator> |
|
79 </extension> |
|
80 |
|
81 </plugin> |