javauis/coreui_akn/build/build.xml
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
     1 <!--
     1 <!--
     2  Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2  Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3  All rights reserved.
     3  All rights reserved.
     4  This component and the accompanying materials are made available
     4  This component and the accompanying materials are made available
     5  under the terms of "Eclipse Public License v1.0"
     5  under the terms of "Eclipse Public License v1.0"
     6  which accompanies this distribution, and is available
     6  which accompanies this distribution, and is available
     7  at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  at the URL "http://www.eclipse.org/legal/epl-v10.html".
    19   <import file="../../../build/utilities.xml"/>
    19   <import file="../../../build/utilities.xml"/>
    20 
    20 
    21   <!-- Needed by the utilities.xml. See the description form the utilities.xml
    21   <!-- Needed by the utilities.xml. See the description form the utilities.xml
    22        file -->
    22        file -->
    23 
    23 
    24   <property name="javah.classnames"
    24   <property name="javah.classnames" 
    25             value="com.nokia.mj.impl.coreuiavkon.CoreUiImpl"/>
    25             value="com.nokia.mj.impl.coreuiavkon.CoreUiImpl"/>
    26 
       
    27   <target name="system.properties">
       
    28     <properties>
       
    29         com.nokia.coreui=coreuiavkon
       
    30     </properties>
       
    31   </target>
       
    32 </project>
    26 </project>
    33 
    27