javauis/eswt_qt/build/build.xml
changeset 35 85266cc22c7f
parent 26 dc7c549001d5
child 40 c6043ea9b06a
child 44 0105bdca6f9c
child 47 f40128debb5d
child 49 35baca0e7a2e
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
     1 <!--
       
     2 #
       
     3 # Copyright (c) 2008-2009 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="eswtqt" default="deploy" basedir=".">
       
    20 
       
    21     <description>
       
    22         Builds eSWT on Qt
       
    23     </description>
       
    24 
       
    25     <import file="../../../build/utilities.xml"/>
       
    26 
       
    27     <!-- Needed by the utilities.xml. See the description form the utilities.xml
       
    28          file -->
       
    29 
       
    30     <property name="java.src.paths" value="../org.eclipse.swt/Eclipse_SWT_PI/s60:../org.eclipse.swt/Eclipse_SWT_PI/qt:../org.eclipse.swt/Eclipse_SWT_PI/common_j2me:../org.eclipse.swt/Eclipse SWT/qt:../org.eclipse.swt/Eclipse SWT/common_j2me:../org.eclipse.swt/Eclipse SWT/common:../org.eclipse.swt/Eclipse SWT Drag and Drop/qt:../org.eclipse.swt/Eclipse SWT Browser/qt:../org.eclipse.swt/Eclipse SWT Browser/common:../com.nokia.swt.extensions/extensions:../com.nokia.swt.extensions/midp_common:../org.eclipse.swt/Eclipse SWT Custom Widgets/common"/>
       
    31 
       
    32     <target name="compile">
       
    33         <omj.javac classpath="${impl.cldc.jar}" excludes="**/CDCCompatibilityDelegate.java"/>
       
    34     </target>
       
    35 
       
    36     <property name="javah.classnames" value="org.eclipse.swt.internal.qt.OS,
       
    37                                              org.eclipse.swt.internal.qt.graphics.OS,
       
    38                                              org.eclipse.swt.internal.qt.s60.OS,
       
    39                                              org.eclipse.swt.internal.extension.OS"/>
       
    40 
       
    41     <!-- This property gets added to eswtqt.odc created by the build system -->
       
    42     <target name="system.properties">
       
    43       <properties>
       
    44           org.eclipse.ercp.swt.defaultOrientation=system
       
    45       </properties>
       
    46     </target>
       
    47 
       
    48     <target name="create.public.api.jar">
       
    49         <omj.public.apis/>
       
    50     </target>
       
    51 
       
    52 </project>