javauis/softnotification_akn/build/build.xml
branchRCL_3
changeset 14 04becd199f91
equal deleted inserted replaced
13:f5050f1da672 14:04becd199f91
       
     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="javasoftnotification" 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   <target name="compile">
       
    27     <omj.javac classpath="${compile.result.root}/javalegacyutils/classes/collection"/>
       
    28   </target>
       
    29 
       
    30   <!-- Needed by the utilities.xml. See the description form the utilities.xml
       
    31        file -->
       
    32 
       
    33   <property name="javah.classnames" 
       
    34             value="com.nokia.mj.impl.dynamicsoftnotification.SoftNotificationImpl"/>
       
    35 
       
    36   <target name="system.properties">
       
    37     <properties>
       
    38         com.nokia.mid.ui.softnotification=true
       
    39     </properties>
       
    40   </target>
       
    41 
       
    42   <target name="create.public.api.jar">
       
    43       <omj.public.apis includes="com/nokia/mid/ui/SoftNotificationException.class, 
       
    44                                  com/nokia/mid/ui/SoftNotification.class, 
       
    45                                  com/nokia/mid/ui/SoftNotificationListener.class"/>
       
    46   </target>
       
    47 
       
    48 </project>