equal
deleted
inserted
replaced
|
1 <!-- |
|
2 # |
|
3 # Copyright (c) 2008-2009 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="javaiapinfo" default="deploy" basedir="."> |
|
20 <description> |
|
21 Builds HttpConnection |
|
22 </description> |
|
23 |
|
24 <import file="../../../build/utilities.xml"/> |
|
25 |
|
26 <!-- Needed by the utilities.xml. See the description form the utilities.xml |
|
27 file --> |
|
28 |
|
29 <target name="init.component.properties"> |
|
30 <condition property="java.src.paths" |
|
31 value="../javasrc.s60"> |
|
32 <isset property="target.s60" /> |
|
33 </condition> |
|
34 </target> |
|
35 |
|
36 <property name="javah.classnames" |
|
37 value="com.nokia.mid.iapinfo.APNControl, |
|
38 com.nokia.mid.iapinfo.CommsTable, |
|
39 com.nokia.mid.iapinfo.IAPInfoImpl"/> |
|
40 |
|
41 <target name="create.public.api.jar"> |
|
42 <omj.public.apis includes="com/nokia/mid/iapinfo/IAPInfo.class, |
|
43 com/nokia/mid/iapinfo/IAPInfoException.class |
|
44 com/nokia/mid/iapinfo/AccessPoint.class |
|
45 com/nokia/mid/iapinfo/AccessPoint.class"/> |
|
46 </target> |
|
47 |
|
48 </project> |