<!--
#
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description:
#
-->
<project name="DateEditorTestMidletSuite" default="pack">
<!-- Get general settings for MIDlet projects. -->
<import file="../../properties.xml"/>
<!-- Set properties for this project. -->
<property name="midlet1.name" value="DateEditorTestMIDlet_01"/>
<property name="midlet1.icon.name" value="icon.png"/>
<property name="midlet1.package.name" value="com.nokia.test.java.eswt.dateeditor.DateEditorTestMIDlet_01"/>
<property name="midlet.permissions" value=""/>
<property name="package.name" value="DateEditorTestMidletSuite"/>
<property name="company.name" value="Nokia"/>
<property name="midlet.version" value="1.1"/>
<property name="midlet.description" value=""/>
<!-- Get settings for a basic MIDlet. -->
<import file="../../properties-basic-midlet.xml"/>
</project>