2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" >
|
|
3 |
<!-- Copyright (c) 2007 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 the License "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 |
<component qualifiedName="com.nokia.examples.container">
|
|
11 |
<attributes>
|
|
12 |
<attribute key="parent-attribute">true</attribute>
|
|
13 |
</attributes>
|
|
14 |
<properties>
|
|
15 |
<property name="name" type="uniqueName"/>
|
|
16 |
</properties>
|
|
17 |
</component>
|
|
18 |
</componentDefinition>
|