hlm.bat
author BuildAdmin@LON-ENGBUILD89
Thu, 23 Apr 2009 16:13:28 +0100
changeset 10 c1cbd33e46c0
parent 0 d1c51edcc657
permissions -rw-r--r--
reintroduced import of helium.ant.xml as it was generating diamonds warnings

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