javauis/nokiauiapi_qt/build/nokiauiapiqt/build.xml
changeset 79 2f468c1958d0
child 78 71ad690e91f5
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
       
     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 the License "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="javanokiaui" default="deploy" basedir=".">
       
    20 
       
    21     <description>
       
    22         Builds Nokiauiapi
       
    23     </description>
       
    24 
       
    25     <import file="../../../../build/utilities.xml"/>
       
    26 
       
    27     <!-- Needed by the utilities.xml. See the description form the utilities.xml
       
    28          file -->
       
    29 
       
    30     <property name="java.src.paths" value="../../javasrc:../../javasrc_j2me"/>
       
    31 
       
    32     <property name="javah.classnames" value="com.nokia.mid.ui.internal.OS"/>
       
    33 
       
    34     <target name="create.public.api.jar">
       
    35          <omj.public.apis includes="com/nokia/mid/ui/TactileFeedback.class, 
       
    36                                     com/nokia/mid/ui/DeviceControl.class,
       
    37                                     com/nokia/mid/ui/SoftNotificationException.class, 
       
    38                                     com/nokia/mid/ui/SoftNotification.class, 
       
    39                                     com/nokia/mid/ui/SoftNotificationListener.class"/>
       
    40     
       
    41     </target>
       
    42 
       
    43 
       
    44 </project>