javaextensions/midprms_db/build/build.xml
branchRCL_3
changeset 19 04becd199f91
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     1 <!--
       
     2 #
       
     3 # Copyright (c) 2010 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="javarms" default="deploy" basedir=".">
       
    20     <description>
       
    21         Builds Java RMS
       
    22     </description>
       
    23 
       
    24   <import file="../../../build/utilities.xml"/>
       
    25 
       
    26   <!-- Needed by the utilities.xml. See the description form the utilities.xml
       
    27        file -->
       
    28 
       
    29   <property name="javah.classnames" 
       
    30             value="com.nokia.mj.impl.rms.SQLite"/>
       
    31 
       
    32   <target name="create.public.api.jar">
       
    33       <omj.public.apis includes="javax/microedition/rms/InvalidRecordIDException.class,
       
    34                                  javax/microedition/rms/RecordComparator.class,
       
    35                                  javax/microedition/rms/RecordEnumeration.class,
       
    36                                  javax/microedition/rms/RecordFilter.class,
       
    37                                  javax/microedition/rms/RecordListener.class,
       
    38                                  javax/microedition/rms/RecordStore.class,
       
    39                                  javax/microedition/rms/RecordStoreException.class,
       
    40                                  javax/microedition/rms/RecordStoreFullException.class,
       
    41                                  javax/microedition/rms/RecordStoreNotFoundException.class,
       
    42                                  javax/microedition/rms/RecordStoreNotOpenException.class"/>
       
    43   </target>
       
    44 
       
    45 </project>
       
    46 
       
    47