javauis/eswt_qt/build/eswtqtwebkit/build.xml
changeset 35 85266cc22c7f
child 47 f40128debb5d
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
       
     1 <!--
       
     2 #
       
     3 # Copyright (c) 2008, 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 the License "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="eswtqtwebkit" default="deploy" basedir=".">
       
    20 
       
    21     <description>
       
    22         Builds the Webkit JNI library for eSWT on Qt
       
    23     </description>
       
    24 
       
    25     <import file="../../../../build/utilities.xml"/>
       
    26 
       
    27     <target name="init.component.properties">
       
    28         <property name="java.src.paths" value="../../org.eclipse.swt/Eclipse_SWT_PI/webkit"/>
       
    29         <property name="javah.classnames" value="org.eclipse.swt.internal.qt.webkit.OS_webkit"/>
       
    30         <echo message="java.src.paths = ${java.src.paths}"/>
       
    31         <echo message="javah.classnames = ${javah.classnames}"/>
       
    32     </target>
       
    33 
       
    34     <target name="create.public.api.jar">
       
    35         <omj.public.apis/>
       
    36     </target>
       
    37 
       
    38 </project>