javamanager/javainstaller/installerui/build/build.xml
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
     1 <!--
     1 <!--
     2 #
     2 #
     3 # Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # Copyright (c) 2008-2009 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="javainstallerui" default="deploy" basedir=".">
    19 <project name="javainstallerui" default="deploy" basedir=".">
    20     <description>
    20     <description>
    48     <copy todir="${export.data.path2}">
    48     <copy todir="${export.data.path2}">
    49         <fileset dir="../data/"/>
    49         <fileset dir="../data/"/>
    50     </copy>
    50     </copy>
    51   </target>
    51   </target>
    52 
    52 
    53   <target name="compile">
       
    54     <condition property="installer.ui.excludes"
       
    55 	       value="com/nokia/mj/impl/installer/ui/eswt/*.java"
       
    56 	       else="com/nokia/mj/impl/installer/ui/eswt2/*.java">
       
    57       <isset property="RD_JAVA_UI_QT"/>
       
    58     </condition>
       
    59     <echo message="installerui compilation excludes: ${installer.ui.excludes}"/>
       
    60     <omj.javac excludes="${installer.ui.excludes}"/>
       
    61   </target>
       
    62 
       
    63   <target name="create.internal.api.jar" depends="export.data">
    53   <target name="create.internal.api.jar" depends="export.data">
    64       <omj.internal.apis includes="com/nokia/mj/impl/installer/ui/*.class"/>
    54       <omj.internal.apis includes="com/nokia/mj/impl/installer/ui/*.class"/>
    65   </target>
    55   </target>
    66 
    56 
    67 </project>
    57 </project>