equal
deleted
inserted
replaced
|
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="MobileShellTestMidletSuite" 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="MobileShellTestMIDlet_01"/> |
|
26 <property name="midlet1.icon.name" value="icon.png"/> |
|
27 <property name="midlet1.package.name" value="com.nokia.test.java.eswt.mobileshell.MobileShellTestMIDlet_01"/> |
|
28 <property name="midlet.permissions" value=""/> |
|
29 <property name="package.name" value="MobileShellTestMidletSuite"/> |
|
30 <property name="company.name" value="Nokia"/> |
|
31 <property name="midlet.version" value="1.1"/> |
|
32 <property name="midlet.description" value=""/> |
|
33 |
|
34 <!-- Get settings for a basic MIDlet. --> |
|
35 <import file="../../properties-basic-midlet.xml"/> |
|
36 |
|
37 </project> |