javaextensions/globalindicators/build/build.xml
changeset 78 71ad690e91f5
parent 72 1f0034e370aa
child 80 d6dafc5d983f
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
     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="javaglobalindicators" 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   <property name="javah.classnames" 
       
    27             value="com.nokia.mj.impl.globalindicators.GlobalIndicatorsImpl,
       
    28                    com.nokia.mid.ui.GlobalIndicators"/>
       
    29 
       
    30 
       
    31   <target name="create.public.api.jar">
       
    32       <omj.public.apis includes="com/nokia/mid/ui/GlobalIndicatorsException.class, 
       
    33                                  com/nokia/mid/ui/GlobalIndicators.class"/>
       
    34   </target>
       
    35 
       
    36 </project>