buildframework/helium/sf/java/sysdef/tests/data/rootsysdef/vendor_package/package_definition.xml
changeset 587 85df38eb4012
child 628 7c4a911dc066
equal deleted inserted replaced
217:0f5e3a7fb6af 587:85df38eb4012
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!-- 
       
     3 ============================================================================ 
       
     4 Name        : package_definition.xml 
       
     5 Part of     : Helium AntLib
       
     6 
       
     7 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     8 All rights reserved.
       
     9 This component and the accompanying materials are made available
       
    10 under the terms of the License "Eclipse Public License v1.0"
       
    11 which accompanies this distribution, and is available
       
    12 at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    13 
       
    14 Initial Contributors:
       
    15 Nokia Corporation - initial contribution.
       
    16 
       
    17 Contributors:
       
    18 
       
    19 Description:
       
    20 
       
    21 ============================================================================
       
    22 -->
       
    23 <SystemDefinition schema="3.0.0" xmlns:qt="http://qt.nokia.com">
       
    24   <package id="valid_package" name="valid_package" levels="demo">
       
    25     <!-- the xml syntax of this file is voluntarly wrong. -->
       
    26     <collection id="collection" name="Collection " level="demo" />
       
    27       <component id="component" name="Component " purpose="development">
       
    28         <unit bldFile="collection/component/group" mrp="" />
       
    29       </component>
       
    30     </collection>
       
    31   </package>
       
    32 </SystemDefinition>