uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/components/srcmapMultiFile1.component
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 <component baseComponent="com.nokia.examples.baseComponent" |
|
10 friendlyName="Source Mapping Test" |
|
11 qualifiedName="com.nokia.examples.srcmapMultiFile1" |
|
12 category="Testing" version="1.0"> |
|
13 <sourceMapping> |
|
14 <mapResource struct="ONE_STRING" headers="basicheader.rh"> |
|
15 <mapSimpleMember property="textdata" member="text" /> |
|
16 </mapResource> |
|
17 <mapResource struct="ONE_STRING" headers="basicheader.rh" id="2" |
|
18 rssFile="${projectName}_caption.rss" > |
|
19 <mapSimpleMember property="altdata" member="text" /> |
|
20 </mapResource> |
|
21 </sourceMapping> |
|
22 |
|
23 <properties> |
|
24 <property name="textdata" displayName="Textual data" type="localizedString"/> |
|
25 <property name="altdata" displayName="Alt data" type="localizedString"/> |
|
26 </properties> |
|
27 </component> |
|
28 </componentDefinition> |