javauis/tsrc/fute/lcdui/Midp_General_04/build.xml
branchRCL_3
changeset 83 26b2b12093af
parent 25 9ac0a0a7da70
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
       
     1 <!--
       
     2 #
       
     3 # Copyright (c) 2010 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: 
       
    16 #
       
    17 -->
       
    18 
       
    19 <project name="Midp_General_04" default="pack">
       
    20 
       
    21     <!-- Get general settings for MIDlet projects. -->
       
    22     <import file="../../properties.xml"/>
       
    23 
       
    24     <!-- Set properties for this project. -->
       
    25     <property name="midlet1.name" value="Midp_General_04"/>
       
    26     <property name="midlet1.icon.name" value=""/>
       
    27     <property name="midlet1.package.name" value="Midp_General_04"/>
       
    28     <property name="midlet.permissions" value=""/>
       
    29     <property name="package.name" value="Midp_General_04"/>
       
    30     <property name="company.name" value="Nokia"/>
       
    31     <property name="midlet.version" value="1.0"/>
       
    32     <property name="midlet.description" value=""/>
       
    33 
       
    34     <!-- Get settings for a basic MIDlet. -->
       
    35     <import file="../../properties-basic-midlet.xml"/>
       
    36 
       
    37 </project>