javamanager/javainstaller/installer/tsrc/build/build.xml
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
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="JavaInstallerTest" basedir="." default="deploy.ut">
    19 <project name="JavaInstallerTest" basedir="." default="deploy.ut">
    20 
    20 
    94             tofile="${dist.dir}/${junit.jar.filename}"/>
    94             tofile="${dist.dir}/${junit.jar.filename}"/>
    95       <copy file="${junit.jar.dir}/${junit.omj.jar.filename}"
    95       <copy file="${junit.jar.dir}/${junit.omj.jar.filename}"
    96             tofile="${dist.dir}/${junit.omj.jar.filename}"/>
    96             tofile="${dist.dir}/${junit.omj.jar.filename}"/>
    97       <unzip src="${testdata.dir}/jadjarmatcher/inbox_files_1000484b.zip"
    97       <unzip src="${testdata.dir}/jadjarmatcher/inbox_files_1000484b.zip"
    98 	     dest="${inbox.full.dir}"/>
    98 	     dest="${inbox.full.dir}"/>
    99       <copy todir="${java.installer.root}" overwrite="true">
    99       <copy todir="${java.installer.root}">
   100         <fileset dir="${testdata.dir}/jsrpluginnotifier/${installer.datacage.dir}"/>
   100         <fileset dir="${testdata.dir}/jsrpluginnotifier/${installer.datacage.dir}"/>
   101       </copy>
   101       </copy>
   102       <copy todir="${java.installer.root}/jiutdata/installerengine">
   102       <copy todir="${java.installer.root}/jiutdata/installerengine">
   103         <fileset dir="${testdata.dir}/installerengine"/>
   103         <fileset dir="${testdata.dir}/installerengine"/>
   104       </copy>
   104       </copy>
   105       <copy todir="${java.installer.root}/jiutdata/jadjarmatcher/testapps">
   105       <copy todir="${java.installer.root}/jiutdata/jadjarmatcher/testapps">
   106         <fileset dir="${testdata.dir}/jadjarmatcher/testapps"/>
   106         <fileset dir="${testdata.dir}/jadjarmatcher/testapps"/>
   107       </copy>
   107       </copy>
   108       <copy todir="${java.installer.root}/jiutdata/utils">
   108       <copy todir="${java.installer.root}/jiutdata/utils">
   109         <fileset dir="${testdata.dir}/utils"/>
   109         <fileset dir="${testdata.dir}/utils"/>
   110       </copy>
       
   111       <copy todir="${java.installer.root}/jiutdata/utils">
       
   112         <fileset dir="${testdata.dir}/internal"/>
       
   113       </copy>
   110       </copy>
   114       <touch file="${java.installer.root}/jiutdata/jadjarmatcher/testapps/HelloWorld1_newer.jad"
   111       <touch file="${java.installer.root}/jiutdata/jadjarmatcher/testapps/HelloWorld1_newer.jad"
   115              datetime="08/20/2020 4:30 pm"/>
   112              datetime="08/20/2020 4:30 pm"/>
   116   </target>
   113   </target>
   117 
   114