javaextensions/centralrepository/build/build.xml
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
child 84 0553e2305d00
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
     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="javacentrep" default="deploy" basedir=".">
       
    20     <description>
       
    21         Builds Central Repository Component
       
    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   <target name="create.internal.api.jar">
       
    29     <omj.internal.apis/>
       
    30   </target>
       
    31 
       
    32   <target name="create.public.api.jar">
       
    33       <omj.public.apis includes="
       
    34           com/nokia/mid/cenrep/CentralRepository.class
       
    35 		  com/nokia/mid/cenrep/CentralRepositoryException.class"/>        
       
    36   </target>
       
    37 
       
    38   <property name="javah.classnames" 
       
    39             value="com.nokia.mid.cenrep.CentralRepositoryException,
       
    40                    com.nokia.mj.impl.cenrep.CentralRepositoryImpl"/>
       
    41  
       
    42 </project>