configlib/dbmsjdbc/src/java/bld.inf
changeset 1 b538b70cbe51
equal deleted inserted replaced
0:2e8eeb919028 1:b538b70cbe51
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 // Bld.Inf for all Java JNI builds.
       
    16 //
       
    17 prj_exports
       
    18 ../../raptor/jni_ant_launch.flm /epoc32/tools/makefile_templates/tools/jni_ant_launch.flm
       
    19 ../../raptor/jni_ant_launch.xml /epoc32/tools/makefile_templates/tools/jni_ant_launch.xml
       
    20 
       
    21 prj_platforms
       
    22 TOOLS2
       
    23 
       
    24 // Project Extensions
       
    25 prj_extensions
       
    26 
       
    27 start   extension   tools/jni_ant_launch
       
    28 option ANT_SCRIPT   ../../group/build.xml
       
    29 option ANT_TARGET		all
       
    30 
       
    31 end