javauis/javalegacyutils/build/build.xml
changeset 67 63b81d807542
parent 64 0ea12c182930
child 72 1f0034e370aa
equal deleted inserted replaced
64:0ea12c182930 67:63b81d807542
     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="javalegacyutils" 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   <target name="compile">
       
    26     <omj.javac classpath="${compile.result.root}/javamidpruntime/classes/collection${path.separator}${compile.result.root}/javasecurity/classes/collection"/>
       
    27   </target>
       
    28 
       
    29   <property name="javah.classnames" 
       
    30             value="com.nokia.mj.impl.rt.legacy.EventProcessor,
       
    31                    com.nokia.mj.impl.rt.legacy.MemoryUtil,
       
    32                    com.nokia.mj.impl.rt.legacy.MIDEventServer,
       
    33                    com.nokia.mj.impl.rt.legacy.NativeError"/>
       
    34 
       
    35   <target name="create.internal.api.jar">
       
    36     <omj.internal.apis includes="com/nokia/mj/impl/rt/legacy/MIDEventServer.class,
       
    37                                  com/nokia/mj/impl/rt/legacy/Security.class"/>
       
    38   </target>
       
    39 
       
    40 </project>
       
    41