javaextensions/midppush/build/build.xml
changeset 79 2f468c1958d0
parent 21 2a9601315dfc
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
     1 <!--
     1 <!--
     2 #
     2 #
     3 # Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 # Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     4 # All rights reserved.
     4 # All rights reserved.
     5 # This component and the accompanying materials are made available
     5 # This component and the accompanying materials are made available
     6 # under the terms of "Eclipse Public License v1.0"
     6 # under the terms of "Eclipse Public License v1.0"
     7 # which accompanies this distribution, and is available
     7 # which accompanies this distribution, and is available
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    10 # Initial Contributors:
    10 # Initial Contributors:
    11 # Nokia Corporation - initial contribution.
    11 # Nokia Corporation - initial contribution.
    12 #
    12 #
    13 # Contributors:
    13 # Contributors:
    14 #
    14 #
    15 # Description: 
    15 # Description:
    16 #
    16 #
    17 -->
    17 -->
    18 
    18 
    19 <project name="javapushregistry" default="deploy" basedir=".">
    19 <project name="javapushregistry" default="deploy" basedir=".">
    20     <description>
    20     <description>
    25   <import file="../../../build/utilities.xml"/>
    25   <import file="../../../build/utilities.xml"/>
    26 
    26 
    27   <!-- Needed by the utilities.xml. See the description form the utilities.xml
    27   <!-- Needed by the utilities.xml. See the description form the utilities.xml
    28        file -->
    28        file -->
    29 
    29 
    30   <property name="javah.classnames" 
    30   <property name="javah.classnames"
    31             value="com.nokia.mj.impl.push.PushRegistryImpl,
    31             value="com.nokia.mj.impl.push.PushRegistryImpl,
    32                    com.nokia.mj.impl.push.PushValidatorLoader"/>
    32                    com.nokia.mj.impl.push.PushValidatorLoader"/>
    33 
    33 
    34   <target name="create.public.api.jar">
    34   <target name="create.public.api.jar">
    35       <omj.public.apis includes="javax/microedition/io/PushRegistry.class"/>
    35       <omj.public.apis includes="javax/microedition/io/PushRegistry.class"/>
    36   </target>
    36   </target>
    37 
    37 
       
    38   <target name="create.internal.api.jar">
       
    39     <omj.internal.apis includes="com/nokia/mj/impl/push/PushUtil*.class"/>
       
    40   </target>
       
    41 
    38 </project>
    42 </project>
    39 
    43