equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). --> |
|
3 <!-- All rights reserved. --> |
|
4 <!-- This component and the accompanying materials are made available --> |
|
5 <!-- under the terms of the License "Eclipse Public License v1.0" --> |
|
6 <!-- which accompanies this distribution, and is available --> |
|
7 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
8 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" |
|
9 xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" |
|
10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
11 xsi:schemaLocation="http://www.nokia.com/sdt/emf/component |
|
12 C:\Users\NOKIAI~1\RADPLA~1\design\component.xsd"> |
|
13 <component baseComponent="com.nokia.examples.baseComponent" |
|
14 friendlyName="SourceGen Test" qualifiedName="com.nokia.examples.complex2" |
|
15 category="Testing" version="1.0"> |
|
16 <sourceGen forms="flab"> |
|
17 <templateGroup id="grp" form="flab"> |
|
18 <template phase="initcomponents" id="foo" location="mylocation" |
|
19 mode="modal"> |
|
20 template stuff FLAB |
|
21 </template> |
|
22 <template id="far"> |
|
23 template stuff far FLAB |
|
24 </template> |
|
25 </templateGroup> |
|
26 <templateGroup id="grp" form="default"> |
|
27 <template phase="initcomponents" id="foo" location="mylocation" |
|
28 mode="modal"> |
|
29 template stuff |
|
30 </template> |
|
31 <template id="far"> |
|
32 template stuff far |
|
33 </template> |
|
34 <template id="fob"> |
|
35 template stuff fob |
|
36 </template> |
|
37 </templateGroup> |
|
38 <template id="foo"> |
|
39 template stuff #2 |
|
40 </template> |
|
41 <template phase="initcomponents" id="rap" location="mylocation" |
|
42 mode="modal"> |
|
43 template stuff #3 |
|
44 </template> |
|
45 <template phase="initcomponents" location="mylocation" |
|
46 mode="modal"> |
|
47 another stuff |
|
48 </template> |
|
49 |
|
50 |
|
51 </sourceGen> |
|
52 </component> |
|
53 </componentDefinition> |