javacommons/utils/tsrc/localisation/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".
    94   <target name="main" depends="run"/>
    94   <target name="main" depends="run"/>
    95 
    95 
    96   <target name="run" depends="deploy">
    96   <target name="run" depends="deploy">
    97       <echo>Running Location Tests</echo>
    97       <echo>Running Location Tests</echo>
    98       <exec executable="${java.bin.root}/bin/javainstaller">
    98       <exec executable="${java.bin.root}/bin/javainstaller">
    99           <arg line="test -mainclass=com.nokia.mj.impl.utils.LocalisationTest"/>
    99           <arg line="test -mainclass=localisationtest.LocalisationTest"/>
   100       </exec>
   100       </exec>
   101   </target>
   101   </target>
   102 
   102 
   103 </project>
   103 </project>