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="javacomms" default="deploy" basedir="."> |
|
20 |
|
21 <import file="../../../build/utilities.xml"/> |
|
22 |
|
23 <!-- Needed by the utilities.xml. See the description form the utilities.xml |
|
24 file --> |
|
25 |
|
26 |
|
27 <!-- Setting all classes to be visible to everybody --> |
|
28 <target name="create.internal.api.jar"> |
|
29 <omj.internal.apis/> |
|
30 </target> |
|
31 |
|
32 <property name="javah.classnames" |
|
33 value="com.nokia.mj.impl.comms.CommsEndpoint, |
|
34 com.nokia.mj.impl.comms.CommsEndpointBase, |
|
35 com.nokia.mj.impl.comms.CommsServerEndpoint"/> |
|
36 |
|
37 </project> |
|
38 |
|
39 |
|
40 |