common/hlm.bat
author MattD <mattd@symbian.org>
Tue, 06 Oct 2009 18:15:24 +0100
changeset 615 6f70bcc536bb
parent 6 8bbcf7b2218d
permissions -rw-r--r--
source-spec.ant.xml.ftl - Added change info for the BOM that lists submitted changesets between the baseline ('sf.previous.pdk.tag') and the synced changeset and writes to a changes.txt file in the BOM dir.

@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