common/hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 06 Oct 2010 11:18:12 +0100
changeset 1285 05c7556875df
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Enable option to only upload testing data (used for migration)

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
rem call ..\..\build\env.bat
call %HELIUM_HOME%\hlm.bat %*
endlocal