javauis/coreui_qt/build/build.xml
changeset 79 2f468c1958d0
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
       
     1 <!--
       
     2  Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3  All rights reserved.
       
     4  This component and the accompanying materials are made available
       
     5  under the terms of "Eclipse Public License v1.0"
       
     6  which accompanies this distribution, and is available
       
     7  at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 
       
     9  Initial Contributors:
       
    10  Nokia Corporation - initial contribution.
       
    11 
       
    12  Contributors:
       
    13 
       
    14  Description: Java build file of the CoreUI
       
    15 -->
       
    16 
       
    17 <project name="javacoreui" default="deploy" basedir=".">
       
    18 
       
    19   <import file="../../../build/utilities.xml"/>
       
    20 
       
    21   <!-- Needed by the utilities.xml. See the description form the utilities.xml
       
    22        file -->
       
    23 
       
    24   <property name="javah.classnames" 
       
    25             value="com.nokia.mj.impl.coreuiqt.CoreUiImpl"/>
       
    26 
       
    27   <target name="system.properties">
       
    28     <properties>
       
    29         com.nokia.coreui=coreuiqt
       
    30     </properties>
       
    31   </target>
       
    32             
       
    33 </project>
       
    34